sap-tutorials / Tutorials

Tutorials on sap.com
https://developers.sap.com/tutorial-navigator.html
Creative Commons Attribution 4.0 International
742 stars 780 forks source link

Set Up Cascading Filters in Applications #18494

Open draguarMatth opened 2 years ago

draguarMatth commented 2 years ago

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

jmmargo commented 3 months ago

@Fabien33 can you please respond to this user's feedback?