I have an MXD that displays open offices based on the definition query:
Hours.Open < CURRENT_TIME and Hours.Close > CURRENT_TIME
I would like to make it so the points don't display on Saturday and Sunday and only display Mon through Friday (since they are all only open on weekdays). Is this possible?
This mxd is ultimately used in a web service served by an AGOL map, so if there is a way to filter this in AGOL that would be acceptable.