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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Input Field Reset

I have the following input field.

I want to reset the values to existing Grade min values not zero

INPUTFIELD CustomMin, CustomMax;

Grading:

LOAD //GradeID,

     GradeMin,

     GradeMax,

     GradeMin as CustomMin,

     GradeMax as  CustomMax,

     Grade,

     GradingName

   from source

1 Reply
sohailansari201
Creator
Creator

I guess you are asking how to initialize an INPUTFIELD to blank or any other default value with an action of a button.