In Advanced Report Builder I want to filter Resource Month so the report only shows dates greater than 8/31/2008 but I can't write a statement that works.
I know it starts
[Resource Management Date Group].[Resource Month] >
but then what? I've tried putting a date string in # signs or quotes and even tried MS SQLs CONVERTDATE function.
How co you do this?