I'm afraid I may have oversimplified my example. I'm trying to explain what I need without including all of the irrelevant details of my particlular report and I probably haven't provided an accurate representation.<br><br>Let me explain further. The grouping is, in fact...
I have a problem with sorting and grouping. I have a report with a group defined. Consider that there are two different fields I would like to sort by. One is a unique text string, lets call it "Name." The other is not unique and is a number...
Sweet. I haven't tested that yet, but if it works it's as good a solution as the next. I didn't know you could provide the "evaluateafter" statement with a parameter like that.<br><br>Thanks for the excellent idea.
The suppression doesn't recognize the "RecordCount" variable that you refer to (I get "The remaining text does not appear to be part of the formula" and similar error messages)...this doesn't appear to be defined. I cannot find any special "RecordCount"...
Basically, yes. Here's the situation using two formulas:<br><br>--- FORMULA1 ---<br>BeforeReadingRecords;<br>0;<br><br>--- FORMULA2 ---<br>WhileReadingRecords;<br>Count({MyField});<br><br>First, notice that the evaluation-time statements are now completely unnecessary (they are only...
Good suggestion. However, I tried that, too. For it to work, I'd need something like this:<br><br>BeforeReadingRecords;<br>0;<br>WhileReadingRecords;<br>Count({MyField});<br><br>And this doesn't appear to work...I suspect you can only use one of the 'evaluation time...
Thanks for the suggestion Malcolm, but is there some special RecordCount function/param available that I don't know about? I've looked through the help, but I don't see anything that does that...but then, I'm new to it.<br><br>My problem seems to be that I can't get the record count...
I have a Running Total defined that counts distinctively the number of items in a certain field. This works fine when there are records in the database (I'm using a simple .MDB file). When there are no records, it displays nothing, but what I need is for it to display a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.