Skip to main content

I need to generate a list between two numbers and repeat a value the number of times between the two numbers. The values need to generate the number of rows between the higher ranked value and the lower ranked value. Below is the data I have now, and the second screenshot is what I need generated. Thank you for the help.

What I have now:

What I need:

 

You can Enable Adjacent Feature Attributes to work out how many extra copies you need for each row based on the row number, followed by a cloner and then finally adding the copy number to the rownumber to get a sequential row count

 


Thank you, worked great!