Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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!
maybe
concat(ValueLoop(1,10), ',', valueloop(1,10))
THANK YOU !