Skip to main content
Announcements
The New Qlik Learning Experience is Here! GET STARTED
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Create an INPUTFIELD in a table and assign the value to a variable

I want to create a few inputfield columns  in a table using INPUTFIELD command. Then as user enters values inside those fields I want to assign that value to a variable. Can this be done? Is there any example?

The reason I want to do this and not use INPUT BOX is because Input Box have a vertical orientation. I though I can create INPUT fields as columns in a table (Horizontal Orientation) and then transfer those values to variables.

1 Solution

Accepted Solutions
marcus_sommer

I think the easiest way would be to use several inputboxes and to layout and position them in your wanted horizontal style.

- Marcus

View solution in original post

3 Replies
marcus_sommer

I think the easiest way would be to use several inputboxes and to layout and position them in your wanted horizontal style.

- Marcus

Not applicable
Author

Thank You Marcus. That's what I have finally decided to do. Although little painful to do so many of them, I think that is the only way to do.

jafari_ervin
Creator III
Creator III

you can create input field with table then create several variable and fill them with formula (I think you should  use rowno() in script to create a temp table for input field then use this rowno in set analysis to fill the variable)