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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
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
Partner - Champion III
Partner - Champion III

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