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 |
|---|---|
| 10 | |
| 5 | |
| 5 | |
| 5 | |
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.