Hi,
I have a scenario where there are two groups
Private and public groups which have multiple records/clients in them.
I then summerize the groups with a formula based on a condition to detect the type of client. there are in total 3 levels of grouping where the 3rd level of grouping is of client name (private or public).
Private clients
client 1 100
client 2 100
total: 200
Public client
client 3 200
client 4 100
total:300
Grand total 500
So could you help me understand how I could assign private client's value to a variable and the public client's to another so that I could sum them.
I have a scenario where there are two groups
Private and public groups which have multiple records/clients in them.
I then summerize the groups with a formula based on a condition to detect the type of client. there are in total 3 levels of grouping where the 3rd level of grouping is of client name (private or public).
Private clients
client 1 100
client 2 100
total: 200
Public client
client 3 200
client 4 100
total:300
Grand total 500
So could you help me understand how I could assign private client's value to a variable and the public client's to another so that I could sum them.