Hi there!
I am working with a set of numbers all under the same ID in a table. Based on the ID number, these values all appear (as a list) on a report I created; however, since there are so many, I want to simply put a minimum and a maximum. The problem is, the numbers fall in consecutive sets, and I don't want the min and max to include the skipped values. So, for example, if there are a total of 30 numbers, they may fall something like 1-10, then 25-30, then 40-50, then 75-80. I'm looking for a way to show a minimum and a maximum for each consecutive set, like I just did, preferrably using a function or operator of some sort on the report and not modifying a the original data table. Any help?
Thanks!!