Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
khigaurav999
Creator
Creator

Hiding or Suppressing the Null / Empty Values

Hi Folks,

I am new to QlikView. I have following straight table object. In below table, how can I hide/suppress rows for which WBS Element and PRJ_ID are empty?

Temp1.jpg

Temp 2.jpg

I tried doing it thru options under presentation properties but no success. please help.

Thanks,

Gaurav

1 Solution

Accepted Solutions
zhadrakas
Specialist II
Specialist II

Hello Gaurav,

in dimenions tab you will find a Checkbox "suppress if value is null"

tick that box for your Dimension PO Number. That way you will get rid of the last row.

To exclude to first row also, you could Change your dimension

if(len(trim(PRJ_ID))>0, PO Number)

regards

tim

View solution in original post

3 Replies
zhadrakas
Specialist II
Specialist II

Hello Gaurav,

in dimenions tab you will find a Checkbox "suppress if value is null"

tick that box for your Dimension PO Number. That way you will get rid of the last row.

To exclude to first row also, you could Change your dimension

if(len(trim(PRJ_ID))>0, PO Number)

regards

tim

ramasaisaksoft

why you didn't check the Suppress Missing values Check box in Expression level,please check that also for each expression individually.

In Chart properties > Presentation tab > Check the suppress zero-values

.

Please check the check box.

then these entire row will hide.

if not please share your .qvw file with dummy data so that our folks will help u ASAP.

balar025
Creator III
Creator III

Hi,

in straight table dimension it self you can check suppress null for individual dimension.