mlm_montana
Member
I am trying to build a view of a table which includes a field for the year of data collection. In the view I want a column that contains "actual" if the year is 2009, and "estimated if the year is before 2009. I can use decode for each year on the table, but is there a way to use "< 2009" instead?