Elastic Search Report dynamic date filter not working

Hi all ,

I have a elastic search report on work class , im trying to pass embedded date property filter (.service.fromdate) to report definition from activity, but im not getting results, for other embedded properties other than date im able to fetch results.

Im setting pycontent.pyfilter = default.setrdfilter(.service.fromdate ,“>=” , param.fromdate) in activity before calling rd

Param.fromdate i tried follwing valuez = 20250316,2025-03-16

But none works

Pls let me know if u have any solution for the above