Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Default Date when Opening a App

Hello,

I have an app with a Date selection. So I was trying to make a default date. Example when the app is opened it should get the default filter -max(DateField). Later I would like to select other date fields but I needed that selection as a default when app is opened. How can this be achieved.

Thanks,

Garry

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Use the SimpleFieldSelect extension.

Define a variable with the default filter u need and specify that variable in selections option in the following extension, it works in Qlik sense.

https://github.com/mediassarQlikBranch/SimpleFieldSelect

Thanks,

Garry

View solution in original post

8 Replies
Chanty4u
MVP
MVP

you can achieve through this extension i believe there is an option always one selected value

check the attached extension

qv_testing
Specialist II
Specialist II

goto Document properties -->Under Triggers tab

Document Event Trigger ---> On Open and goto actions --> select in field

write as mention below, Max(Datefield)


Once you set this property, close and open. Whenever you open application, that should be open default as MaxDate.

Capture.JPG

Chanty4u
MVP
MVP

Hi raju

he is expecting in Qliksense not view

qv_testing
Specialist II
Specialist II

sorry, its my bad.

Chanty4u
MVP
MVP

cool   the extension i provided is having always one selected value   let him check

ingo_lsg
Contributor III
Contributor III

Hi Folks,

Triggers are not Standard in QS.

We use the Extension menu bar for this which provides even a lot more functionalities

Anonymous
Not applicable
Author

I tried but in that extension there is an issue i am facing. it says the field shouldnt have an "=" sign in the field but its auto-populating in mine. using QS FEb 2018

Thanks,

G

Anonymous
Not applicable
Author

Use the SimpleFieldSelect extension.

Define a variable with the default filter u need and specify that variable in selections option in the following extension, it works in Qlik sense.

https://github.com/mediassarQlikBranch/SimpleFieldSelect

Thanks,

Garry