Hi,
I'm trying to create a grid-report as shown below:
I have no idea how to create such a report.
System settings:
Table CLIENTS
Condition2: Home = Value2 then Detail1, Detail2, Detail4, Detail5
The report should count each value, which one is selected (used) in field "Details" für each client.
Any ideas how to build this report?
Thanks.
I'm trying to create a grid-report as shown below:
Details | Sum |
Detail 1 | 3 |
Detail 2 | 1 |
Detail 3 | 6 |
Detail 4 | 3 |
Detail 5 | 4 |
System settings:
Table CLIENTS
- Field "Home" (Enum-field)
- Value1
- Value2
- Field "Details" (Multi-Enum-field)
- Detail1
- Detail2
- Detail3
- Detail4
- Detail5
Condition2: Home = Value2 then Detail1, Detail2, Detail4, Detail5
The report should count each value, which one is selected (used) in field "Details" für each client.
Any ideas how to build this report?
Thanks.
Comment