Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
igorgois_
Partner - Creator
Partner - Creator

order a table with expression

I would like to order a table with a dimension that have duplicated values (see print)

I tried min, max, sum, aggr() but without success

I also tried with dual, but the descriptions became aligned to the right as a number. I need them on the left

Load script example:

load * inline [
kpi_id,kpi_desc,value,order_visual
1,desc1,10,1
2,desc2,20,2
3,desc3,30,3
4,desc2,40,5
5,desc5,50,4
];

Any ideas?

Thanks in advance

1 Solution

Accepted Solutions
eberhardteduard
Partner - Contributor II
Partner - Contributor II

Hi Igor, see attached print:

 

p.s: the right table has the answer for your question.

image (5).png

 

View solution in original post

2 Replies
eberhardteduard
Partner - Contributor II
Partner - Contributor II

Hi Igor, see attached print:

 

p.s: the right table has the answer for your question.

image (5).png

 

igorgois_
Partner - Creator
Partner - Creator
Author

Nice job, Eduardo!

But with this solution I can't format the "text" as a number with thousands and decimals 😕

Thank you very much anyway