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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
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
MVP
MVP

you should apply the num function to all expressions.
The Power of shining a light on the dark side of your data.
Follow me on my LinkedIn | Know Gamma Informatica at gammainformatica.it

View solution in original post

7 Replies
agigliotti
MVP
MVP

maybe this:

'#,##0.0%'

I hope it can help.

The Power of shining a light on the dark side of your data.
Follow me on my LinkedIn | Know Gamma Informatica at gammainformatica.it
upaliwije
Creator II
Creator II
Author

Thanks

 

It is still the same 

agigliotti
MVP
MVP

how is the number format settings for your expression ?
The Power of shining a light on the dark side of your data.
Follow me on my LinkedIn | Know Gamma Informatica at gammainformatica.it
upaliwije
Creator II
Creator II
Author

Screenshot_1.png

agigliotti
MVP
MVP

let's try using "Expression Default" as format settings.
The Power of shining a light on the dark side of your data.
Follow me on my LinkedIn | Know Gamma Informatica at gammainformatica.it
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
MVP
MVP

you should apply the num function to all expressions.
The Power of shining a light on the dark side of your data.
Follow me on my LinkedIn | Know Gamma Informatica at gammainformatica.it