ood morning
The feature class has a StartDate and a EndDate
I am looking for a way to create in ArcMap the following Definition Query/Query Builder:
- select records from todays date to the future. or selecting records with a EndDate > Today
- select records from todays date minus 3 years or selecting records with StartDate less than 3 years
This mxd is going to be used in a map service, so the goal is to return these values when showing the layers in a GIs viewers.
Thanks