Forum Discussion
MarkShnier__You
Qrew Legend
6 years agotry this as a formula checkbox field
Month([Work Order Start Date]) = Month(Today())
and DayOfWeek([Work Order Start Date]>=1
and DayOfWeek([Work Order Start Date]<=5)
Then you can run a report and filter on this field.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
Month([Work Order Start Date]) = Month(Today())
and DayOfWeek([Work Order Start Date]>=1
and DayOfWeek([Work Order Start Date]<=5)
Then you can run a report and filter on this field.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
DavidBrowne
6 years agoQrew Trainee
Month([Work Order Start Date]) = Month(Today())
and DayOfWeek([Work Order Start Date]>=1
and DayOfWeek([Work Order Start Date]<=5)
Its telling me ">=" can not be applied as an operator on date, number.
------------------------------
David Browne
------------------------------
and DayOfWeek([Work Order Start Date]>=1
and DayOfWeek([Work Order Start Date]<=5)
Its telling me ">=" can not be applied as an operator on date, number.
------------------------------
David Browne
------------------------------
- MarkShnier__You6 years ago
Qrew Legend
I was missing a few closing brackets
Month([Work Order Start Date]) = Month(Today())
and DayOfWeek([Work Order Start Date])>=1
and DayOfWeek([Work Order Start Date])<=5)
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------- DavidBrowne6 years agoQrew TraineeThis worked great. Thank you!
------------------------------
David Browne
------------------------------