Forum Discussion
Top 4 from Filed paramter
I had created field parameter in which there is a dropdown for each field in each field there are multiple categories say Product color had 7 similarly product color had multiple I need to restrict these on visual only top 4 so that when I select any drop down I should get only top 4 in the stack bar chart .and one should be selected as default
mwasekaar
Could you explain this part "one should be selected as default "
I have attached a file with the solution. please check if this works for you.
4 Replies
- mwasekaarRegular Visitor
Many thanks for the quick response
- danextianSuper User
Hi mwasekaar
You will need to create a rank measure that switches between different columns depending on the field parameter order selected and then use this measure as a visual filter. The default rank column in the screenshot below is Country as it's order is 0 and the alternative result in SELECTEDVALUE is 0.
- Syndicate_AdminAdministrator
Thank you for the quick response @Syndicate_Admin