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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Pivot table

Hi,

I have list of iD (pivot table), where I show TOTAL and if field "TC" has data or no.

I wrote an expression. For some of them works, for other not.

I'd like to show, if empty cell -No (red and bold), if not empty-Yes (black and regular). It should ignore calendar.

Please see attached file.

Thanks,

1 Solution

Accepted Solutions
Not applicable
Author

Attached example.

View solution in original post

4 Replies
Not applicable
Author

Try:

Capture.JPG

Not applicable
Author

Attached example.

Not applicable
Author

Also, for the formatting, use:

Text Color:  if(TC = 'No', rgb(255,0,0), rgb(0,0,0))

Text Format:  if(TC = 'No', '<B>')

Anonymous
Not applicable
Author

Thanks guys for your help.