Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Lucky1
Creator
Creator

How to customize field values italics and capitals

Hi I have expression

if(isnull(first name) and not isnull(lastname),'MY& Lastaname') as Name

I want output like MY&Lastname(MY& should be in capital letter Last name should be in italics)

How to do that

 

Labels (2)
7 Replies
henrikalmen
Specialist
Specialist

Do you mean lower-case instead of italics? If so:

'MY' & lower(lastname)

But if you actually mean italics, it's not possible.

Lucky1
Creator
Creator
Author

Thanks for your reply henrikalmen.i need lastname should be in italics 

henrikalmen
Specialist
Specialist

You can't apply style to text in Qlik Sense. (At least not in the
standard visualizations, there could be third-party extensions that can
do such things in them.) In some objects you can change text color and
text font (but you can't mix in a field so that the first word is green
and the next is red etc).
Lucky1
Creator
Creator
Author

IAM using vizlib table.is it possible in vizlib table to change italics

henrikalmen
Specialist
Specialist

Ok, you did not mention that from the start. I haven't used VizLib extensions so I can't help with that.

MartW
Partner - Specialist
Partner - Specialist

@Lucky1 with vizlib tables this is possible

please go to the Appearances section where you can change this setting.

MartW_0-1679473225304.png

 

 

Lucky1
Creator
Creator
Author

  1. Hi mate thanks for your reply.if I use I it is changing all my field value to italics but I want May should be capital letters and  Last name should be in italics.