Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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.