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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
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
MVP
MVP

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
MVP
MVP

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.