3
How to make a Distinct Count
in the Fastreport?
I have the report:
Name - sex
John - m
John - m
Maria - f
In the Count
normal, the result would be 3, but I want one that only takes the number of lines that do not repeat the name field. In case the result would be 2.
Can anyone help me? That’s just an example. I can’t do one group by
in the db because I have several fields.