Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
it is possible Reset Input Fields in Qlikview Application using without macro?
Yes you can use Bookmarks to reset them to pre-defined value.
Thank You Sunny Talwar,
any other possibility like using Event triggers
Yes Bookmarks can be helpful to reset Input Fields, otherwise you can assign variable values to NULL in the button properties as well..
see this thread..
Thank You Jd Sreeni,
I agreed Bookmarks But Here I took input filed in Script level,
InputField Biz_Input_Bkg;
InputField VolBiz_Input_Bkg;
InputField Cargo_Input_Bkg;
InputField VolCargo_Input_Bkg;
InputField PortPair_Input_Bkg;
InputField VolPortPair_Input_Bkg;
How Can i Convert into Variables is it Possible?
You can also used Trigger on sheet to clear/reset the field
go to settings->Document Propertices->to go Trigger Tab
and in the Trigger Tab you can define the Trigger for filed
You should be able to use Event trigger to trigger a bookmark which resets the value of inputfield .