Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I want to make a default selection in the Qlik Sense app.
For example, I am having a year filter with years with 2007,2008,2010. When i open the app I want to see the 2010 year as the default selection and the respective data in the other sheets.
I tried saving the app after doing the selection, however when i refresh the app the selection is not visible and it is going to its default stage.
Can some one please tell how to do it.
Thanks,
Santosh
Hi Santosh,
check this like a triggers in Qlik View but in Qlik Sense
you will need in this case en extension
i hope that helps
Beck
Hi Francesco,
check this like a triggers in Qlik View but in Qlik Sense
you will need in this case en extension
i hope that helps
Beck
hi santosh,
kindly check this link for extension.
GitHub - KumarNatarajan/qliksenselistbox: Qlik Sense Listbox Extension
it's a best extension for default selection.
Check out Vizlib's Filter:
You can do with the help of extension .
extension name is BI era
its like kind of always one selected value
but we have a drawback too using this extension its like a hard corded value .
for eg u have year 2007,2008,2009,2010
if u want 2010 then u have to hardcode that value
With the latest version of QS, paritially default selection is possible, with the help of Bookmark.
Now we can select default bookmark. When reopen app, it will apply the default bookmark.
Is it possible to define an expression in the default state instead of a unic value ? For example take the max of a date.
To create a bookmark with "dynamic" selection,
First make a dynamic selection on a field, for example in Year field type this search string:
=Year=year(reloadtime())
and press Enter (do NOT select value by clicking on it).
Then create a bookmark. In bookmark details you can see that it saved the dynamic selection:
Thanks for your reply, it's work 🙂