B
Ben
I'm trying to subtract Previous YTD values from Current YTD values.
There are instances in Current YTD where it is a new item, so no
previous YTD value exists. so as examples:
Current YTD = 10 and Previous = 7, result is 3
Current YTD = 10 and Previous = 10, result is 0
But if Current YTD = 10 and Previous = Null, the result I need is 10,
but I get Null
My formula is: Weekly Total: Sum(([Current YTD]-[Previous YTD]))
I have instances of adjustments where the result can be negative, so I
cannot use and absolute value.
Any ideas?
Thanks!
There are instances in Current YTD where it is a new item, so no
previous YTD value exists. so as examples:
Current YTD = 10 and Previous = 7, result is 3
Current YTD = 10 and Previous = 10, result is 0
But if Current YTD = 10 and Previous = Null, the result I need is 10,
but I get Null
My formula is: Weekly Total: Sum(([Current YTD]-[Previous YTD]))
I have instances of adjustments where the result can be negative, so I
cannot use and absolute value.
Any ideas?
Thanks!