Explanation on Reports (Summarize and Groups)

Hi , I just want to get a clarity on Summarize (Count , max , min ) and grouping of a report definition with a real time example . Have studied PDN but still not much clear .Want a clear cut explanation of the things mentioned above.

Thanks in advance!

Hi @AnanyaA2,

Here are few examples for Reports

Example 1
If you want to generate a report based on case status and number cases residing in each status.
which means, you have to provide two columns pyStatusWork and pyid.
Pyid should be summerized by count.
you will get the status and count of number of cases for each status.

Example 2
if you want to generate a report based on number of cases created by each user.
You have to provide two columns. pxCreateDateTime & pyid. pyid should be summerized by count.
Here you will get distinct users and number of cases created by them.

@KamineniSurya thank you Surya

@AnanyaA2

You are welcome.