Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i want to change the order of bars
submitted
under-review
in-progress
how can i achieve that .
You can specify a custom order for your dimension using the Match() Function:
In the sort tab of your dimension, check "sort by expression"
And use this Formula:
match(Status, 'submitted', 'under-review','in-progress')
With this you can do any order that you want.
Let me know if it helps.
-Zapparoli
Check my Youtube Channel for more Qlik Content
https://www.youtube.com/@ZappaAnalytics
Hi,
Apply sorting based on the order (ascending or descending) required under sorting section
You can specify a custom order for your dimension using the Match() Function:
In the sort tab of your dimension, check "sort by expression"
And use this Formula:
match(Status, 'submitted', 'under-review','in-progress')
With this you can do any order that you want.
Let me know if it helps.
-Zapparoli
Check my Youtube Channel for more Qlik Content
https://www.youtube.com/@ZappaAnalytics