Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
in Sense I have a listbox with, for example, productID.
When I select one productID, I wish modify two variables (qty and price) in two inputbox. I already found the extension to write variables.
I want - clicking on a reload button (I have already found it, too) - qty and price variables and productID token from listbox load into a qvd.
I can create a qvd with values of the two variables, but I cannot retrieve the value of productID selected. If I use getSelectedFields function (directly or stored in another variable) the formula is written in qvd, not the value.
Can anyone tell me if there is a way to solve this issue?
Thanks,
S.
Try it with: $(=getSelectedFields(productID)) within the variable.
- Marcus
Sorry, the function I used is GetFieldSelections not getSelectedFields).
S.
It doesn't work 😞
S.
... copy & paste is curse and blessing ...
The variable is further an expression within the script or is there any error? Beside this could be concat(distinct productID, ',') an alternative.
- Marcus