Weighted List
imranmerchant
Posts: 2
Dear All,
I m using weighted list in one column named as 'Value' & i have give 10 items in list with 10% each & i m generating a 10 records in this table but after generation it still duplicate the list item rather than showing it once.
ANy suggestion?
Regards,
Imran Merchant
I m using weighted list in one column named as 'Value' & i have give 10 items in list with 10% each & i m generating a 10 records in this table but after generation it still duplicate the list item rather than showing it once.
ANy suggestion?
Regards,
Imran Merchant
Comments
Weighted lists do not have the "Set Unique" option.
I would suggest using the Regular Expression generator as follows:
Check the "Set Unique" box
Uncheck the "Allow null values" box
In the text area for the regular expression type your values in parenthesis separated with pipes like so:
(Value1|Value2|Value3|Value4|Value5|Value6|Value7|Value8|Value9|Value10)
That should do the trick.