Ok so I know how to make the entire list “Sometimes Visible,” but, I am looking to see if it’s possible to make individual items within that list “Sometimes Visible.”
The use case of this is that I have a list of restaurants, but I only want to make the ones that are visible only the ones that are currently open. When I choose the “Sometimes Visible” option i can only pick from a sum/average/etc. of ALL restaurants.
Is there a way to do this? I have tried to make the rectangle box of the list “Sometimes” visible, but this didn’t solve my problem, besides just making the background box disappear… I also have tired to sort it so only restaurants with a visible “rectangle box” shows, but I dont think that is an option.
Any help but also suggestions for workaround are greatly appreciated!
Would that be another column in the database of restaurants? how would you make a data point that is “open?” It would have to be one that’s always updating right?
I guess it would be… =IF(AND(open time<current time,current time<open time), Open, Closed)… but I have no idea how to get that to happen in Adalo…
How do you make a “live” data point that would show open and closed? I have done time fractions for opening and closing times already. But cannot figure out how to make the Open/Closed column constantly updating (it only updates when I submit the form, and recalculates the open/closed status based on the current time I submitted it at)
I have a question, I created the input field… but it dosent calculate the current time, but rather still an input field? What am I doing wrong? Is it not supposed to show?