Posted 26 November 2019, 6:35 am EST
Hi There
I want to count how many Details are listed on each page of my report.
For doing so, I created a TextBox and set the Summary Options as:
Distinct Field = “PersonID” (My distinct field)
SummaryFunc = “Count”
SummaryGroup = “GroupHeader1”
SummaryRunning = “Group” / “None” (I tryed both)
SummaryType = “SubTotal”
Depending on the choosen SummaryRunning I get the following results in the Preview:
“Group” = The Result is “0”
“None” = the Textbox remains empty
Im using ActiveReports v12
Can someone tell me what im doing wrong or if there is another way to count the Details.
Thank you in advance