cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic charts in Bex WAD

Former Member
0 Kudos

Hi Experts.

My requirements are as follows. I want to include max number of 5 charts in a template. At the moment I have 20 different chart queries (this number will grow) to choose between, chart web items are basically the same, only data provider is different.

A query will tell me what charts (i.e. chart queries) that soul be included, and I only want to build those charts.

It is not a good solution to include all the 20 +++ charts in the template and just unhide the ones I want to show as this will be too much administration as the number of charts grow.

Are there no other way, like programming an API somewhere, like we can program the reporting table interface?

Best regards,

Nina

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can use the parameter ITEM_ID to dynamically assign a chart id to the web item.

A sample implementation can be seen in the 0ANALYZER template include for charts.

Thanks.

Former Member
0 Kudos

Hi Deepu

That is indeed a good suggestion. I will look into this, thanks.

Nina