Hi All,
I have a dataset which has the following requirement :
1) Calculate New Delta = Original Delta + Delta ADJ
2) Apply filter if Delta ADJ < abs $20k then Delta ADJ and all other components in that row changes to 0
3) Total New Delta should be <$20k by reducing Delta ADJ threshold from $20k to $0 iteratively in a loop ($500 increments)
Managed to do steps 1 & 2 as it is straight forward. need help with Step 3.
Thanks in advance