I have some views where I had coded:
WHERE (YEAR_ENTERED = 2013)
I would like to change this to something like WHERE YEAR_ENTERED = YEAR($TODAY)
I see that the YEAR() function is available, but am stuck there.
I would also like to read the document of what functions are available in the WHERE clause and what system variables are available.
Thanks,
Larry