Forum Discussion
TopN when using dynamic X and Y axis
Field parameter has been used to create dynmaic x (View: Country, Region, Account #, etc) and y axis (Selected Balance: Current, Past Due, 180+, etc) on a clustered bar chart. We would like only show the top 15 based on the View and Selected Balance that has been selected. I need help creating a formula to accomplish this. Use TopN and Rank?
reggiebob ,refer
Switch TOPN with Field Parameters: https://amitchandak.medium.com/switch-topn-with-field-parameters-299a0ae3725f
Get Super Dynamic TOPN using Window, Numeric, and Field parameters along with calculation groups- https://youtu.be/YW1SOk9V9xk
2 Replies
- amitchandak
Super User
reggiebob ,refer
Switch TOPN with Field Parameters: https://amitchandak.medium.com/switch-topn-with-field-parameters-299a0ae3725f
Get Super Dynamic TOPN using Window, Numeric, and Field parameters along with calculation groups- https://youtu.be/YW1SOk9V9xk
- reggiebobFrequent Visitor
Thank you!