cancel
Showing results for 
Search instead for 
Did you mean: 

Schedule the report when a specific cell contain a chosen value

naveen_kumar29091984
Participant
0 Kudos

Hello,

Is there any possibility to schedule a report when a specific cell contain a chosen value ?

Regards,

NK

denis_konovalov
Active Contributor

I have fixed your tags to better allign with content of your question.

Accepted Solutions (1)

Accepted Solutions (1)

DellSC
Active Contributor
0 Kudos

Not with native functionality in BOBJ. However, it could potentially be done in code using one of the SDKs.

By "cell" do you mean data from a spreadsheet that's used as the data source for the report? In a database? In the final report? The answer to that will determine the logic for the code.

-Dell

naveen_kumar29091984
Participant
0 Kudos

The value in the cell result from a calculate with data from a function

DellSC
Active Contributor
0 Kudos

So it's data inside the report?

Do you want to schedule the report the data is in only if that cell has a specific value? Or are you trying to schedule another report if the cell has a specific value?

-Dell

naveen_kumar29091984
Participant
0 Kudos

Any comments Dell?

DellSC
Active Contributor

Basically, you would have to write either Java or .NET code that will do the calculation before the report is run and then use the BI Platform or RESTful Web Services SDK to schedule the report to run if that value warrants it.

-Dell

naveen_kumar29091984
Participant
0 Kudos

Hello Dell,

Is it possible to have some help in the code?

Regards,

NK

DellSC
Active Contributor
0 Kudos

Java or .NET?

-Dell

Answers (0)