cancel
Showing results for 
Search instead for 
Did you mean: 

Issue exporting Old dates data to Excel

Former Member
0 Kudos

Hi,

We have a Date columns where we have dates as 1/1/0001. When the WebI Report is exported to excel the values for 1/1/0001 is showing up as ######## instead of 1/1/0001.

The users are fine if the excel shows up as 1/1/0001 instead of #########.

Has any one came across this issue and has any work around, so while exporting to excel it displays the date as in WebI.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member189638
Active Contributor
0 Kudos

You can create a variables as below and use it in your table.

=If([DateObject]= ToDate("1/1/0001";"M/d/yyyy")) Then "1/1/0001" ELSE [DateObject]