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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

CONCAT PIVOT TABLE

Dear all,

I have a problem with a pivot table.

I want to add an Expression that is a concat of one field.

I want to do a concat on a expression that has to be a concat where a field called NUMORDER is the highest .

I'm using sentence:

CONCAT({$<[NUMORDEN]={'MAX([NUMORDEN])'}>}[DESIM])

But it doen't work. Can someone help me

Thanks a lot



2 Replies
brenner_martina
Partner - Specialist II
Partner - Specialist II

Hi,

Concat needs a sign to seperate fields, p.e.

CONCAT({$<[NUMORDEN]={'MAX([NUMORDEN])'}>}[DESIM], ', ')

Not applicable
Author

ON expression it returns '' and there is data,

and on dimension it returns error on dimension.

Best regards