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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Text Formatting in expressions for certain fields

Hello,

I am trying to format a certain row in my straight table. I am doing this by using the formatting condition, my expression is

IF(Sum({<Transtype={[Total Revenue]}>} Target Revenue),'<b>') this works however I have some expressions as Column(1)-Column(2) how am I able to make those bold for the same transtype i.e Total Revenue?

Thanks in advance

Anna

Labels (1)
2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Your expression doesn't really make sense to me. Perhaps this is what you need (for the formatting condition of all expressions): IF(Transtype='[Total Revenue]','<b>')


talk is cheap, supply exceeds demand
Not applicable
Author

this doesn't work on a column where I have an expression i.e. Column(1)-Column(2), it only works in the dimension column which is transtype.

Thanks anyway