How can we generate a sequence of 1 to 25 in a row.
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
rohit782192
11 - Bolide
‎07-13-2022
12:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I need a sequence in 1 to 25
17 |
NULL |
NULL |
NULL |
1 |
2 |
NULL |
NULL |
5 |
NULL |
7 |
NULL |
25 |
Labels:
- Labels:
- Best Practices
- Common Use Cases
- Workflow
2 REPLIES 2
binuacs
21 - Polaris
‎07-13-2022
12:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
17 - Castor
‎07-13-2022
03:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @rohit782192
While the RecordID will work if your 1st number is 1, a more general way to generate a range of numbers between the smallest and largest number in a set would be to find both the minimum and maximum number and then generate the numbers in-between.
Here's an example with the Summarize and Generate Rows tools:
