Forum Discussion
using field parameters as a value in TopN
- 3 years ago
I was able to accomplish this by using
switch
(selectedvalue (measure parameter order),
0, [ measure 1 ],
1, [ measure 2 ],
etc
)
I was able to accomplish this by using
switch
(selectedvalue (measure parameter order),
0, [ measure 1 ],
1, [ measure 2 ],
etc
)
- Anonymous3 years agoNot applicable
Hi SeGr ,
Have you resolved the issue now? If so, please kindly mark your answer as a solution to close the case and help more people find the solution.
If I have misunderstood your meaning, please provide some sample data without privacy information and your desired output with more details.
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- BrigittaEga3 years agoFrequent Visitor
I have a question. Do I need to create a new measurement for this? Thank you.