Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to assign value to Inputfield in the script?

I have 6 inputfields, after the user's entered the data, the values are saved in an excel file.

Whenever I add new data to my data model and do a reload, all the values of the input fields are reset to 0, so I need a way to give the user the values that they had entered.

Is there a way to load the excel sheet data and assign the values to specific inputfields on reload/ in the script?

Please its very urgent, any help in this will be greatly appreciated.

Thanks

3 Replies
alexandros17
Partner - Champion III
Partner - Champion III

Assign in the script the values from the excel to the variables used for the input field

Not applicable
Author

Thanks for the quick response, can you please provide me with an example, I am kinda a newbie.

Not applicable
Author

BTW, the inputfield doesnt like it when I assign a variable to it.

say for example:

LET vExcelValue=154;

in the pivot table under the expressions table : InputSum($(vExcelValue)) ... it gives me a '-' hypen