Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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>')
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