hartmut Posted January 15, 2008 Posted January 15, 2008 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
Raybaudi Posted January 15, 2008 Posted January 15, 2008 Hi try this one: GetNthRecord ( ThatField ; Ceiling ( Random * Get ( TotalRecordCount ) ) ) ... and make this calculation "Unstored"
Recommended Posts
This topic is 6217 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now