GDRIII
Board Regular
- Joined
- May 30, 2014
- Messages
- 88
I have an Adjustment History tale where a software bug created duplicate values under two different entry types. One is PLANT the other is TIN.
Normally I need to sum these two. No problem there. Problem is when the bug occurred the data is doubled until it was fixed.
To eliminate the dup values I wrote the measure [IF PLANT TIN]:=IF([PLANT]=[TIN], [PLANT],[PLANT]+[TIN])
Problem is my subtotal at the month level still show the inflated figure.
Normally I need to sum these two. No problem there. Problem is when the bug occurred the data is doubled until it was fixed.
To eliminate the dup values I wrote the measure [IF PLANT TIN]:=IF([PLANT]=[TIN], [PLANT],[PLANT]+[TIN])
Problem is my subtotal at the month level still show the inflated figure.