cancel
Showing results for 
Search instead for 
Did you mean: 

Pull Random Patients

cothmer
Participant
0 Kudos

Is there a way I can pull 30 random patients in a Crystal Report ?

Accepted Solutions (0)

Answers (1)

Answers (1)

abhilash_kumar
Active Contributor
0 Kudos

Hi Curt,

Method 1:

Go to View > Preview Sample.

Method 2:

Create a Record Selection Formula with this code:

whilereadingrecords;

numbervar x := x + 1;

x <= 30

-Abhilash