Hi guyz,
I have a requirement where I need to assign a specific number (to be used in my calculation) for each day of the month..
Here is the set of rules:
1. Weekdays (Monday to Friday) should be assigned as 1.
2. Saturdays should be assigned as 0.5 except for the last Saturday of the month where it should be 1.
3. Sundays should be assigned as 0.
4. All REGULAR and SPECIAL HOLIDAYS should be assigned as 0 regardless if it is a weekday or weekend.
How can I achieve this?
For now, I can only think of having an UPLOAD file where it contains all the dates of the month with their corresponding "number"..
Any other options?
Thanks a lot!
Loed