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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
schmidtj
Creator II
Creator II

Line chart mit two dimensions and 'total'

Hi,

i have a line chart with a kpi which calculates a percentage (accumulated):
Sum(x) / Sum(total y)

The chart has 2 dimensions:
- on the x-axis there is a month dimension
- the second dimension is 'Category' and is supposed to show a separated line in the chart accordingly

My problem is the following:
I want the 'total' in my formula only to apply to the first dimension (months).
So the sum of y is supposed to be over all the months.
However i want it not to be over all Categories.

Is there a way how to achieve this?

1 Solution

Accepted Solutions
schmidtj
Creator II
Creator II
Author

Ok i found the solution:
Sum(total <...> y)

 

View solution in original post

1 Reply
schmidtj
Creator II
Creator II
Author

Ok i found the solution:
Sum(total <...> y)