Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hai Paul,
Please refer the below expression which I'm trying to get the Over 90 days only in the AR report.
= class(
if(NUM( ASONDATE- DocDate) > 90, 90 + 1, NUM(ASONDATE - DocDate)
)
, 90, 'Days', 180)
But the value return 0 to 90 and over 90.Please help me the modify the above expression to remove 0 to 90 days.
Thanks in advance