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