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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Datepicker

Hello

Does anyone know if it is possible to make a datepicker in qlikview?

I thinking like this:

So Dato fra: is my from date, and Dato til: is my to date ?

Capture.PNG.png

18 Replies
Anonymous
Not applicable
Author

This is from "help":

Variables belong to the default state. Changes in other states will not affect

variable values.

Not applicable
Author

ohh ! brillant! thx man:)

Not applicable
Author

Sorry to write again, but i seem to have a problem when set variable trigger.

My variables are not affected by what i choose in my datefield.

Not applicable
Author

I have attached a sample. I just canot get it to work - And when i want to type dates in variable - it makes it to numeric value?

Anonymous
Not applicable
Author

This one is easy - go to Number tab and choose Date as format

Not applicable
Author

but it is not working correctly- try to input two dates. then it takes all dates. And if u select af date from Dato it does not do anything in my variables

Anonymous
Not applicable
Author

Just tried the input box - worked fine.  I typed 2012-01-05 as end date and 2012-01-01 as start date, and your actions selected Dato from 2012-01-01 to 2012-01-05.  I recommend to put start date first and end date second in the input box, it is more natural.

Selection by Dato will change variables if you fix it a little

=date(Min(Dato))

=date(Max(Dato))

(Formatting is important when working with date/time)

Regards,

Michael

Not applicable
Author

Ahh yes of cause.

I just thought when my datefield was formattet like a date, it could automatically see it. But no.

Thanks

Anonymous
Not applicable
Author

Dates and times are always converted to number format by min() and max() functions.