Correction to above post:
I am running crystal 10 on 9i via ODBC.
I have now created the parameters listed in the paper by business objects and linked them into my subreport. However, now I hit the problem that the subreport isn't looping through the array. I do not need any new records in the subreport. Basically, I'm summarizing about 3000 records for the year to produce 4 fields: Month, total outages per month, chronic system count per month, and chronic incidents per month to look like the following:
January 2005
Chronic systems 5
Chronic incidents 15
Total Outages 100
The Chronic systems and Total outages are running totals grouped by month. The Chronic incident formula is the only runtime formula I'm using and is detailed in my above post.
I created a paramter string for each of the 4 fields I need and am writing them into an array: i.e. January 2005^February 2005 becomes Array x["January 2005", "February 2005"] etc.... I have also created a counter formula, but cannot figure out how to force it to increment.
Does anyone have any suggestions? I'm very fuzzy on arrays in crystal...