ordendelfai
Technical User
BO 5.1.7
I have some reports that I use to do in MS Access with dynamic date ranges that I would like to run using BO.
So far, I cannot find a way to use dynamic date ranges in the query panel unless I use a prompt. However, I need to use the Broadcast Agent (this is a jumbo sized company), so I cannot use prompts.
For starters, is there an equivalent way in the conditions section of a query in BO to enter the below criteria?
This criteria would be used to run a daily report, through the Broadcast Agent. The "Cancel_Eff_Date" Field therefore needs to always be "Todays Date". I cannot create a User Object to do this because it is going to go through the broadcast agent, and my IS department is not willing to create a "Today Date" object for me to use.
Any help is really appreciated.
~Joel
As common courtesy and to help other members who might find your thread helpful in the future, please respond if the advice given resolved your issue.
I have some reports that I use to do in MS Access with dynamic date ranges that I would like to run using BO.
So far, I cannot find a way to use dynamic date ranges in the query panel unless I use a prompt. However, I need to use the Broadcast Agent (this is a jumbo sized company), so I cannot use prompts.
For starters, is there an equivalent way in the conditions section of a query in BO to enter the below criteria?
Code:
Cancel_Eff_date = Date()
Any help is really appreciated.
~Joel
As common courtesy and to help other members who might find your thread helpful in the future, please respond if the advice given resolved your issue.