Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

button sets the date variable but diagram doesnt refresh

hey,

i need some help with my date button! i used this tutorial: Easy Date Range Selection with Qlikview | Min-Maxing

and make a button that "put a variable value" and there i put into the value for

min value: =Date(today(1)-91)

and max value: =DAte(today(1))

it all works... but if i go to the webview, it doesnt work! it shows me the values in the calendar but don't refresh it in the diagram.

i have also a kalendar and a scroll bar. in the two cases the diagram works, but it doesn't work with the buttons... if i click on the button it shows the values on the calendar and scrollbar. it`s mystery...

maybe somebody can help me?! thanks

1 Solution

Accepted Solutions
Not applicable
Author

solution:

additional "Select in Field" ->

field: fieldname

value: ='>$(=date(today()-91))'

In combination it works!

View solution in original post

1 Reply
Not applicable
Author

solution:

additional "Select in Field" ->

field: fieldname

value: ='>$(=date(today()-91))'

In combination it works!