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

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

Clear input box or use all possible value

Hi guys,

I have an input box. But when I move to another sheet, I'd like to clear my input box variable or set up - use all possible value.

How can I do it without using a macro?

Thanks,

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

I probably find the issue

trigger for variable  -  chr(00)

View solution in original post

17 Replies
Anonymous
Not applicable
Author

Use Triggers , on Activate Sheet---> add action ---External--set variable. Hope this helps

Anonymous
Not applicable
Author

I know it. But what should I set up in variable to clear or use all value?

Thanks,

Anonymous
Not applicable
Author

or how to set up show what I typed in Search box ?

Anonymous
Not applicable
Author

can you please let me know the definition of the variable or else sample application , i can be able to help you with that...

Anonymous
Not applicable
Author

Please find the attached file.

I have a search box and input box. My chart is using Variable from Input box, but I can easy to redo to use Field from Search box.

The idea is by default chart shows all possible results. Using search box (or input box) hide unselected words. It works.

Problem with input box

---  But click by "Next" my variable from Input box should be cleared or used all possible value.

Problem with search box

--- Search field doesn't show what I typed

Thanks,

Anonymous
Not applicable
Author

Why don't you use a list box and enable Hide Exclude option. So that Users will know what they have selected. And it will exclude what they haven't selected. And your expressions also work fine. Please correct me if i am missing anything

Anonymous
Not applicable
Author

For Input text

I can set up  a trigger for variable

=concat(DISTINCT {<[Keyword]=P()>} Keyword, ', ')

in this case my input variable shows all possible value

Anonymous
Not applicable
Author

I'm limited in a space.

Do you have an example, how to show my typed key word?

Capture.JPG.jpg

I'd like to have only *ja* or whatever I typed. I don't need to see all possible words, which have *ja*

Cheers,

Anonymous
Not applicable
Author

Now i understood your problem is..so you want to see data for .. what you have typed... let me get back to you on that...