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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Show unique values in pivot table

I have a pivot table showing 'Ideas' at various Statuses (x-axis dimension) by Region (y-axis dimension).

pivot table.jpg

However it is only showing one Idea per region and stage, when I know for some there are multiple Ideas.

My expression is very simple:

=Ideas.Idea.Title

As are my dimensions, which simple list the field name. The are not calculated in any way.

How can i show ALL the ideas at each Status and Region?

20 Replies
morganaaron
Specialist
Specialist

Not that I can think of.

The only way I see you getting close is to assign IDs based on region, so each stage would uniquely start 1..2..3.. for each idea within each region - this would mean your dimensions could return a cleaner version of what you were hoping for, but still wont be as clean. You'd need to create a loop to do this for every stage within every region, but ensuring each region has it's own unique set of IDs to draw from...I can't think of a way to implement that off the top of my head!