Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 77 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBI EE SQL Query

I am looking at running a reoccurring agent daily reporting on Newly hired employees from the day before using OBI EE
When I add an sql filter:
"Submission Dates"."Hire Start Date" = TIMESTAMPADD(SQL_TSI_DAY, -1,
CURRENT_DATE)
The report Errors out
Is there a better sql filter I could use.
Also is there a way for the report to run no matter the result eg including a null result and therefore a blank report
Answers
-
298781ba-c6cc-410a-8310-f25351749235 wrote:"Submission Dates"."Hire Start Date" = TIMESTAMPADD(SQL_TSI_DAY, -1,
CURRENT_DATE)The report Errors outThe question is WHY does it error out? And HOW does it error out?
What does the log file say? It's not normal that such a mundane filter throws an error!
0 -
The error could be due to mismatch in date format in the condition. other option could be to use variable holding yesterday date in filter. you can assign default value to variable as well in case of error.
0 -
@298781ba-c6cc-410a-8310-f25351749235 Have you given up on this?
0