Restart auto numbering when n=x
Is it possible to have a context rule that resets the auto numbering after a certain value, e.g. if n=31, reset n=1.
*Structured FM17
It can happen that several subsequent instances of the same Element uses the same number, e.g. 5. I use an Attribute (Counter) to specify whether the counter remains the same or is incremented. I don't now when the counter will reach 31, so I need to have it automatically restart at 1 if the next <n> value is 32.
*Edited to add additional information/context
