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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
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

Labels (1)
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
MVP
MVP

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