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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Manoj_2508
Contributor
Contributor

Week by Week Total Volume

Hello Qlik Experts.!

I am seeking an urgent help on my new requirement.

I want to calculate Every week total volume along with every day volume. In every week Total volume my data should not cumulative. 

Please see the below screenshot:

Manoj_2508_0-1722338421283.png

 

I achieved it from script side but I want to achieve from chart level cause I don't want to disturb my data model.

Please help me from the above issue.!

Thanks in Advance.!!

 

@marksouzacosta  @Lech_Miszkiewicz @Antoine04 @lennart_mo @MatheusC @bakedbean : Please help us to get the every week total.

 

1 Solution

Accepted Solutions
Parthiban
Creator
Creator

Hi,

Pls try this Sum(total<Delivery Week> Every Day volume)

View solution in original post

3 Replies
Parthiban
Creator
Creator

Hi,

Pls try this Sum(total<Delivery Week> Every Day volume)

Manoj_2508
Contributor
Contributor
Author

Thanks @Parthiban . I tried but it didn't work out. 

Lech_Miszkiewicz
Partner Ambassador/MVP
Partner Ambassador/MVP

@Manoj_2508 what doesnt work? Share the result so we can comment. Maybe you are just using it wrong as the measure needs to be in right context in the chart/table object

Sum(total<[Delivery Week]> [Every Day volume])

The above expression will work as long as it used correctly meaning the fields in expression are actually fields from your data model (not some calculated dimensions!!!)

Simple Ctrl+Q+Q (Ctrl+0+0) example below which shows you that the principles of the formul work exactly as we said.

Lech_Miszkiewicz_0-1722424535181.png

 

cheers Lech, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful to the problem.