SAP Design Studio Tips & Tricks Series
***
Executives typically demand multiple views of a single geography, business function, customer or process. Dashboards that deliver intelligence to support such requirements tend to either group them in a single view or break them down into multiple views.
SAP Design Studio makes a third approach feasible, whereby thumbnails can be used to help executives navigate to the KPI views they need. What’s more, SAP Design Studio can get this accomplished in an ultra-efficient manner. Consider the following:
The code:
The following code ensures that the main chart is updated, whenever a thumbnail is clicked. Each thumbnail will have a similar code in its OnClick event.
//to assign and load the data source
DS_MAIN.assignDataSource(“cuid:Afk2uBnjUxNDqrtx8EeWW1Q”,DataSourceType.INFOPROVIDER, “ZOIL_REG_CONS”);
DS_MAIN.loadDataSource();
//setting the chart type
CHART.setChartType(ChartType.HORIZONTAL_STACKED_BAR);
Also visit SAP Design Studio Tips & Tricks #1: Swapping charts into focus on demand
Source : http://www.visualbis.com/blogs/dashboards/2013/09/05/sap-design-studio-tips-tricks-2/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
4 | |
4 | |
3 | |
3 | |
3 | |
3 | |
3 | |
3 | |
2 | |
2 |