Select to view content in your preferred language

Symbology Classification for Date Field to work similar to Quantiles

626
4
10-05-2011 09:52 AM
Status: Open
KevinMorrissey
Deactivated User
Allow user to create symbology that utilizes the date\chronology contiuum to select date ranges, etc. for color schemes, instead of forcing users to use unique value.
4 Comments
AlexZhuk
It's long overdue!
Banff_GIS_Department
It is surprising that this is not already (easily) possible!
JoshWhite
Very much needed
JoshWhite
I should point out that a workaround would be to covert your date fields to long integer. 
So if your dates are MM/DD/YYYY you can use:

Int (Right( [Date], 4 ) & Left( [Date], 2 ) &Mid( [Date], 4, 2  )  )

01/01/2012 to 20120101