Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
jeevays7
Partner - Creator III
Partner - Creator III

Calendar Date problem

Hi All,

I have reloaded the document and pasted in server. while accessing the document in browser the Date is displaying as "30-Dec-1899".

It is happening frequently and i don't know the reason.

Can someone please help me to resolve this?

PFA.,

11 Replies
olivierrobin
Specialist III
Specialist III

hello

it is because your field is either empty or null, so it shows the lowest available date

jeevays7
Partner - Creator III
Partner - Creator III
Author

Hi Oliver,

here i'm using a variable to show the date.

jeevays7
Partner - Creator III
Partner - Creator III
Author

if i am passing a null value, it is showing null only in the calendar. i tried in a sample application.

olivierrobin
Specialist III
Specialist III

and what's the content of that variable

put in in a text box to see it (I would say space)

rafatashiro
Contributor III
Contributor III

Use the variable "To" like this :

Max(Not null(Data))

olivierrobin
Specialist III
Specialist III

I tried and i see 30-dec-1899 when the variable contains 0

jeevays7
Partner - Creator III
Partner - Creator III
Author

The content of the variable is Max({1}Date) only.

jeevays7
Partner - Creator III
Partner - Creator III
Author

could you please send me a sample application with this case?

olivierrobin
Specialist III
Specialist III

the syntax looks like a set analysis

is is what you see in text box ? or the formula you use ?

the variable should contains a valid date if you want to see it in your calendar