Announcement

Collapse
No announcement yet.

Preparing the list associated with reports

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Preparing the list associated with reports

    Column not found: 1054 Unknown column 'user.query_type'.

    Because I want to prepare my report associated with 3 tables. I am specifying the entity for example user; but the other table has such a column that you can not see it.

    for example;

    Code:
    $result = array(
         'columns' => ['query_type'],
         'list' => 'deneme',
         'total' => 1
    );
Working...
X