I'm trying to create a report that looks like this:
Dogs 33
Cats 15
Zebras 2
from a record set with a few hundred rows. I'm not looking for a table or a matrix, and I find that a list repeats for each record in the set.
I'm trying to create a report that looks like this:
Dogs 33
Cats 15
Zebras 2
from a record set with a few hundred rows. I'm not looking for a table or a matrix, and I find that a list repeats for each record in the set.