Random recordset
Version 1.1.4  Add to cart
 Description


Random recordset behavior allow you filter a recordset to get a defined random number of records. You must create a default Dw recordset and with this extension you can display a random number of records.
Each time the user open the page the extension get a different set of records from your recordset.

Only for Asp ( Vb )

   
Quantity:
The number of record you want have in the result recordset
   
Recordset:
The recordset you want filter
   
Weight field:
You can setup a numeric field to weighting such that they would appear more frquently in the "random" selections for the page.
The value must be unique in the recordset.
The value of this field must be numeric and cannot be null.
   
Unique column key:
select the recordset field is a key column (usually the record ID column) to identify the record.
   
Key is numeric:
Must be checked if the unique column key is a numeric field.