KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

Visual Query Builder - With Date Input #3361

Open Tathagata Basu opened this topic on 23 hours ago - 1 comments

Tathagata Basu commented 23 hours ago

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

Issue Image

Any help, suggestion, or way around is appreciated.

Thanks,

Tathagata

Sebastian Morales commented 8 hours ago

Would you pls open browser dev tool, reload the VisualQuery page and see if there's any error message (red lines) in the dev tools console?

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
None yet

None