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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

1.How to change the color of the null value of the PivotTable?2.How to change null value '-' to another name?

1.How to change the color of the null value of the PivotTable?

2.How to change null value '-' to another name?

Thanks.

1 Solution

Accepted Solutions
niclaz79
Partner - Creator III
Partner - Creator III

1. Check expression text color. Condition: if(isnull(), RGB(100,100,100))

2. In Presentation tab, you can change the null and missing value to whatever you like.

View solution in original post

1 Reply
niclaz79
Partner - Creator III
Partner - Creator III

1. Check expression text color. Condition: if(isnull(), RGB(100,100,100))

2. In Presentation tab, you can change the null and missing value to whatever you like.