Completed
Last Updated: 04 Mar 2026 13:12 by ADMIN
Release 20.0.26.304
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