You are not logged in.
Dear users of this forum,
we are pleased to inform you that we will be updating the software behind this forum in the near future.
Existing posts, users and categories will remain untouched.
Important:
We will keep you informed in the pinned thread.
Kind regards,
Your ReportServer Team
Liebe Nutzer dieses Forums,
wir freuen uns, euch mitteilen zu können, dass wir in naher Zukunft die Software hinter diesem Forum aktualisieren werden.
Existierende Beiträge, Nutzer und Kategorien bleiben weiterhin bestehen!
Wichtig:
Wir halten euch im angepinnten Beitrag auf dem Laufenden!
Mit vielen Grüßen
Euer ReportServer Team
Pages: 1
I have a Jasper Report with 3 parameters. 1 is text and 2 are dates. When I click "Suggest parameter" it finds the correct parameters. When I try to run the report it asks me to set the parameters but then we I go to preview the report it just says "Regex test failed". Seems to be the date parameters it doesn't like. When I hardcode the dates into my query and just use the text parameter it works fine.
I've tried using both java.util.date and java.SQL.date with the same results.
Offline
Hi continu8,
can you please post a minimal reproducible jasper report that demonstrates this behavior ?
Regards,
Eduardo
Offline
I figured it out. Apparently ReportServer doesn't like it when there is a space in the JasperReports parameter name.
Thanks
Offline
Pages: 1