Skip to main content

I need to simply sort according to region, and then for each region, set a counter from 1 - n. Thus each region will have a 1,2,3 etc. I have set up a sorter ok but the counter does not start from 1 again on the next region.

You can set the counter name to the region ID, that way you'll have a separate counter for each region.


You can set the counter name to the region ID, that way you'll have a separate counter for each region.

And using the named counter, you do not need to sort first.

 

 


Reply