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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
jsingh71
Partner - Specialist
Partner - Specialist

How I Clear the Input Box value???

Hi All,

I have created one InputBox and one Variable 'vAssignToColumn'.

Now I add this variable with InputBox through 'General' Tab.

Under 'Constraint' tab I select the 'Listed Value' check box and provide (1;2;3;4;5;6;7) values.

if select 5 from InputBox 5 get selected.

Now I want if I click on 'Clear All' InputBox will show 1.

How I get this. Plz help.

InputBox.png

I also attach the .qvw file for better understanding.

1 Solution

Accepted Solutions
alexandros17
Partner - Champion III
Partner - Champion III

I've done it, I set the variable to 0 in the button (another action) but in predefined values you have to add "0"

Hopeit helps

View solution in original post

2 Replies
alexandros17
Partner - Champion III
Partner - Champion III

I've done it, I set the variable to 0 in the button (another action) but in predefined values you have to add "0"

Hopeit helps

jsingh71
Partner - Specialist
Partner - Specialist
Author

Thanx a lot for your quick reply.