Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
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