I'm making a report in FastReport that returns it demonstrates the following fields:
codigo cliente
nome cliente
data do atendimento
codigo atendente
nome Atendente
codigo atendimento
motivo do atendimento
And it was necessary to group the calls by the client / date / attendant showing the several calls of the same day client performed by a particular clerk grouped.
However in groupheader
of fastreport
it only allows you to select a single field (at least the way I know it). How do I group by more than one field simultaneously?