# Causes and Solutions When User Group Reports Are Not Displayed Correctly

## Causes and Solutions When User Group Reports Are Not Displayed Correctly

Even though you've set filters in user groups to segment data, if the reports are not being reflected, the following causes are possible. Let's identify the problem and take appropriate action.

## **Confirming the Phenomenon**

If the following hint is displayed in the admin screen, this problem may be occurring.

## **Main Causes**

**Large Request Data Volume** When filtering with filter conditions, if the target data volume is too large, the report display may fail.

**Filter Condition Settings** When using specific conditions (for example, when user behavior count is something other than ">= 1" or "< 1"), the data volume increases, making errors more likely to occur.

## **Scope of Impact**

Only three report displays are affected: "Overview", "Group Report", and "User List" of user groups. Other features are not affected, so please rest assured.

## **Solutions**

To resolve the error, please take the following steps.

**Set a Shorter Target Period** Reduce the request data volume by shortening the target period for the filter conditions.

**Adjust Filter Conditions** If you are filtering only by "Event 1" in the filter conditions, reduce the data volume by subdividing the conditions, such as adding "Event 2".

```
Optimize by setting **User Behavior Count** to ">= 1" or "< 1".
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://helps.ptengine.com/en/faq/data/group-report-issue.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
