Hello All,
I am implementing the VisualQuery Builder for one of my reports and found that the date type fields are not working properly in the filter section. As I define this field as date
, the VisualQuery Builder is trying to update it with a date picker, but it fails to render the calendar. Additionally, the sibling update is not getting the latest value for the said field.
This is the schema configuration
"regDate"=>array(
"alias"=>"Reg_Date",
"display"=>"Reg Date",
"type" => "date",
),
This is how it looks in the UI
Any help, suggestion, or way around is appreciated.
Thanks,
Tathagata