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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Formatting text vs number

Hi Guys,

I have this KPI formula

(IF(count(if([0.CFP/HH] ='HH',1,0)) > 1 ,num(sum([19.Not affordable]),'#,##0%'), 'No Answer'))

Right now it shows 16 without percentage like "Num" function" has any effect, but when I place it outside the if, it works, I cannot do this because the answer might be "No answer" or number 12%

What is missing here to make it work the way I need.

Thanks, -Hanna

1 Reply
sunny_talwar

This little test seems to work for me

=If(1=1, Num(1, '#0%'), 'No Answer') -> 100%

=If(2=1, Num(1, '#0%'), 'No Answer') -> No Answer