on 2026 Jan 21 4:26 PM
Hi team,
I’m facing an issue while creating a form in SAP Analytics Cloud and I’d appreciate your help.
I have a table and a form.
When I select a row in the table and click a button, I retrieve the selected member and populate several input fields and a dropdown based on the member’s properties.
The InputFields are filled correctly, but the Dropdown isn't.
The value returned from the member property is not assigned to the dropdown, even though it is not empty.
In the final screenshot, I’ve added a visual explanation of the issue to make it clearer.
Snipped 1 – Populating the dropdown
Snipped 2 – Selecting a row in the table, clicking the button, and opening a popup that displays the data from the selected row
Here is the code I’m using:
Snipped 1:
Snipped 2:
Thank you,
Ganjos
Request clarification before answering.
Hello Ganjos,
I can't find any fault with the code, except one thing.
In snippet 1:
Dropdown_31.addItem(tipo_projeto);and in snippet 2, you have:
Dropdown_29.setSelectedKey(tipoProjeto);I'm thinking you are doing everything right, but might have forgotten to change the ID of the dropdown.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 7 | |
| 7 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.