I have a date field named "TermDate'. I would like an expression in Query Builder to only show features where termination date is in the future. My date field displays as '2017-09-27 09:59:01' I'm using Enterprise Geodatabase with SQL server. I thought I could just use the NOW() function but I'm having no luck. I am using arcGIS 10.2.
I have a polygon feature class that is symbolized with shading for parcels that have a recovery agreement. After a certain period of time, the recovery agreements expire and I would like those to no longer be visible, so that only those with termination dates in the future appear on the map.
-
Probably duplicate : gis.stackexchange.com/questions/138272/…Hugo Roussaffa– Hugo Roussaffa2017年09月27日 18:29:39 +00:00Commented Sep 27, 2017 at 18:29
1 Answer 1
getdate() is the way to get Now under query builder
-
Happy to helped you , don't forget to mark the answer as resolveHugo Roussaffa– Hugo Roussaffa2017年09月28日 07:03:33 +00:00Commented Sep 28, 2017 at 7:03
Explore related questions
See similar questions with these tags.