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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
helen_pip
Creator III
Creator III

Input Field to load back into the script

Hello

I was wondering if someone could help me

I want to show the Amount field in an input box, but allow the user to change the Amount field and then load the change back into the dataset

Could someone kindly help me achieve this with this simple attached QVW

My understanding of Input fields is limited, and just need help in the right direction

Any help is very much appreciated

Kind Regards

Helen

2 Replies
nilesh_gangurde
Partner - Specialist
Partner - Specialist

Hi Helen,

You can use this code to access the input value from frontend.

Let Input1 = '$(Input)';

the Input1 variable contains the value which is given.

and then modify your load statement according to the requirement using the Input1 variable.

-Nilesh

helen_pip
Creator III
Creator III
Author

Hello Nilesh

Thank you for your response

Could you kidly show me what you mean in the attached QVW?  As I am not sure I follow

Kind Regards

Helen