Hi SAC experts,
I would like to know if it's possible to pass filters to Data Analyzer from an Analytical Application. I'm using the NavigationUtils.openDataAnalyzer API but without success.The model is the same in AA and DA but believe doesn't matter.
I know how to pass filter values from AA to a Story and AA to AA but even simple parameter such as embed mode as been difficult.
Below one example of my code, I have tried only 1st parameter, only 2nd parameter and both parameters.
NavigationUtils.openDataAnalyzer('&/dz/9102B879DBA6EE5C878C23D8A9E21EF',undefined,[UrlParameter.create("Country/Region","Germany"),UrlParameter.create("mode","embed")]);
Also, is there any documentation of URL API for Data Analyzer? like this one for Story SAP Analytics Cloud URL API
The behavior I want to replicate is the one we get when we open a Data Analyzer from a table in the new Optimized Design Experience Story, where the filter values are passed to the Data Analyzer (Image attached).
Thank you for your time.