How to make a Distinct Count
in FastReport ?
I have the report:
Name - sex
João - m
João - m
Maria - f
In%% normal, the result would be 3, but I want one that takes only the number of rows that do not repeat the name field. In case the result would be 2.
Can anyone help me? This is just an example. I can not do a Count
in db because I have multiple fields.