You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Custom Object column filter on Report Model method getDataHTML

Accepted answer
30
Views
2
Comments
edited Jun 8, 2022 12:02PM in General Technical Discussions 2 comments

Content

Hi all,

Struggling with a problem here when utilizing the native Report_model and its method getDataHTML.

I'm constructing a call to the method, and building filters as I go along, for e.g. I have an organization ID filter which is like this:

$filters["organization_id"] = $this->Report_model->createSearchFilter($report_id, "organization_id", 1, (int) $_GET["supplier"], $rnSearchType = "filter", 1);

This works perfectly fine. However when I try and do the same thing on a custom object column (which is also setup as a filter on my report and named appropriately, just like organization ID) it returns no data.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!