Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 5063 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I have a table that contains 397 assessment questions and answers. Is there a way of pulling out a predetermined number of records at random? Would the random function be appropriate here?

Posted

I would define an unstored calculation field (result is Number) = Random.

To get N random records, show all records, sort by the calculation field, go to record number N+1 and omit multiple records [Get (FoundCount) - N].

Posted

I would define an unstored calculation field (result is Number) = Random.

Thanks for the reply comment. So the first step for 40 records as an example would be (40)= Random? I suspect not because this returns a value of zero across all records.

Posted

No, the first step would be to define a calculation field. Enter =

Random

as the formula, set the result type to Number, and storage options to 'Do not store…'

Posted

go to record number N+1 and

Sorted the random calculation. If N = 40, what's the best way to go to the 41st record now that they are in random order?

omit multiple records [Get (FoundCount) - N].

Do I use the Get(FoundCount) - N in the specify box of Omit All Records script step?

Posted

what's the best way to go to the 41st record

Use the Go to Record/Request/Page[] script step.

Do I use the Get(FoundCount) - N in the specify box of Omit All Records script step?

Yes.

Posted

Works a treat, thank you very much!

I was expecting it to pull the same 40 records out every time I run the script but I'm delighted that it doesn't. That can only mean that the random value must be changing in each record, at what point does it do that?

This topic is 5063 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.