I am trying to define a report that will select fields based on "Advance Date" field. I have defined a report variable to define the "up to" date and my selection criteria is
ADVANCE DATE >= derived field today AND
ADVANCE DATE <= report variable end_date
the problem I am having is the selection is not working as it appears that my ADVANCE DATE field is being read as a character field and not a date field. It is defined as a date field in maximizer db but in the report it says it is of the type character. This is also causing problems sorting by this column. Any pointers would be greatly appreciated.
Thanks
Original Post