i'm wanting to include TIME FRAME in designing some new reports.
is there any way to include the tab titled TIME FRAME?
thanks
LC
There are a couple of ways to do this - one easy and the other not so easy sepending on your knowledge of SQL query syntax.
If you go to File--> Open and select any of the "historical" report types, the Time Frame tab is added automatically.
On the other hand, if you want to perform some special date or time frame work, just open an existing historical report from your report library, then go to the Report menu and select "Show SQL". The SQL tab that appears will show how the time frame looks in actual SQL query language. Do a cut and paste into a new "Advanced SQL" report, modify your SQL query to taste and save as a new report.
Hope this is what you were after.