Grouping of information in reports

I am creating a report that I have already obtained, the next step is to divide the information that I get by category and form of payment, what instruction should I put to make me this grouping? Thanks for your help

this is the code that I made to get the report

<<Start: Filter(“Notas”,AND([Tipo_servicio]=[Categoria],[Fecha_entrada]>=[FromDate],[Fecha_entrada]<=[ToDate]))>>
<<NumNota>>
<<ID_Cliente>>
<<SELECT(Servicios[Descripción],[Servicio]=[Tipo_servicio])>>
<<Total servicio>>
<<Fecha_entrada>>
<<End>>

2022-11-07 18_16_25-Presentation1 - PowerPoint.png

Solved Solved
0 4 169
1 ACCEPTED SOLUTION


@Juanjoge wrote:

something like nested START


Basically yes.

I explained this in detail to other user so I think you could benefit from my answer:

You can check my post here

View solution in original post

4 REPLIES 4

Not really sure exactly what you're stuck on. I see you're already using a FILTER within your START. Add in the category to your filter so that you use 2 separate START sections in your template, for the 2 sections (laundry/dry clean) from your example.

Hi, thank you very much, and if I wanted to put another one inside laundry to sort by payment type it would be the same? i.e. something like nested START?


@Juanjoge wrote:

something like nested START


Basically yes.

I explained this in detail to other user so I think you could benefit from my answer:

You can check my post here

Many thanks @SkrOYC at this time I review it to put it to the test.

Top Labels in this Space