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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Exposing multiple values in a pivot table cell

Hi,

as the subject, I need to show more than one values in a cell of a pivot table, but I'm not able to do it.

Pls, have a look at the attachment qv sheet: for the A customer I have two orders (3, 4) in the same day (01/01/2017), but I can't see them in the pivot table.

can someone help me?, please?

Thanks.

N.

Labels (1)
1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

Becuase you are not using any aggregation here..

Use this as an expression

Concat(DISTINCT OrderNo, ', ' )

View solution in original post

2 Replies
MK_QSL
MVP
MVP

Becuase you are not using any aggregation here..

Use this as an expression

Concat(DISTINCT OrderNo, ', ' )

Anonymous
Not applicable
Author

Great!

Thank you so much!

N.