January 15, 200818 yr Hi I am not sure that random function applies. But I would like to make a calculation to get a random record and a particular field for that record. random (record) "ThatField" Thanks
January 15, 200818 yr Hi try this one: GetNthRecord ( ThatField ; Ceiling ( Random * Get ( TotalRecordCount ) ) ) ... and make this calculation "Unstored"
Create an account or sign in to comment