Display name in view is not read as the field name

Display name in view is not read as the field name

 I am not able to sort data by year in a view. I have noticed that in the "Column Properties" of the view, the "Year1" column is listed as having both a display name of "year" and a field name of "year". As such it seems that ZC does not recognize it as the year, since it is referred to as "Year1" in the actual script. In looking at the view description, it is listed correctly.

I have tested this by changing the display name of the "Year1" field from "Year" to "Year1" This means that the display name is now the same as the actual field name. When I do this, I am able to group by year, as it changes the field name in the view. Of  course, this isn't how it is supposed to behave.

If I go back and change the form display name back to "Year", as it should be, then it breaks grouping.


JL