Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All ,
How to make Dimension values BOLD and Italic in Straight table for a particular condition ?
I want to make only PRD858 as Bold Italic Green .
Thanks & Regards
Shekar
Using '<B>' or '<I>' or similar in the text format expression. See attached.
For further reference, see this:
Search for "Used Dimensions" and "Text Format". It's for QlikView 12 but applies to QlikView 11 as well
Using '<B>' or '<I>' or similar in the text format expression. See attached.
For further reference, see this:
Search for "Used Dimensions" and "Text Format". It's for QlikView 12 but applies to QlikView 11 as well
in the text format option of the dimension
use this =IF(ID='PRD858','<B>''<I>')
Or perhaps this:
=IF(ID='PRD858','<B><I>')
Hi,
See the attached file,hope it will help you.
thanks,
neha
Hi Shekhar,
May be like Below:
IF(Wildmatch(FiledName,'Value1','Value2','Value3'),'<B>''<I>') as [Filed Value]
Thanks,
Arvind Patil
How to make Dimension values Bold and Italic in Straigh table for a particular condition ?
Try this,
IF(Wildmatch(FiledName,'Value1','Value2','Value3'),'<B>''<I>') as [Filed Value]
hi all,
i'm trying to use bold, in text box, but with particular condition.
i'm trying everything, but i can't.
is it possible? i try to use html but it doesn't go.
can you help me?