Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
viktoriapallack
Employee
Employee
With the new Optimized Design Experience in SAC the world of dashboards and reporting will change over the next years. Using scripting inside an ODE story can change the interaction and engagement level of a user with the delivered story. Although adding code to my story opens thousands of possibilities, we as SAC front-end story builders are not getting experts in SAC coding overnight. But with small additions and simple examples, we can already enhance our dashboard to be more interactive, more performant, and less static today. I want to show you a hands-on example where a little script in my ODE story helped me reducing the number of charts on my page (and with that performance), but still leaving the user the possibility to get familiar with the respective data.  

In our use case we wanted to provide charts for the actual headcount (#) as well as the share compared to the total workforce (%). Normally, we would have either enabled the actuals by tooltip or even added a second set of charts for the different measures to the page. In this case, we wanted to use scripting instead to give the user the option to switch between different measures using a switch. 

Step 1: Set up the chart with the measure you want to be shown initially, when initializing the page. 


Step 1: Chart Set-Up


Step 2: Insert a switch to the position you want it to be used. We added images next to the switch to make the usage clearer, but the description is up to you.   


Step 2: Insert the Switch


Step 3: Enter the switch script, either via the outline (left side) or via the options on the switch. A new tab your story will open named after the switch and onChange.  


Step 3: Edit the Switch Script


 

Step 4: Edit the switch script to change the respective measures. In the script, you must first indicate the switch name (1) and then the chart name (2). Afterwards, you can select the respective measures. In our case the share is a calculated measure and therefore is shown with its dimension ID (instead of a name).

Help: you can enter the coding help as well as the “Select Member”-Help by clicking Ctrl + Space. 


Step 4: Write the Script


Step 5: Save your story and enter view mode to see your changes.  


Step 5: Save Your Changes


With those five simple steps you can not only make your story or dashboard more interactive and user-friendly, but as well more performant and insightful. I am sure there are a lot more use cases out there for using this kind of simple measure switch. You don’t have to be an expert in coding to enhance your story in an interactive way! 
3 Comments