on 2024 Feb 06 9:50 AM
Hello, I wanted to ask if it is possible to create a dropdown consisting of multiple hierarchies. Such as having a dropdown that has C1 then an option to break it down to its child values within a singular dropdown.
Any help at all is appreciated! Thank you.
Request clarification before answering.
The dropdown widget only supports flat list population so you cannot expand parent nodes in drop down and expand to child nodes.
Br.
Nikhil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
SAP Managed Tags: SAP Analytics Cloud, analytics designer
Hi community
I am new to SAC.b I want to introduce a dropdown filtering menu in my story. I succeded in populating the dropdown using this lines of code in the onInitialization()
var Inspectors_list = Table_1.getDataSource().getMembers("Don_ordre.Inspecteur");
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 7 | |
| 7 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.