How can we generate a series of random numbers like
23434
56767
89789
34355
56307
Please suggest me or an example
without any table connection
Discussion posts and replies are publicly visible
docs.appian.com/.../fnc_mathematical_rand.html
Can try this?
right((rand(5)), 5)
I want list of random numbers
That function has a parameter that allows you to define the number of created numbers.
Thank you all
I got the list