Well, the similar issue was already discussed but no suggestion/resolution were provided there as well as no bug report was created.
I have a dashboard table :
Click behaviour is set up to go to another dashboard and set filters:
When clicked everything is set up except date. Log says:
:error "Unable to substitute parameters: Don't know how to parse date param '2025-10-12T00:00:00Z' — invalid format",
It passes timestampz instead of date. My raw table has date datatype for column date which is used as a column in the table:
I event tried to cast it explicitly to date in the SQL query but click still passes timestampz value which date filter in the destination dashboard can’t handle.
Any suggestions?


