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

% column problem in pivot table

Hi,

Actually  my problem is i have .qvd  data. data the used to generate the pivot table like this

monthlostnodecisionwongrandtotal
jan4030373
feb4535484
mar65455115
grandtotal15011012272

but i need this type

monthlostnodecisionwongrandtotalRate%=won/Grandtota
jan4030373won/Grandtotal(3/73)
feb4535484won/Grandtotal(4/84)
mar65455115won/Grandtotal
grandtotal15011012272won/Grandtotal

my using the this expression count({<status={'won'}>}[month])/count(status)

monthlostnodecisionwongrandtotalRate%
grandtotalRate%grandtotalRate%grandtotalRate%
jan4030373
feb4535484
mar65455115
grandtotal15011012272

it will generate like this but i need only rate% column after the grand total only. is it possible to generate only Rate% after the grandtotal column not required remaining rate%(don't show in pivot table).how

any one plz help me urgent......

4 Replies
ecolomer
Master II
Master II

Is this you need?

Not applicable
Author

No,i have only close rate% after the grand total  plz tell me...

ecolomer
Master II
Master II

That?p09.png

raptibhowal
Partner - Contributor II
Partner - Contributor II

Hope this might help u....