cancel
Showing results for 
Search instead for 
Did you mean: 

Enable users to temporarily modify the chart type in view mode in SAC

Samiksha_mahore
Explorer
0 Kudos
246

Is there a method within SAP Analytics Cloud that allows users to adjust the chart type temporarily while in view mode based on their preferences? These changes would cater to immediate requirements, and upon closing the story, the modifications made by the users would revert to the original settings.

Accepted Solutions (0)

Answers (1)

Answers (1)

SteffenKoette
Product and Topic Expert
Product and Topic Expert
0 Kudos

I am not aware of any option to change the chart type in view mode - however you could script a behaviour like this:

As there is no API either to change the chart type, just add two charts with the different types at the same position on top of each other in your story. Now using scripting, toggle the visibility that only one of them is visible. You could trigger this script with a switch, bottom, or drop down for example.

Samiksha_mahore
Explorer
0 Kudos

Thank you for the suggestion! I'm considering a similar approach, but I'm also eager to explore alternative methods to achieve the same outcome. Your idea of using scripting to toggle between overlaid charts is valuable ,thank you!