Switch input to display specific data from DB

Hello!
I´m working on a site where the client wants to manage a notices section from a dashboard admin page using the switch input to choose whether a notice appears o the site or not. Do a have to use code to achieve this?

Here it is the notice section at the home page where Titulo(title) and aviso (notice) are connected to the dataset

Here it is the admin dashboard page where the client manage all the notices also connected to the same dataset, everything is working fine the only thing I can´t achieve is that for example if there are 5 notices but only 2 toggled on…how can I achieve that only those two notices appear on the home page instead of all of them.


Thanks in advance!

You cant without using code to format repeater output. It is not that hard. Goto Reference and API and then to repeater and then look for onItemReady.

in that looo check itemData.novisOn if that is true, if it is use .show on the novis text field.

Thanks Andreas, I´m not that good at coding yet but I´ll give it a try!