Assigns a random value from 0 to 100.
random_0to100()
Example: random_0to100
Populate the random_c field with a random number from 0 to 100
- Result: 62
- Result: 3
Random functions can be used to assign a random number and then select a random sample of records to be used to test an email blast or direct marketing campaign. For a random 10% sample, select the full set of records to be marketed, based on criteria. Use the random function (e.g. random_0to100) to assign a random number to a custom number field. Export the records where the number <= 10.
Click HERE to return to the full list of MassImpact Formulas.