cancel
Showing results for 
Search instead for 
Did you mean: 

Dashboard 4.2 Support

Former Member
0 Kudos

I need help with an SAP dashboard project in HTML5

I have a project that has a push button. I need to make it so that when that push button is pushed, certain cells of data are pushed to a PHP script. I'll handle that script but I need to know how to expect to receive it. POST data? JSON?

How can this be accomplished?

Be well,

JZ

denis_konovalov
Active Contributor
0 Kudos

if you can specify what product exactly are you using, maybe we can place a correct tag on your question.

Former Member
0 Kudos

I'm using SAP Business Objects Dashboards 4.2. I'm sorry I thought that was apparent from the title of my post.

I did set the SAP BusinessObjects Dashboards tag when I posted the question.

I'm using the HTML output on a Web server.

I need to add a button that will POST or in some other way get certain cells of data from the dashboard to a PHP script on the same server.

Be well,

JZ

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184594
Active Contributor
0 Kudos

I am not sure if your request is doable, but you can try to do it with flash variables in dashboards. You can get the content of the cell out with flash variables and pass it to somewhere else. Search adobe flash variable in xcelsius on the internet I am sure you will find many things.