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

How to make Dimension values Bold and Italic in Straigh table for a particular condition ?

Hi All ,

How to make Dimension values BOLD and Italic in Straight table for a particular condition ?

bold.PNG

I want to make only PRD858 as Bold Italic Green .

Thanks & Regards

Shekar

1 Solution

Accepted Solutions
Miguel_Angel_Baeyens

Using '<B>' or '<I>' or similar in the text format expression. See attached.

For further reference, see this:

Bar Chart ‒ QlikView

Search for "Used Dimensions" and "Text Format". It's for QlikView 12 but applies to QlikView 11 as well

View solution in original post

7 Replies
Miguel_Angel_Baeyens

Using '<B>' or '<I>' or similar in the text format expression. See attached.

For further reference, see this:

Bar Chart ‒ QlikView

Search for "Used Dimensions" and "Text Format". It's for QlikView 12 but applies to QlikView 11 as well

lironbaram
Partner - Master III
Partner - Master III

in the text format option of the dimension

use this =IF(ID='PRD858','<B>''<I>')

jonathandienst
Partner - Champion III
Partner - Champion III

Or perhaps this:

      =IF(ID='PRD858','<B><I>')



Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
neha_shirsath
Specialist
Specialist

Hi,

See the attached file,hope it will help you.

thanks,

neha

arvind_patil
Partner - Specialist III
Partner - Specialist III

Hi Shekhar,

May be like Below:

IF(Wildmatch(FiledName,'Value1','Value2','Value3'),'<B>''<I>') as [Filed Value]


Thanks,

Arvind Patil

venkat_dabbakut
Partner - Contributor
Partner - Contributor

Try this,

IF(Wildmatch(FiledName,'Value1','Value2','Value3'),'<B>''<I>') as [Filed Value]

fedegalante
Contributor
Contributor

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?