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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
soha1902
Creator
Creator

Null values in pivot table


Hi All,

I am using one Pivot table. It contains 2 dimension Product, Color and 1 Expression Sum(Price). Product dimension having some null values so I want to background turn green for Product coumn if it was having null value. I wrote one expression under background of Product Dimension :  if(Product = Null(), Green())    but it is not working. Please help me.

Sample application is attached.

Labels (1)
1 Solution

Accepted Solutions
hic
Former Employee
Former Employee

You can not test for NULL using Product=Null(). Instead you should use IsNull(Product).

See more here:NULL handling in QlikView

HIC

View solution in original post

1 Reply
hic
Former Employee
Former Employee

You can not test for NULL using Product=Null(). Instead you should use IsNull(Product).

See more here:NULL handling in QlikView

HIC