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: 
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

 
 

 

Labels (1)
1 Solution

Accepted Solutions
kaushiknsolanki
MVP
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
MVP
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!