Some time ago, Marko helped me create a view that allowed my CD Reference IDs to be grouped in groups of 160, starting from 1 (vs. the built in 0-based list counting). This required duplicating the search expressions, for as many groupings as I needed, as noted here:
http://wiki.jrmediacenter.com/index.php/CD_Reference_Number, but it worked fine for those purposes.
However, I would now like to sub-group those by 10, and as you can see from the grouping in column 2, the groupings are correct for my needs, since they too are 0-based (the first grouping should be 1 - 10). There are just too many sub-groupings now to attempt to manage creating the individual expressions; furthermore, changing the sub-grouping size to, for example, 40, would require all new expressions.
Is there any other way this can be done?
ps. one of the reasons I'd like to sub-group, is to discover where the holes are in the contiguous list of Ref Ids. Is there are way to do this quickly?