Skip to main content
Solved

How to sort data according to region, and then give each object in a region a number from 1 to n which repeats itself for every region.

  • February 5, 2018
  • 2 replies
  • 10 views

Forum|alt.badge.img

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.

Best answer by david_r

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

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

david_r
Celebrity
  • 8394 replies
  • Best Answer
  • February 5, 2018

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


erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • February 5, 2018

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.