Hi Everyone, I am trying to create a report in xml using the excel xp tagsets and proc report. One of the column that I need to display is a date in the format:mmddyy10. The following is my define statement in proc report: define Open_Date /format=date9. 'Open Date' I am using auto-filters for the xml output. Now when the xml output is created the Open Date column shows the format as Text Filters. What I need is instead a Date Filter so that I can filter it according to year. I need something like this: How can I do this..?
... View more