Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

simple sequence 1,2,3...

Hello, I have simple task, but i don't know how to do it.
I need to create sequence in expression:

1,2,3,...,2500

how can i do it?

Thanks in advance!

1 Solution

Accepted Solutions
maxgro
MVP
MVP

maybe

concat(ValueLoop(1,10), ',', valueloop(1,10))

View solution in original post

2 Replies
maxgro
MVP
MVP

maybe

concat(ValueLoop(1,10), ',', valueloop(1,10))

Not applicable
Author

THANK YOU !