Hesloan Viana Posted October 16, 2019 Share Posted October 16, 2019 Hey all, i need to calculate the difference of values in a cross table. I tried using LastPeriod, Over ([Date]) and nothing works. Is there a way so I can make this difference For example, 13628 - 4411, 2494 - 13628... Link to comment Share on other sites More sharing options...
Michael Kalada 2 Posted October 16, 2019 Share Posted October 16, 2019 Sum([Amount]) - Sum([Amount]) OVER (Previous([Axis.Rows])) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now