I am using a dataset to display text - but need the ‘order’ random. Display all the content within the dataset 1 ( one ) row at a time for about 10-15 seconds then the next ‘row’.
the order should be a comma separated list of column names, rather than a function. In the linked post the OP was using that statement in the filter clause.
I think you want to create a formula column like this:
Got it to work with what you posted above Dan. Only issue I am running into now is that on " dataset " it displays all items randomly during the time, not one item for the specified time.
on " ticket " can get it to display correctly - but shows all content not just 1 row.
Got it to display 1 item per page. Set time to 1 minute, so updates very frequently. Works great.
the “Random” part sorta works - it plays the same thing quite a few times. Have over 500+ items that it could ‘choose’ from.
using equation that you specified Dan " ( FLOOR(1 + RAND() * 9)"
changed the 9 to a 4, to see if it helps. Anything else can do to make it totally random and choose a different one (not previously choosen for a while ) every time ?