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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
jbalfe11
Contributor
Contributor

KPI Question

Is there a way to add a % sign to the numeric value being displayed in a KPI?

5 Replies
sunny_talwar

See if this link helps: Display Simple Text String

Not applicable

If it's in a text box you can do something as

=Formula &' %'

or

=num(Formula,'##0 %')

sunny_talwar

Look at the attached screenshot:

Capture.PNG

Not applicable

Hi,

You can append a % symbol

foe eg: =< type your expression> & '%'

ogster1974
Partner - Master II
Partner - Master II

Another way of doing the same thing Sunny has done but using custom format.