Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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 !