Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
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