Repeathing group display using multiple conditions

I want to display in the repeathing group the target list using multiple conditions and display it in a repeating group (picture).

cannot select multiple types of content for repeating groups.
How should I set it?

What conditions Y like to use? Looking on your picture Y have RG type Client_code?

Thank you your reply.

I have 2 RG, first is “Type of content:Text , each item’s client code unique elements”.
second is " Type of content:number, each item’s Changed_count unique elements" in the first RG.

If you need other informations, please tell me.
Best reguard.

Sorry but I’m still don’t getting what You are trying to display inside the target RG. What is the source data that You are working with? Do You like to filter 2 RGs on some conditions or combain source data into one list and display it inside one RG and then filter this RG?

I’m sorry that my explanation is not clear.
The data source you want to display is the data in the table on the left side of the photo.

From this data source, I would like to divide the cases according to the pattern on the right and page them within RG.

OK.

I suppose I understand. The structure should be something like this, I’m guessing:

Data (list)
{“No.”: “Number”,
“Changed_count”: “Number”,
“Client_Code”: “Text”}

Main RG (type: text, source: Data: each item’s unique client code elements) Inside every row, you have 2 nested RGs of which:

First one relates to Changed_count = 0 (type: number, source: Data: filtered with constraints Client_Code = Current row text, Changed_count = 0)

Second one relates to Changed_count = 1 (type: number, source: Data: filtered with constraints Client_Code = Current row text, Changed_count = 1)

1 Like

Thank you for your detailed explanation.

The almost has been completed.
However, as shown in the photo, although I was able to separate the pages using the client code, pages with and without changes are mixed on the same page.

I’ll look into it myself.
If you notice anything, please let me know.

Check using debugger mode whether filters on these RGs are correct.