Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am using set to exclude some fields selection but its not working. My expression is like
Avg({$<A,B>}if(D ='Service' and C > aggr(NODISTINCT fractile(C, 0.05), A) and C< aggr(NODISTINCT fractile(C, 0.95), A),C))
I f i select A its getting changed
Regards,
Sivaraj
HI Sivaraj,
Try this code
Avg({$<A=,B=>}if(D ='Service' and C > aggr(NODISTINCT fractile(C, 0.05), A) and C< aggr(NODISTINCT fractile(C, 0.95), A),C))
Deepak
i have already tried that but it didn't work