Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

expression text formatting

How does one speficy the number format of a subset within an expression of a chart? I know how to bold certain number groups, but what does the syntax look like for changing a subset of values into percentages?

2 Replies
Not applicable
Author

Hi,

maybe something like this:

=num(

<expression>

,'#,00%'

)



Reyman

jagan
Luminary Alumni
Luminary Alumni

Yes, by using the Num(expression, '#,##0%'') we can change the format of a number