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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
swuehl
MVP
MVP

Issues with selecing multiple date values in extension sense-navigation

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

2 Replies
Anil_Babu_Samineni

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)'

Capture.PNG

Update - Attached

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
swuehl
MVP
MVP
Author

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?