Hello,
we have a report that has three subsummaries based on some IDs in the table (like customer_id, project_id, …). The report shows total for customer, then projects, …
Now we have this issue: for the project name, we placed a related field in the subsummary part that gives us the name for the given ID. In a case, where the project_id is empty (NULL), a project name is shown although there is no matching record.
Thanks.