Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Need help with Chart--narrow down the given choices

I was given a pivot table that displays 50 corporate accounts along with the rank, and revenue, however I want to take 15 of these accounts and only display the specified 15 and leave out the rest. In other words I need to narrow down the possible choices of the Corporate Accounts from the ones available.

1 Solution

Accepted Solutions
prieper
Master II
Master II

As recommended by Steven a calculated dimension should do, like

IF(MATCH(Dimension, 'Dim1', 'Dim2', 'Dim3'), Dimension)


and then tickmark "Suppress when value is Null".

HTH
Peter

View solution in original post

5 Replies
stephencredmond
Luminary Alumni
Luminary Alumni

Hi,

Generally this will be as a calculated dimension. What are the criteria?

Stephen

Not applicable
Author

There is no criteria, I have a list of accounts that I need to pull by name. So my boss picked the 15 accounts and I need to pull them by name from the list and display only those names. The dimension is called 'Corporate Accounts'.

prieper
Master II
Master II

As recommended by Steven a calculated dimension should do, like

IF(MATCH(Dimension, 'Dim1', 'Dim2', 'Dim3'), Dimension)


and then tickmark "Suppress when value is Null".

HTH
Peter

Not applicable
Author

Thank you very much it worked well. However, now the expression itself shows as the header rather than the name of the dimension, how can I fix this??

prieper
Master II
Master II

Enter something under Properties - General

Peter