I'm assuming you want to prompt the user for metric value greater than their input? As a metric can't reference itself with a prompted filter in its conditionality you'll need to do something like....
Duplicate the metrics you want the user to select from into a separate folder. So you would for example have sum(sales) metric in two places (both named the same).
For the duplicated metric(s) you want to prompt the user on, create filters based off the orginal metric(s).
eg:
Sum(sales) (from duplicated folder) with Condition of F1.
F1 is prompt on sum(sales) metric (from original folder).
the problem is that MSTR cannot resolve multiple selections dynamically, especially if a user might choose not to filter on the metrics. You have this option, and others I may not have thought about yet.
1) fix the number of metrics on the report. Say 2.
2) create a metric prompt called p1, and a filter that depends on it called f1. Make sure you set that p1 can only have one selection. Repeat for the second metric p2 and f2.
3) place p1 and p2 on template, f1 and f2 on the filter.
only problem is that the user might choose the same metric for both prompts....sigh. MSTR should really put some vb scripting on their reports...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.