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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
rebelfox
Creator
Creator

s therReset Variables When Making ListBox Selection

I have a list box selection on calendar year for my report of purchase orders.

I have another list box selection on calendar month.

I also have an input box for a from date and another for a to date.  The input boxes use Document triggers to add selections against the variables assigned to the input boxes.

The year, month and input boxes work as cumulative selections with one problem.

When 'Clear' is clicked the variables on the input boxes are not cleared out.   the selection is removed but the variables retain their value on the report.  How can I reset these variables when the selection is removed as a report clear or as a cancel of the date selections from the 'current selections'?  Example below shows no selection from the input boxes after a 'clear' of selections but the input boxes still have a value.

1 Solution

Accepted Solutions
rebelfox
Creator
Creator
Author

OK bit of a poorly explained problem and I have now solved it.

I merely needed to add more document trigger events against the date field.

If it changed I set it to the Min() and max() of the possible field values from my table.

View solution in original post

1 Reply
rebelfox
Creator
Creator
Author

OK bit of a poorly explained problem and I have now solved it.

I merely needed to add more document trigger events against the date field.

If it changed I set it to the Min() and max() of the possible field values from my table.