Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
dineshm030
Creator III
Creator III

Region Total Need

Hi,

I need the overall total for all months.

 

Sep - 222443

..

..

..

Dec - 223443

 

The value should be coming like this.

 

Expression:

Sum({<Month,RegionDesc>}Sales_Value_Primary)/1000
+
Sum({<Month,RegionDesc>}Sales_Value_ManualAdjustments)/1000

 
 

 

1 Solution

Accepted Solutions
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

try this,

Sum(total<RegionDesc> {<Month,RegionDesc>}Sales_Value_Primary)/1000
+
Sum(total<RegionDesc>{<Month,RegionDesc>}Sales_Value_ManualAdjustments)/1000

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

1 Reply
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

try this,

Sum(total<RegionDesc> {<Month,RegionDesc>}Sales_Value_Primary)/1000
+
Sum(total<RegionDesc>{<Month,RegionDesc>}Sales_Value_ManualAdjustments)/1000

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!