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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

period wise grouping problem

Hi,

i have a small issue with period wise grouping, in my pivot table i have added 'actual' data with 'actual%', if i select period one it displays correctly, but if select Period 1,2,3  the 'actual%' data displays devided/3, i want period wise data. thanks in advance.

10 Replies
Not applicable
Author

q.jpgq1.jpg

vinieme12
Champion III
Champion III

Please provide a more detailed description

https://community.qlik.com/docs/DOC-2380

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
Not applicable
Author

Hi veneeth i have an issue with selecting period wise . if i select period one the actual% value displays 100% thats right and the same way i was select period 1,2,3 it displays period1 actual% 31%, period2 33% and period3 36% like this, i want if i select Period 1,2,3 that is also display period1 100%, period2 100% and Period3 100% like this.

Plz suggest

Not applicable
Author

i have an issue with selecting period wise . if i select period one the actual% value displays 100% thats right and the same way i was select period 1,2,3 it displays period1 actual% 31%, period2 33% and period3 36% like this, i want if i select Period 1,2,3 that is also display period1 100%, period2 100% and Period3 100% like this.

prachisangewar
Creator
Creator

Hi,

What formula you use ?

For your requirement you should use AGGR function

e.g.Numerator :  AGGR(sum(actual),Period) (and any other dimensions you have)

Similarly for the Denominator for your % should be sum(TOTAL <Period>sum(actual))

If you share your chart logic I can suggest the exact formula to you.

Not applicable
Author

I am using 3 dimensions like Store,Period and one Calculated dim name desc.

Not applicable
Author

exp.jpg

and this is my Expression

vinieme12
Champion III
Champion III

Add TOTAL keyword

example

SUM(TOTAL  <Periodfield>   ...........)

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
Not applicable
Author

it displays the same data