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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
ziabobaz
Creator III
Creator III

ignore Time dimension on a chart

Hi

I have a line chart

Dimension: WEEK

Measure: sum(Sales)/sum({<week=>}Purchases)

My intention is that the chart shows Sales for the given week, divided by TOTAL purchases which were made, regardless of the week. So, in fact, the denominator will always be the same.

The above formula does not work.

Please, correct

1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

Try this

Sum(Sales)/Sum(TOTAL {<week=>}Purchases)

View solution in original post

2 Replies
sunny_talwar
MVP
MVP

Try this

Sum(Sales)/Sum(TOTAL {<week=>}Purchases)

sunny_talwar
MVP
MVP

Or this

Sum(Sales)/Sum(TOTAL Purchases)