I want to show the group name for multiple groups on a single page. I'm building a hydrology table so I have data grouped by streams. If I have more than one stream on a page, I need to display both stream names in the page footer. The groups may cross pages and, in fact, must have crossed at least one page for this to be an issue. Meaning, I only need to concatenate stream names if one group didn't fit on a single page. Hope that clarifies...
I suppose I could do this with variables, couldn't I? Something like declare a variable that concatenates groups names and resets on each page? But I don't know the syntax to do that. Thanks a lot,
dylan