I'm working in OBIEE 11.1.1.7 and I am having trouble assigning variable through an agent. I have columns which are derived from variables configured in the prompts tab.
For example:
YEAR(Production_Date) = @{p_report_year}
or
YEAR(Production_Date) = @{p_report_year} - 1
When the analysis is run manually, it prompts for the variable and then runs properly. I haven't figured out how to assign a value to this variable through the scheduler. The agents I create properly assign values to filters that I have listed as "column is prompted" but I don't know how to assign that variable through the agent scheduler.
Can anyone help?
Thanks in advance!