KoolReport's Forum

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

Trying to use two filters #2921

Open Richb201 opened this topic on on Dec 29, 2022 - 1 comments

Richb201 commented on Dec 29, 2022
Table::create(array(
            "dataStore"=>$this->dataStore("BPlt_BC")->filter("taxyear","=",$_SESSION['last_TY'])->filter("item","<>",""),

The system is complaining unknown operator "<>". How can I make sure that the item field is not blank?

Sebastian Morales commented on Dec 30, 2022

Pls replace operator "<>" with "!=" or "notEqual" and see if it works.

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