Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hiding lines with zero value from pivot table

Hello All,


I am having a table where I want to exclude lines with zero value.

Is there a have only those dimension where value exist?

Thanks in advance.

Regards,

IK

2 Replies
Not applicable
Author

Hi,

You can use if(len(dimension)>0,dimension)

Also this can be handled from scipt side.

Please be more descriptive or please share a sample qvw as your question is not clear.

Regards

qlikview2015
Creator II
Creator II

Hi !

You can use this in the Chart Properties:

Supress when Value is Null.jpg

Best Regards

Mike Preuss