CMS Version
V4
Player Type
Windows
Player Version
V4
I am attempting to use a dataset to allow the content to be more dynamic so I can change the layout according to what I have defined as a period in the day (school setting). I have seen some examples and have tried to implement them by creating the dataset and using the dataset widget with a string element to display the name of the current period. This is just my test as eventually I would like to use the image field. The only problem is it seems to update about 15 minutes after the defined times. What settings affect this refresh?
My data set is as follows:
I have an upper row limit of 1 and the following filter:
DATE_FORMAT(NOW(), ‘%T’) < Time
Is there something wrong with my data or logic, or is there some kind of setting I can tweak to get it to refresh more promptly?