Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have sample Expression.
if([EMI Amount] <= [RZ\Wav Amount] and date([Installment Due Date]+3)>=[Wav\RZ Date],'NOT OD',
if([EMI Amount] >= [RZ\Wav Amount] and match(Status,'01','02','04','06','10'),'OD',
if([EMI Amount] <= [RZ\Wav Amount] and date([Installment Due Date]+3)<[Wav\RZ Date],'Recovered'))) as OD_Details.
it is working fine. But User want to Exclude weekends .
Instead of 3 in expression we want to show 3 working days.
how i can achieve that.
Can anyone suggest an idea to me?
Thank you for interesting.
Regards.
Chandra
Hi,
how can i take 3 networkdays .
date([Installment Due Date]+3*Networkdays) i tried like this .but it not working
what about
networkdays(date([Installment Due Date]+3))
see if that works
Hi,
It is not working fine..
Thanks.
Hi,
we have to show installment plus 3 working days .
ex:
installment_Date + 3(installment_dates). which has to exclude weekends