Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
Fiscal Year start is : Oct 1 and ends : Sept 30
Requirement is need to flag all dates that is within Sept 30 - Oct 1 regardless of year.
If there is a 9/30 and 10/1 between StartDate and EndDate - need to flag it.
Tried many variations of if statements such as below and no luck.
If ( StartYear < EndYear and StartMonth <10 and EndMonth >10 , 0, 1)
See attached file .
Hi
You need to implement master calendar see below script:
Regards
Vikas
Hi
You need to implement master calendar see below script:
Regards
Vikas