Unplanned
Last Updated: 16 Feb 2026 14:47 by James Glinsek
James Glinsek
Created on: 16 Feb 2026 14:47
Category: Reporting
Type: Bug Report
1
Error: Parameter /Date()/ does not match Epoch regex format!

After updating to the Q1 2026 release of Reporting, I get the following error when passing the value of a DateTime parameter from the main report to a DateTime parameter of a report that I open via the Navigate To Report action:

CSharp.Net10.ReportingRestServiceCorsDemo Error: 0 : Parameter /Date(1771253073461)/ does not match Epoch regex format!
CSharp.Net10.ReportingRestServiceCorsDemo Error: 0 : Parameter /Date(1771253073461)/ does not match Epoch regex format!

The issue seems to occur only when directly passing the value of the DateTime report parameter, so as a workaround, I decided to create a new date using the Date() function. For example:

 

0 comments