Help with an alarm system

Hello,

I want to create a new functionality for my app and I don’t know how to do it. I want to create an icon that is visible only when some data in the database is empty. For example, if in the year 2024 the client has forgotten to enter the data of some month in the data type “frequencies” then the icon appears.

How can I do it?

Thanks !

I would add the icon on the page, then make its default visibility to false or hidden , then add a condition on the icon to check for the value. When the condition is realized the. Update the visibility to true.

This topic was automatically closed after 70 days. New replies are no longer allowed.