Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
MuraliPrasath
Creator III
Creator III

How to show only my available Dates in the "From Date" and "To Date" options?

Hi,

I've created the "From Date" and "To Date". When I select the From Date it should show only My Available Dates. How to achieve this?

And I don't have Master Calendar in my dashboard.

123Capture.JPG

6 Replies
bimala0507
Partner - Creator
Partner - Creator

If your available is kept in a column refer that instead of Variable

tamilarasu
Champion
Champion

Type like below in your list box expression property

=if(date(Date,'MM/DD/YYYY')>=date(vDateMin,'MM/DD/YYYY') and date(Date,'MM/DD/YYYY') <=date(vDateMax,'MM/DD/YYYY'),Date(Date,'MM/DD/YYYY'),null())


Here, vDateMin and vDateMax are variables, so adapt it as per your requirement.

Capture.PNG


Let me know, If you need sample application.


HirisH_V7
Master
Master

Hi,

please check the attachment .i hope this Helps.

HirisH
“Aspire to Inspire before we Expire!”
MuraliPrasath
Creator III
Creator III
Author

I understand this, but is there any way I can use this DATE field in MultiBox as a FROM and TO dates???

so that my users can select only the available dates instead of getting confused with other Dates.

Please suggest me!!

12Capture.JPG

tamilarasu
Champion
Champion

Why not calendar!!! Calendar option is best for this kind of selection. Just check the attachment for better understanding.

Capture.PNG !

vishsaggi
Champion III
Champion III

Hello,

PFA the sample file. Calendar object would be best option in this situation i believe.

Let us know if that works.

You date format assumed is: 'DD/MM/YYYY'.

Thanks,
V.