Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Back button not working

Hi,

I have two variables in my Triggers section under Document Event Triggers which is set to OnAnySelect<Has Action(s)>.  The variables are:

Variable 1:

Varaible: vEndDate

Value: =if(len(GetCurrentSelections())=0,null(),vEndDate)

Variable 2:

Variable: vStartDate

Value: =if(len(GetCurrentSelections())=0,null(),vStartDate)

If those variables are set my back button will not work.  However If I delete the varaibles my back button does start working.

The reason I have this variables is I have a Calendar Object that has a start and end date which I select as my date range.

Hope you can help with this one.

Regards,

Jon Ditchfield

4 Replies
calvindk
Creator III
Creator III

You probably have to press back multiple times, as each of those trigger events counts as a selection.

I am not sure there is a solution to this challenge.

Not applicable
Author

Thanks for the reply.

I removed it from the Document Event Triggers and added it to the Field Event Triggers and this works fine.

idogridish2
Creator II
Creator II

Hi,

My triggers are Filed Event Triggers and I am experiencing the same issue,

did anyone ever found a solution for this triggers problem?

Anonymous
Not applicable
Author

I am experiencing the same issue, Back button is not working until click many times

Did anyone ever found a solution for this problem?