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

Concat and text formatting or coloring

Hi

Is it possible to apply some text formatting like bold, italic or color code when concat is being used to build the string?

Thanks

Jean

2 Replies
petter
Partner - Champion III
Partner - Champion III

No - there are no formatting within strings as such. Not with Concat() nor with other type of text manipulations.

Anil_Babu_Samineni

We doesn't have sub-string concept with color in Qlikview. May be they will work for that. Try a luck using below?

If(SubStringCount(Concat(FieldName, '-'), 'YourString'), '<B> <I>')

If(SubStringCount(Concat(FieldName, '-'), 'YourString'), Green())

OR

If(SubField(Concat(FieldName, '-'), '-', 2), '<B>')

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful