KoolReport's Forum

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

How to create Ajax call in Multiple Data Filters? #1266

Open Sowmya opened this topic on on Jan 22, 2020 - 2 comments

Sowmya commented on Jan 22, 2020

Dear KoolReport Team,

I want to create an Ajax call in Multiple Data Filters.

Same as Multiple Data Filters Ex I create My Report Inputs(Country,State,City) Based on Country Selection, I have to display States.. and Based on State Selection I have to display Cities List. I done this, But it happened when I click on Submit Button then it displays corresponding States and Cities. How can I auto populate the select list based on previous selection

KoolReport commented on Jan 22, 2020

Please have a look at Ajax Loading example

Sowmya commented on Jan 23, 2020

Ofcourse I checked, But I am not using SubReport in myReport, In my Report I have 6 to 9 input filters, all I included in one report only. I want relationship between Country,State and City only(among 6 to 9 inputs) You implemented like this

 "clientEvents"=>array(
            "change"=>"function(){
                subReport.update('customerselecting',{
                    country:$('#country').val(),
                });
               ###  subReport.update('listorders');
            }",
        ),

I don't want to use subReport

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
help needed

Inputs