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

How to sum distinct value if happend to be in a date range

Dear Friends

I want to sum the savings happening in each quarter.

So if a project is ending between 1 Jan 2013 till 31 March 2013, then i want to sum its total.

similar for the rest three quarters.

Really appreciate any inputs on the same.

Best Regards

Rahul Kale

1 Solution

Accepted Solutions
er_mohit
Master II
Master II

on quartly basis if you want the sum

then use dimension in pivot table as date

and in expression write

if(CalendarQuarter='Q1',sum(total value)

View solution in original post

2 Replies
er_mohit
Master II
Master II

on quartly basis if you want the sum

then use dimension in pivot table as date

and in expression write

if(CalendarQuarter='Q1',sum(total value)

Not applicable
Author

Dear Mohit

I have not defined quarter in the script.

Is it is possible with exact date range?

BR

Rahul