Skip to content

RANDPICK ​

Returns a pseudo random (the same every time ran) number of names/records from a report.

Reporting Area(s) ​

General

Required Parameters ​

  1. 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.

RANDPICK2