Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guys
Can any help me on this
I want to calculate the sum of X and Y,
As explained in above table for Project code have 5 REJ CODES and task id is auto genrated. Here I want to calculate X amount which is related to REJ code AAAA or BBBB and TASK ID matches the REJ code AAAA or BBBB.
Same case to calculate Y as well.
Please help me
Thanks
Srini
May be this:
Sum({<Rej_code = {'AAAA', 'BBBB'}, TASK_ID = P({<Rej_code = {'AAAA', 'BBBB'}>})>}[X amount])
Sum({<Rej_code = {'AAAA', 'BBBB'}, TASK_ID = P({<Rej_code = {'AAAA', 'BBBB'}>})>}[Y amount])