Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I need some help with a query and any help would be greatly appreciated. Trying to show current month v previous month as calculations and finding it difficult. Table 1 I have main numbers and table 2 I am trying to show the difference and don't know where I am going wrong.
Table 1
Table 2
Query in expression is sum({<[Reporting Month]={">=$(=monthstart(today()))"} >} ['MI Requirement Volumes'])-sum({<[Reporting Month]={">=$(=monthstart(today(),-12))"} >} ['MI Requirement Volumes'])
Regards
Mohi
![]()
Hi Sunny, I have attached the qvw file. It has dummy data, your help is greatly appreacitaed ![]()
Dummy data is good, but this only has data for 2016? You want to see 2016-2015 right? How will I implement to show the change when you don't even have any data from 2015
.
Hi Sunny, I don;t have any data for 2015. There will be ongoing from 2016 onwards. need to be able to show Current month v previous month for now. Also, will have filter for year for next year once I start getting the data
Got it ![]()
Here is one option
Sum(['MI Requirement Volumes'])-Before(Sum(['MI Requirement Volumes']))
Will work on the AsOfTable Method at a later time and will respond back
Thanks Sunny, so thats the Before Sum you mentioned. I just didn't see that at all. Many Many thanks for that and your help has been deeply appreciated. ![]()