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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
colinodonnel
Creator II
Creator II

Apply colour to a Null in a straight table

Hello there

How can i change the colour of this null to white

colinodonnel_0-1666791756045.png

The null is of Type 2 i.e. specific combination of dimensional values is not represented in the data but still has a cell

thanks,

Labels (1)
  • Chart

1 Solution

Accepted Solutions
colinodonnel
Creator II
Creator II
Author

I think I have found an answer to this in two steps:

 

1:  Wrap the the formula in alt e.g. alt(formula,0) This ensures that there is always a value.

here is an example Solved: changing dash [-] to zero - Qlik Community - 1156929

2.  Change the formatting to 0.0%; (0.0%);-   change the value to a dash

colinodonnel_0-1666794938078.png

 

here is an example Solved: Dash for Zeros, how to get this in QV - Qlik Community - 1130726

 

View solution in original post

1 Reply
colinodonnel
Creator II
Creator II
Author

I think I have found an answer to this in two steps:

 

1:  Wrap the the formula in alt e.g. alt(formula,0) This ensures that there is always a value.

here is an example Solved: changing dash [-] to zero - Qlik Community - 1156929

2.  Change the formatting to 0.0%; (0.0%);-   change the value to a dash

colinodonnel_0-1666794938078.png

 

here is an example Solved: Dash for Zeros, how to get this in QV - Qlik Community - 1130726