Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
rojaraoqlik
Partner - Contributor II
Partner - Contributor II

Reset Input Fields

Hi ,

it is possible Reset Input Fields in Qlikview Application using without macro?

7 Replies
sunny_talwar

Yes you can use Bookmarks to reset them to pre-defined value.

rojaraoqlik
Partner - Contributor II
Partner - Contributor II
Author

Thank You Sunny Talwar,

any other possibility like using Event triggers

SreeniJD
Specialist
Specialist

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..

Default Clear not clearing Calendar Dates

raman_rastogi
Partner - Creator III
Partner - Creator III

rojaraoqlik
Partner - Contributor II
Partner - Contributor II
Author

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?

ahmar811
Creator III
Creator III

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

sunny_talwar

You should be able to use Event trigger to trigger a bookmark which resets the value of inputfield .