Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
mhmmd_srf
Creator II
Creator II

Default Selection is not working

Hi All,

I have an App, contains From Date and To Date. Both are from Same source field.

Calendar selection is made using variable.

This is working as expected.

However I want to make a default selection. when user will open the App, it will show value only for MaxDate.

So , From Date and To Date will be same for default opening.

I tried to handle this through Trigger. It is not working properly.

Can anyone please help me.

Thanks,

Sarif

1 Solution

Accepted Solutions
qlikviewwizard
Master II
Master II

Hi Mohammad Sarif

Try like this.

Create triggers with Set Variables with the below:

varMinDate

=max(ShipDate1)

varMaxDate

=max(ShipDate1)

1.PNG

2.PNG

3.PNG

View solution in original post

2 Replies
tresesco
MVP
MVP

PFA

qlikviewwizard
Master II
Master II

Hi Mohammad Sarif

Try like this.

Create triggers with Set Variables with the below:

varMinDate

=max(ShipDate1)

varMaxDate

=max(ShipDate1)

1.PNG

2.PNG

3.PNG