Folks, I have a simple objective(well...it seeeems simple)
I have a report with TWO fields:
mydate, and myapp.
Both come from SQL, and are varchar types.
mydate is the classic datetime type, as in:
4/18/2006 4:07:47 PM
There's about 1.6 million records total.
I want to only show records from the last say, 30 days.
I would think that
should apply here, but I cannot make it work.
Thanks lads,
Rich
Business Objects IX
SQL Server 2005
Programmer/Analyst
Portland,Maine
I have a report with TWO fields:
mydate, and myapp.
Both come from SQL, and are varchar types.
mydate is the classic datetime type, as in:
4/18/2006 4:07:47 PM
There's about 1.6 million records total.
I want to only show records from the last say, 30 days.
I would think that
Code:
Aged0To30Days
Thanks lads,
Rich
Business Objects IX
SQL Server 2005
Programmer/Analyst
Portland,Maine