Skip to main content
Announcements
YOUR OPINION MATTERS! Please take the Qlik Experience survey you received via email. Survey ends June 14.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Add Variables to EDX v11.2

Hi All,

Please can you assist me?

I am trying to add a variable to an EDX call.

The following variable code works:

-variablename="vTradeNo" -variablevalues="12345"

I have an input field which allows the user to select the Trade Number they want. How do I get the value from the Input Box to show in the variablevalues? What is the code for this?

Thank you

Sally

1 Solution

Accepted Solutions
Not applicable
Author

I have sorted this by creating a variable that holds the EDX string and picks up the value on the input field.

Then, I use a macro to read the value of the variable, and save as a .bat file.

Use Launch to launch the .bat file which then runs the EDX Command

View solution in original post

1 Reply
Not applicable
Author

I have sorted this by creating a variable that holds the EDX string and picks up the value on the input field.

Then, I use a macro to read the value of the variable, and save as a .bat file.

Use Launch to launch the .bat file which then runs the EDX Command