Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
solution:
additional "Select in Field" ->
field: fieldname
value: ='>$(=date(today()-91))'
In combination it works!
solution:
additional "Select in Field" ->
field: fieldname
value: ='>$(=date(today()-91))'
In combination it works!