Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
(and Hi swr, if you have time, would appreciate your comment on this)
I am playing aroung with Stefan Walther's nice extension (latest build, downloaded today, and QlikSense-Desktop September 2018)
https://github.com/stefanwalther/sense-navigation
trying to use the buttons for selecting field values in a Date field.
I can make it work using the action 'Select a value in a field', using an expression or a literal:
='01.09.2018'
The action 'Select multiple values in a field' seems not to like my date values.
='01.09.2018;02.09.2018'
does not select any value, nor does the first literal text value work with the 'select multiple values' action.
It does work with other values, like pure text values:
='kW'
resp.
='kw;t/h'
Do I miss something? Any known issues with selecting multiple date (i,.e. dual) values using the action in that extension?
I am open for any suggestions.
Best
Stefan
Not sure - this question is confirmation Thread. But, If you want to use 2 Values while hitting Button. I think, This should work?
='(01.09.2018|02.09.2018)'
Update - Attached
This does not work for me if I change the default date format so that DateField values are duals, not text values.
Does it work for you?