Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
alfro
Contributor
Contributor

Is possible to have always a value of date selected and set the max date as default?

I want that a unique value of date is selected and set the max date as default when the app is opened. But the interaction between this two issues does not seem to work well. Anyone knows how could I do it?

Thank you in advance

Labels (1)
3 Replies
PrashantSangle

use action from sheet property

PrashantSangle_0-1703397938885.png

 

Regards,

Prashant Sangle

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
MohammedMustaq
Partner - Creator
Partner - Creator

Hi,

Try this

Add a filter with your date field.  copy and paste this into filter pane search

  {<Datefield={"=Datefield>=Today()"}>}

Hit enter and apply bookmark on the selection and make it as a default bookmark. 

Note: change Datefield with your date field name

Regards

Mohammed Ali

Or
MVP
MVP

Unless something has changed recently, there's no way to get the combination of Always One Selected Value and a default selection via bookmark working together in full. Inside an app, using a sheet-level condition to make the selection coupled with a bookmark that defaults to that sheet may work (you may also need to use a variable to ensure this only happens when the app is opened, rather than every time the sheet is opened). In Nprinting, for example, there's no workaround (and Always One Selected isn't even supported).