Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All ,
How to work the total value of the count in the below expression - with set analysis -
if([Grand Total]<='250000', Count(Distinct UW_MONTH_CLAIM_TOTAL_KEY)) and
How to get the Total correct -
if([Grand Total] <= '250000', (Sum([Latest Total Gross Paid]) + Sum([Latest Total Gross Outstanding])) )
Thanks in Advance
Suvechha