Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Multiple Number formatting handling in KPI

Hi,

I am trying to add a KPI which populates the value on the basis of the filter (A) selection. If any value from filter A is selected, then it should display metric in percentage (%) else, if no value is selected, then it should display the value as a whole number. Somehow, I am not able to implement num() function in this if condition.

Expression:

if(GetFieldSelections()>0,

      num(($(v_weeklyVol)/$(v_weeklykpigoal_td)),'#,##.0%'),

      $(v_weeklyVol))

Any suggestions?

0 Replies