show 3 highest results in a column chart

0
hello everyone   I have made a column chart and it works but I need it to only show the 3 highest results that he can return.  How can I only show the 3 highest results?
asked
1 answers
1

Hello Jonathan,

Not sure what widget you’re using but if you can populate it by microflow you can build a retrieve via Xpath sorted descending by your number, with a limit of 3. 

You can then apply additional sorting on that list if needed, before you return it.

Hope this helps

answered