I'm trying to create a report that uses the OE Sales Summary table in GridView. One of the fields I'm using in this report its called 'Inv Date'. I have tried different combinations of using dates, but unless I turn off the filter I create, I don't get any hits.
When I look at the field properties for that field, it says TYPE = DATE and LENGTH = 3 (among other things). How can a date field only use 3 characters? When I run this report with the filter turned off, the Inv date field shows the date in this format:

"07-Feb-08".

Am I missing something? How do I fit a date like that into three characters?

Andre