Quantcast
Channel: Jive Syndication Feed
Viewing all articles
Browse latest Browse all 10881

Using Same Data Source in multiple charts/Components

$
0
0

AS Design Studio is executes BW Queries in serial mode. I hope in feature release parallel execution process would be included. To show the data from the same data source in multiple charts/components without editing the initial view of the DS- You can follow the below process.

 

Example:

ds_example1.png

 

In this example I need to show 0FIAR_CO3 data in Cross_Tab and Chart.

 

ds_example2.png

 

Just in the Applicationa-->  Properties--> Events--> On Startup

ds_example3.png


Browse and mention below script. Modify the script according to your requriment.


if (CROSSTAB_1.isVisible() == true)

 

{

       DS_2.setFilter("0COMP_CODE", "2000"); 

}

    

    

if (CHART_3.isVisible() == true)

 

{

       DS_1.setFilter("0COUNTRY","GB");

}


ds_example4.pngYou can set filter on array of the values also.


Result:


ds_example5.png


Reference Link:

 

http://scn.sap.com/community/businessobjects-design-studio/blog/2013/06/15/new-in-ds-11-variables-and-calculations


Viewing all articles
Browse latest Browse all 10881

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>