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

Regarding using bold in script

Friends,

Thanks for your time and help!

Kindly let me know is it possible to use bold inside QlikView script if condition some thing like below?

if(1=1,'<B>'& 'user_defined_field' &'</B>',field_from_Source) as my_field

unfortunately it is not working

Kiru

1 Solution

Accepted Solutions
engishfaque
Specialist III
Specialist III

Dear Kiru,

Here is the solution. Please check screenshot at your earliest for your reference.


Bold-Text.jpg

Kind regards,

Ishfaque Ahmed

View solution in original post

4 Replies
engishfaque
Specialist III
Specialist III

Dear Kiru,

Here is the solution. Please check screenshot at your earliest for your reference.


Bold-Text.jpg

Kind regards,

Ishfaque Ahmed

maxgro
MVP
MVP

script

load * inline [

dim, expr, textformat

a,100,'<B>'

b,200,'<B>'

c,300,'<U>'

d,400,'<I>'

e,500,'<B><I>'

];

chart

1.png

Not applicable
Author

Awesome!

I got the result

Thanks so much friends 🙂

Not applicable
Author

HELPFUL