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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Number of columns show with conditional display

Hello,

I have a tab with a straight table where I put a number of conditional dimensions and expressions, that users can select to create ad-hoc reports.

But once they select more than 6 columns, the table does not display anything anymore.

I know I read a solution about this problem here a few months ago, but I can't remember what it was, and I was unable to find the thread. 😕

Thank you in advance.

10 Replies
Not applicable
Author

Great link, thanks! I'm glad I asked this question.

I couldn't get the function you proposed to work at first, because max(Match(Dimension,'Customer Code')) always returned 1.

Based on your answer and Kush141087', I used this function instead: =If(Match(Indicator,'Customer Code')=1,True(),false()), and it seems to work fine.