Linked Analysis in Analytical Applications(SAC- SAP Cloud Analytics)

 


Lets take the example of our previous application- Sales Analytical Application





we should write a function to connect charts in Applications.







we are aiming to connect the 2 pie charts. profit per category and sales per category.

for that we need to pass 3 arguments.
1. source (chart)
2. target (chart)
3. dimension

so lets create 3 dimensions with the respective datatypes

source


target


dimension




Now lets write function for this.
Click on fx button.






save the code and get back to the canvas.


these are the pie charts we are about to link.





now the same process for "Sales pie chart"



save and run at Application.




we can see the 2 charts are connected and changes are updated based on filters on the other chart.





Comments