Hi all. I have a report that have transactions in the detail sections.
Such as date, amount and etc.
I have a grand total count at end of the report. Some records does not have any transactions but shows a blank detail section with empty fields. I need the empty fields to show that no transactions were conducted for that customer.
The problem is that the emtpy spaces are also counted in my grand total.
Does anyone know how I can count the empty spaces and then minus it from my current grand total?
My current grand total formula is:
=Count([T_Date])
I'm Trying to add something like:
=Count([T_Date])-Count([T_Nulls])
With [T_Nulls] as the count of all the blank records.
Such as date, amount and etc.
I have a grand total count at end of the report. Some records does not have any transactions but shows a blank detail section with empty fields. I need the empty fields to show that no transactions were conducted for that customer.
The problem is that the emtpy spaces are also counted in my grand total.
Does anyone know how I can count the empty spaces and then minus it from my current grand total?
My current grand total formula is:
=Count([T_Date])
I'm Trying to add something like:
=Count([T_Date])-Count([T_Nulls])
With [T_Nulls] as the count of all the blank records.