It looks like you're new here. If you want to get involved, click one of these buttons!
If I have a table of 50 things. Can I somehow generate 10 unique results? I want to use it to create a store inventory of 15 items out of a possible 50. But I do not want a duplicate results. Is this somehow possible?
Comments
Deck Picks, pg. 11 in the manual.
basically,
Table: GetResults
[!10 TableName >> Implode]
Table: Things
Thing 1
Thing 2
...
Thing 50