Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
You can not test for NULL using Product=Null(). Instead you should use IsNull(Product).
See more here:NULL handling in QlikView
HIC
You can not test for NULL using Product=Null(). Instead you should use IsNull(Product).
See more here:NULL handling in QlikView
HIC