Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Business Objects Date

Status
Not open for further replies.
Aug 13, 2003
12
0
0
GB
I have created a report that will compare whether a authorised date is greater or equal to today's date. I have got the user to enter today's date. How can I automate this without user having to enter the date.

e.g Authorsied_date >=Currentdate(), this has to entered in tne conditions part of the query panel of the report. All user will have to do is refresh only..

Many thanks
 
Every database has a function that allows you to fetch an object that holds the current date (Now(), Today() , Sysdate, Current Date etc)
If your universe contains such an object, you can use this if you fetch at least another object.

You can use this object to evaluate it with a prompt that will hold the authorized date.

Talk to your universe designer to add the object if it is not yet defined...

Ties Blom
Information analyst
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top