Hello-
This is probably a simple fix, but I'm not understanding why it's happening.
I have a simple report that contains one-to-many releationships, one Constituent to many object records. I have put a DistinctCount for Constituent ID in the footer, and it works on all pages EXCEPT the first page where it says the count is '0'.
Here's the formula that I put in the footer:
Can you tell me what the problem might be?
Thanks,
Angie
This is probably a simple fix, but I'm not understanding why it's happening.
I have a simple report that contains one-to-many releationships, one Constituent to many object records. I have put a DistinctCount for Constituent ID in the footer, and it works on all pages EXCEPT the first page where it says the count is '0'.
Here's the formula that I put in the footer:
Code:
DistinctCount ({Constituents.ConstituentID})
Can you tell me what the problem might be?
Thanks,
Angie