cancel
Showing results for 
Search instead for 
Did you mean: 

Alerts based scheduling for WEBI report.

former_member385171
Participant
0 Kudos

Hi All,

Can we do Alerts based scheduling for WEBI report.

My requirement is Webi report consist of data for Target Vs Actual. If Target is not fulfilled then only the Webi report should get scheduled.

Thanks & Regards

Swapnil Kulkarni

Accepted Solutions (0)

Answers (1)

Answers (1)

tanveer1
Active Contributor
0 Kudos

Hi Swapnil,

You could use event based triggering to schedule the report.

1. You need to perform your calculation ie., Target is not fulfilled then place a text file in the shared directory where BOBJis having access.

2. Create a text file through program once the condition is met.

3. Create an even in BOBJ which scan the presence of new file and will trigger if the new file is placed.

4. Use this event as a means to trigger the BOBJ report.

5. If condition is met new file will created> event will kick start report

6. If condition is not met then even will not trigger hence no scheduling will be done

You could google with regards to event based scehduling

Thanks,

Tanveer.