Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Ignore Dimension in Pivot Table

Hi guys,

i am struggling with following issue:

let's say i have raw data like:

YearCitySpent
2014frankfurt1200
2014munich3000

with this data i know how much money was spent for each city

&

CitycustomerId
frankfurt1
frankfurt2
munich5
munich6
munich7

with this data i know which customer is connected to which city.

What i want to achieve know in Pivot Table is :

Based on the count of customers grouped by Year and City i want to Calculate the Column "Spent"

My Problem is i need to ignore the dimension customerId for the calculation of "Spent". I only know how mauch was spent in each city but not how much was spent per customerId. So i want to count the CustomerId per city and then Spent devided through Count of CustomerIds per city

so let's say: munich spent 3000 and has 3 connected customerIds --> 3000/3 =  1000

That should be the result:

Year
City
customerIdSpent per customerId
2014frankfurt1600
2014frankfurt2600
2014munich51000
2014munich61000
2014munich71000

i tried a lot with aggr and rangesum functions but didn't get it work yet.

Hope somebody can help

10 Replies
Not applicable
Author

thank you all for yor fast replies