cancel
Showing results for 
Search instead for 
Did you mean: 

Question on Dynamic Reporting

Former Member
0 Kudos

Hi,

Is there any way to generate graphs dynamically.

We have one variable on the web template profit center. we have one custom InfoObject values based Profit center. Upon the selection of the value of the profit center, associated other custom object information with some keyfigures need to draw the graph dynamically.

Eg.

ProfitCenter ZABC Value

1 1000 90

1 2000 100

1 3000 110

When user selects profit center 1, then template has to draw a graph for value of ZABC. in the above case it has to draw 3 graphs. Lets say another profit center has 10 values of ZABC, then it has to draw 10 graphs....

Using JavaScript or BADIs ?

Any ideas ??

Thanks,

GSM.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184494
Active Contributor
0 Kudos

GSM ,

At the outset I am able to think of this solution ...

Have a different query which gives values of ZABC and Profit Center and when you change the query table , set the affected data providers list to affetc the chart data provider also. This will help you achieve what you want.

Arun

Former Member
0 Kudos

Hi,

Is there a way to loop all the values of one dataprovider and based on column values generate dynamically different charts by assigning different query names to each data proider.

Or looping through all values of one data provider and based one column values attach filtered query to new data providers ?

Any Ideas,

Thanks,

GSM.