Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
frankhuning
Contributor III
Contributor III

Dropdown select shows alle members, despite supress NULL values

Hi all,

I face the same as mattm (See discussion)

http://community.qlik.com/message/192084#192084

Attached a qvw as an example.

Has anyone an idea?

Thanks in advance.

Frank

1 Solution

Accepted Solutions
Gysbert_Wassenaar

Use a calculated dimension instead. Something like =if(not isnull(F3),F1) for example.


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar

Use a calculated dimension instead. Something like =if(not isnull(F3),F1) for example.


talk is cheap, supply exceeds demand
frankhuning
Contributor III
Contributor III
Author

Hi Gysbert,

Thanks for your reply!

That's a solution I found out myself as well (just 10 minutes ago) . It works, but for a chart having approximately 15 dimensions it's quit a lot of work to maintain. I hope there is some setting somewhere....

Regards,

Frank