Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
If I have list of holidays as table i e
1/1/2018, 1/13/2018, 1/14/2018, 1/15/2018,3/18/2018, 04/11/2018, 08/15/2018,
12/11/2018, 12/26/2018,
How do I create 2018 dates by using autogenerate and how to find network days by month and week level in in back end
OK
TRY
networkingdays(statdate,enddate)
for counting holidays
take
=count(holiday={">=$(startdate)<=$(enddate)"}>} distinct ID)
you need to subtract this number from top Networkingdays
try