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

Announcements
Join us in Zurich on Sept 24th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
fsimoes81
Partner - Contributor III
Partner - Contributor III

Re: sum in pivot table

Change the expression adding "Month"

Sum(TOTAL<[Store No_], Month>Payment)

9 Replies
tyagishaila
Specialist
Specialist

Wow..

Its working,

Thanks Fabio.

Shaila

tyagishaila
Specialist
Specialist

Could you solve my one more problem?

In place of Total in %, Can I show Sum in numbers?

means Sum(Payment),

Don't show sum(payment) 2 times (each for Loyality & NoLoyality),

Only show sum of( Loyality & NoLoyality) 1 time.

tyagishaila
Specialist
Specialist

Could you solve my one more problem?

In place of Total in %, Can I show Sum in numbers?

means Sum(Payment),

Don't show sum(payment) 2 times (each for Loyality & NoLoyality),

Only show sum of( Loyality & NoLoyality) 1 time like

Loyality           NoLoyality          Total

Sum(%)           Sum(%)              Sum in numbers

tyagishaila
Specialist
Specialist

Could you solve my one more problem?

In place of Total in %, Can I show Sum in numbers?

means Sum(Payment),

Don't show sum(payment) 2 times (each for Loyality & NoLoyality),

Only show sum of( Loyality & NoLoyality) 1 time like

Loyality           NoLoyality          Total

Sum(%)           Sum(%)              Sum in numbers

fsimoes81
Partner - Contributor III
Partner - Contributor III
Author

Yes, move de expression at calculated dimension to script creating a new field

if([Loyalty Card No_]<>'','Loyality', 'Noloyality')                    as [Loyalty Card Type]

Then use that field on table

tyagishaila
Specialist
Specialist

No effect,

Result is same, sale column appears twice.

fsimoes81
Partner - Contributor III
Partner - Contributor III
Author

Sorry. I understood what you need now.

The bad news is, it's not possible to do with pivot table.

tyagishaila
Specialist
Specialist

Ohhh,

Then, What should I use, Is it possible in straight table?

On Fri, Dec 12, 2014 at 6:45 PM, Fábio Simões <qcwebmaster@qlikview.com>

fsimoes81
Partner - Contributor III
Partner - Contributor III
Author

Yes, using straight table, you can create your own colluns, format the Total columns. The problem is, you need to create all collumns one for month.