Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

Hi,

I'm looking for a method to generate random PIN numbers. These PIN numbers will be used to access a secure site.

Question:

How do I create a field that generates a random number (lets say with 5 digits?) For example: 47618

Thanks.

Posted

Round(Random * 100000, 0)

The "Random" function generates a number between zero and one. Multiply by 100000 to get a five-digit number, then round to the decimal point.

Don't make it a calc field, but a number field with the calculation auto-entered.

This topic is 8669 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.