S
SF
Hi,
I have a query that use for my report. This query contains the following:
Province District Commune
A AD1 AC1
A AD1 AC2
A AD1 AC3
B BD1 BC1
B BD1 BC2
I want to count how many provinces, distrcit and communes. In this case I
create 3 unbound filed and use Count(province), Count(District) and
count(Commune).
I result I got is 5 province, 5 districts and 5 communes which is wrong.
There are only two provinces here and 2 districts.
How can I address this issue?
SF
I have a query that use for my report. This query contains the following:
Province District Commune
A AD1 AC1
A AD1 AC2
A AD1 AC3
B BD1 BC1
B BD1 BC2
I want to count how many provinces, distrcit and communes. In this case I
create 3 unbound filed and use Count(province), Count(District) and
count(Commune).
I result I got is 5 province, 5 districts and 5 communes which is wrong.
There are only two provinces here and 2 districts.
How can I address this issue?
SF