cancel
Showing results for 
Search instead for 
Did you mean: 

Default date in reports without prompting in the report

Former Member
0 Kudos

Hi,

I am using xcelsius 2008, i have developed a report and it should run on a particular date (current date) without hard coding it in the worksheet. because don't want the user to enter date , and report should run for current date.

Regards

Aflal

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

you can insert a excel formula: =today(), and pass it to your query

Thx, Hao

Former Member
0 Kudos

Dear Hao,

If we want to give a date range what should we do

Regards

Aflal

Former Member
0 Kudos

Still, you would use Excel formulas. I assume you're passing values to a filter? E.g.

From date: =now()-365

To date: =now()

Or something to that effect.