Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
fionna51
Creator
Creator

Qlik Sense table cell color doesn't work

Hi Guys,

I am new to Qlik Sense and got issue when showing text color in table. My table is like below. On top there is a search box to search provider. If I search p4, then the table should highlight p4 line.

Provider is dimension, the other two are measure. In order to show all providers ranking in table, I used set analysis when showing measures to clear Provider,  say something like max({<Provider=>} [Rank]). And for cell text color, I tried many options, still doesn't work, even I hard coded like if(Provider='p4', red(), blue()), the color applied to the whole column instead of that line. 

Sounds like very simple table, hope someone can give me suggestions. Thank you very much.

fionna51_1-1629904864815.png

 

3 Replies
stevejoyce
Specialist II
Specialist II

what if you do...

If(only({1} Provider) = 'p4', red(), blue())

fionna51
Creator
Creator
Author

Thanks a lot.

I seems doesn't work. And a very strange thing is, whatever If statements I added to cell text color, after I apply and reopen, I can see single quotes added before and after the whole statement, and shows Error in editor. 

stevejoyce
Specialist II
Specialist II

Can you send some screenshots?  Not making sense to me how/where you'd see these quotes and why this formula wouldn't work, wonder if something else is applied?