Request clarification before answering.
Can you use something as simple as Previous?
=[Actual Cost] - Previous([Actual Cost])
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
From the screen shot it says only u r using 2 months here.
But if you are running for year,then this can be the steps.
1.sort month ..go to values and the arrange .
2.The data should display properly monthly wise
3.Then If you have direct month object then create Previous([Month]).we have previous function
4.write Diff=[Actual Cost]-Previous Actual Cost
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
From the snapshot, it seems you getting [Month] as a single object and [Actual Cost] as another object
Would you be getting 2 months data always?
as you need to split the 2 months cost to get the difference
=[Actual Cost] Where ([Month] = [Month 1] ) - [Actual Cost] Where ([Month] =[Month 2])
Is there a way you can identify the 2 months which needs to be considered?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.