3 weeks ago
Hi Folks,
I know you can call the data analyzer from the story and it works fine but how can I specify dimensions and measure for the columns and rows programmatically. Right now, I have to manually select them once the DA opens. I know I can call pre-built insight but there you cannot pass parameters. Both options have limitations. I am calling DA when user clicks on a product on a chart. I do not want to build out all rows and columns in a table in the story as it is a lot of data and slowing down the story performance. Appreciate the help.
NavigationUtils.openDataAnalyzer("HANACLOUD",
"[Schema_HDI_DB_1][Pkg_HDI_DB_1][view_name]",
[ UrlParameter.create("connectionType", "HANACLOUD"),
UrlParameter.create("systemType", "HANA"),
UrlParameter.create("f01Dim","Product Description"), // filter name
UrlParameter.create("f01Val",result), //filter value
UrlParameter.create("f01Op","in")], true);
Request clarification before answering.
One thought:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
72 | |
21 | |
9 | |
8 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.