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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
rupaliqlik
Partner - Creator
Partner - Creator

Datewise status should sort in order

Hi Expert,

I have Row ID wise NEW VALUE and REC UPDATED DATE .My user want data must be concat and show in one column with ascending order.I can sort date but New value can not sort.It automatically sort by alphabetically order.Please suggest correct way .I have attached sample data.

Thanks in advance.

Rupali

2 Replies
antoniotiman
Master III
Master III

Hi Rupali,

may be

Concat(DISTINCT NEW_VALUE,',',ROW_NUMBER) AS NEW_VALUE

Regards,

Antonio

rupaliqlik
Partner - Creator
Partner - Creator
Author

Thanks 🙂