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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
santharubban
Creator III
Creator III

Background colours for 'Missing / Null' cells

Hi All,

In the Pivot Table background coloring,the expression defining the color is an attribute expression, and it will only be calculated if the main expression is calculated. Coloring will not be applied if the first column result is missing or null values. Can give a work round for the same.


Thanks

Santahrubban

Labels (1)
16 Replies
sunny_talwar

Try to check 'Suppress Zero Values' on the presentation tab.

santharubban
Creator III
Creator III
Author

I need  to show zero values too

tracysmart
Creator II
Creator II

you can set it on the attribute of the dimension to background colour those that are null

=if(isnull(MyDimension), RGB(255,255,255))

or if its a null expression - you can do it on the attribute of the expression

=if(isnull(MyExpression), RGB(255,255,255))


changing the RGB to your colour


Hope that helps


santharubban
Creator III
Creator III
Author

Thanks Tracy.

But it doesn't work, I have already tried.

sunny_talwar

Can you share a sample application where we can see this issue? Doesn't have to be your actually application, may be just mock up some data to show what you are seeing?

Anil_Babu_Samineni

Or

If(expression = '0' or expression = 'null' , red())

This expression would write expression BG color

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
jpenuliar
Partner - Specialist III
Partner - Specialist III

you can set Background Colour in "Visual Cues"

santharubban
Creator III
Creator III
Author

no luck, it doesn't work

santharubban
Creator III
Creator III
Author

no luck, it doesn't work