Goal: To display a row count of Visible rows (not counting suppressed rows)
Problem: The row count needs to display in a Group Footer #2 section (Detail section is hidden...) The problem is that certain rows in my Group Footer #2 section are suppressed based on a formula. I cannot duplicate the formula in a RunningTotal field.
Tried making a formula field with the following code and putting it in the Group Footer #2 section, but it always showed 1.00
numberVar numRowNum = 0;
numRowNum := numRowNum + 1
Any idea on how to display a "running count" on only visible rows?
Thanks!
Jason