I have a list of integers from 1 to 100 and i want 30 random numbers from that list how can we do this?
Discussion posts and replies are publicly visible
Peter Lewis had also posted a solution for this problem a while ago I believe
community.appian.com/.../generate-random-and-unique-numbers-for-a-specific-range
Yep the todatasubset() approach that Mike posted is the more general approach to sorting, but the rank() approach from my post works in a few scenarios like this where you're sorting by numbers (and is slightly fewer lines of code)