marpas
6
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