Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
chandra63
Creator
Creator

Exclude Saturday and Sunday

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

Labels (1)
5 Replies
hopkinsc
Partner - Specialist III
Partner - Specialist III

Try using the networkdays function

Networkdays

 

chandra63
Creator
Creator
Author

Hi,

how can i take 3 networkdays .

date([Installment Due Date]+3*Networkdays) i tried like this .but it not working

hopkinsc
Partner - Specialist III
Partner - Specialist III

what about 

networkdays(date([Installment Due Date]+3))

see if that works

chandra63
Creator
Creator
Author

Hi,

 

It is not working fine..

 

 

Thanks.

chandra63
Creator
Creator
Author

Hi,

 

we have to show  installment  plus 3 working days .

ex:

installment_Date + 3(installment_dates). which has to exclude weekends