RANDPICK
Returns a pseudo random (the same every time ran) number of records from a report.
Reporting Area(s)
General
Required Parameters
- Number of records to select (i.e. 50, 100)
Optional Parameters
None
Example(s)
JUSTDOIT("=RANDPICK(250)") returns 250 random records from report cursor.
Notes
Used to pull a sample of Name records out of a report for statistical purposes.