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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

formating the text

Good Morning to all,

I have a text object in that I have a expression followed by a string values.

Lets take =Max(Euro) & €, I am getting the result as 100€, I would like to format and give some space inbetween the 100 and the symbol.

How to do that, can anyone help me.

Thanks in advance

Joe

Labels (1)
1 Solution

Accepted Solutions
pat_agen
Specialist
Specialist

hi,

would

=Max(Euro) & ' €'

do the job?

View solution in original post

3 Replies
Not applicable
Author

Hi Joe,

You can use the Num function like following:

=Num(Max(Euro), '#.##0,0 €')

Regards.

pat_agen
Specialist
Specialist

hi,

would

=Max(Euro) & ' €'

do the job?

Not applicable
Author

Hi,

Thanks a lot