Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
you can achieve through this extension i believe there is an option always one selected value
check the attached extension
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.
Hi raju
he is expecting in Qliksense not view
sorry, its my bad.
cool the extension i provided is having always one selected value let him check
Hi Folks,
Triggers are not Standard in QS.
We use the Extension menu bar for this which provides even a lot more functionalities
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
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