Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Text Format

Hi All,

I want to change the format of some field which can be done on front end. Is there any way to change the text format from back end?

for eg. I am having field A having values 1,2,3,4,5 so I need to change the text format of  A i.e 1,2,3,4,5 to bold

4 Replies
vijay_iitkgp
Partner - Specialist
Partner - Specialist

Hi,

You can not do it at back end. These formatting are basically representation  you it can not be done at script level.

Not applicable
Author

Hi Kush,

             What do you mean by backend and front end.Can you elobarate a bit more?

Regards

Navin.G

Not applicable
Author

hi

you can use this comment :

in properties - expression -

                                      +

                                           Text format

and in edit expression box type '<b>' ,

for you , you can use below code :

if (value ={1,2,3,4,5},'<>b')

Not applicable
Author

hi

you can use this comment :

in properties - expression -

                                      +

                                           Text format

and in edit expression box type '<b>' ,

for you , you can use below code :

if (value ={1,2,3,4,5},'<b>')