I'm tracking how long certain requests have remained untouched, but I only need to know how long it was open in business days.
This is what I'm doing now:
DaysOpen: Fix((Date()-[Receipt Date])/7*5)
The problem is that I can't have the fraction portion visible.
Ex. 28.64 (no good)
28 or 29 (good but possibly wrong)
Every attempt to remedy this problem only creates a different problem.
This is what I've tried:
In the field properties, I change the format to Fixed with no decimal places.
This method rounds the numbers so you can have two different dates with the same value.
If you have two different Receipt Dates you should have two different values in the DayOpen field.
Above is my second attempt which uses the Fix function.
The problem doesn't occur as much but it still happens.
If I format it properly before I even get to the calculation, is there a way to remove Saturdays and Sundays?
Any help will be greatly appreciated
Thanks in advance
This is what I'm doing now:
DaysOpen: Fix((Date()-[Receipt Date])/7*5)
The problem is that I can't have the fraction portion visible.
Ex. 28.64 (no good)
28 or 29 (good but possibly wrong)
Every attempt to remedy this problem only creates a different problem.
This is what I've tried:
In the field properties, I change the format to Fixed with no decimal places.
This method rounds the numbers so you can have two different dates with the same value.
If you have two different Receipt Dates you should have two different values in the DayOpen field.
Above is my second attempt which uses the Fix function.
The problem doesn't occur as much but it still happens.
If I format it properly before I even get to the calculation, is there a way to remove Saturdays and Sundays?
Any help will be greatly appreciated
Thanks in advance