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

Announcements
Check out our latest virtual session where BARC Fellow, Doug Laney, highlighted the opportunities data monetization can offer enterprises. Watch here.
cancel
Showing results for 
Search instead for 
Did you mean: 
koushik_btech20
Creator
Creator

Blank input in calender object

I have two calender objects From Date and To Date for Order Date and Shipping Date. Now I want to entry a blank(null) Date through the calender object(From & To). Is it possible?? If anyone have any solution please share here.

5 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

No, nulls can't be entered or selected. Replace nulls in the script with real values, for example with a date like 2999-01-01.


talk is cheap, supply exceeds demand
Not applicable

What do you need Null date for?

koushik_btech20
Creator
Creator
Author

On expression both shipping date and order date filter has been used. Now if user want to filter the order date only not shipping date, then user have to pass null on shipping date range(From & To). This is my requirement and I does not want to wrote  more expression on for individual shipping date or order date.

Not applicable

To achieve what you are suggesting I would use a regular input box, calendar objects are tied to fields and require a value.  Input boxes do not.

Not applicable

Really? I think if I clear selection, that means chose all date range. which is the same usage as null date.