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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
alexantone
Creator
Creator

Bold format text on a dimension FAILED

hi community,

With Bold format text on a expression  it 's ok

=if (FICHIER_DATE='201712' , '<B>' ,if (FICHIER_DATE='201812' , '<B>'))

but in a diimension FAILED

=if (FICHIER_DATE='201712' , '<B>' ,if (FICHIER_DATE='201812' , '<B>'))

There is an issue

3 Replies
sunny_talwar

Can you share a image of this chart were you are using this?

manoj217
Creator III
Creator III

if you have only 2 date values you are going two if conditions

Or
MVP
MVP

This appears to be an issue with your data. Using the same formula in an expression and dimension works correctly.