Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
svinnakota
Creator
Creator

Default Selection in Qlik Sense

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

30 Replies
beck_bakytbek
Master
Master

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

beck_bakytbek
Master
Master

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

  

sudhakar0717
Partner - Contributor II
Partner - Contributor II

hi santosh,

kindly check this link for extension.

GitHub - KumarNatarajan/qliksenselistbox: Qlik Sense Listbox Extension

it's a best extension for default selection.

matti_punkeri
Contributor
Contributor

simondachstr
Luminary Alumni
Luminary Alumni

Check out Vizlib's Filter:

http://www.vizlib.com/filter

nizamsha
Specialist II
Specialist II

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 

anilmahanty
Contributor III
Contributor III

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.

Qlik35
Partner - Contributor II
Partner - Contributor II

Is it possible to define an expression in the default state instead of a unic value ? For example take the max of a date.

 

Capture.PNG

tanelry
Partner - Creator II
Partner - Creator II

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:

defaultbookmark.PNG

Qlik35
Partner - Contributor II
Partner - Contributor II

Thanks for your reply, it's work 🙂