I have a Confiform form which contains entries for people within my organization (sort of "who am I in 5" data set with an Image, Name, Role, Overview, etc.).
Is there a way to pull out 1 random record from the form for display each time I come to the page (sort of a random showcase of someone from the table)?
Do you also have some field that assigns a sequence number for each record?
If you do (or can add it) then you can have something like this in the "The filter to apply on entries dataset" parameter
(assuming this autonumber field is named "seq" and my form is named "ConceptForm")
seq:[entry._func.queryCount(ConceptForm:@self;*).randomInt(1)]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.