Write here how you think we can improve the tutorial ...
I think you must to correct the code in the step 4 ("Add a script to the Dimension dropdown").
Your code :
"
// function onSelect() : void
var sel = Dropdown_Hierarchies.getSelectedKey();
// Table
....
"
The good code is 👍
"
// function onSelect() : void
var sel = Dropdown_Dimension.getSelectedKey();
Tutorials: https://developers.sap.com/tutorials/sac-analytics-designer-create-4-cascading.html
Write here how you think we can improve the tutorial ...
I think you must to correct the code in the step 4 ("Add a script to the Dimension dropdown"). Your code : " // function onSelect() : void var sel = Dropdown_Hierarchies.getSelectedKey();
// Table
.... " The good code is 👍 " // function onSelect() : void var sel = Dropdown_Dimension.getSelectedKey();
// Table
... " Best regards