Assigns a random value from 0 to 1.
random_0to1()
Example: random_0to1
Populate the random_c field with a number between 0 & 1
- Result: .47964
- Result: .83492
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.