on ‎2021 Jun 02 7:33 AM
I need to pass the result of a checkbox into a variable value. it says:
conversion not possible from Strings to Single/multivalueVariable
Do you have any idea how to fix that?
it looks like that:
Table_1.getDataSource().setVariableValue("0COSTCENTER", checkbox.getSelectedKeys());
I also tried to write the checkbox value into a variable and convert it there... but same result.
Any help would be appreciated
Request clarification before answering.
sapmeup have you tried something like this?
Table_1.getDataSource().setVariableValue("0COSTCENTER", checkbox.getSelectedKeys().pop());
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 | |
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 2 | |
| 2 | |
| 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.