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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
upaliwije
Creator II
Creator II

% in pivot table

Hi Friends

I have following Expression in my Pivot Table

if(ValueList('Renewal Base','JAN','FEB','MAR','APR','MAY','JUN','JUL','AUG','SEP','OCT','NOV','DEC','Renewed','Ren Base','Renewal %','%')='%',
num(SUM({<RN_TYPE={'RD'},RN_YYMM={'2018-01','2018-02','2018-03','2018-04','2018-05','2018-06','2018-07','2018-08','2018-09','2018-10','2018-11','2018-12'},MONTH={'JAN'}>}NOS)/SUM({<RN_TYPE={'RB'},RN_YYMM={'2018-00'},MONTH={'JAN'}>}NOS),'0.0%')

I want to show the value in in % format eg: 59.7%

. But in my pivot table it shows as a single digit . Pls help me to get it corrected

In my pivot table it shows as follows

Screenshot_1.png

1 Solution

Accepted Solutions
agigliotti
Partner - Champion
Partner - Champion

you should apply the num function to all expressions.

View solution in original post

7 Replies
agigliotti
Partner - Champion
Partner - Champion

maybe this:

'#,##0.0%'

I hope it can help.

upaliwije
Creator II
Creator II
Author

Thanks

 

It is still the same 

agigliotti
Partner - Champion
Partner - Champion

how is the number format settings for your expression ?
upaliwije
Creator II
Creator II
Author

Screenshot_1.png

agigliotti
Partner - Champion
Partner - Champion

let's try using "Expression Default" as format settings.
upaliwije
Creator II
Creator II
Author

Then It works  but  format of others also change. There are some more expression connected with my Value list Command.

Screenshot_1.pngScreenshot_1.png

agigliotti
Partner - Champion
Partner - Champion

you should apply the num function to all expressions.