Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
simospa
Partner - Specialist
Partner - Specialist

Save modified data into qvd

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.

5 Replies
marcus_sommer

Try it with: $(=getSelectedFields(productID)) within the variable.

- Marcus

simospa
Partner - Specialist
Partner - Specialist
Author

Sorry, the function I used is GetFieldSelections not getSelectedFields).

S.

simospa
Partner - Specialist
Partner - Specialist
Author

It doesn't work 😞

S.

marcus_sommer

... copy & paste is curse and blessing ...

marcus_sommer

The variable is further an expression within the script or is there any error? Beside this could be concat(distinct productID, ',') an alternative.

- Marcus