The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Hi,
I noticed in one of the tutorial videos a field shown as a switch (book database, the “Bought” filed). It was simple on/off type slider switch. I’d be grateful if someone could let me know how to create that type of field?
Many thanks
I’m using the following formula to check whether the data in another column (Call Forward) is before today. If yes, then enter today’s date, if no then enter the Call Forward date.
IF(IS_BEFORE({Call Forward},TODAY()),TODAY(),{Call Forward})
I’m gett...
Hi.
I have a table containing a single row with a value column that I would like to reference in a formula in a second table. Is there a way to do this?
The background… I have a table containing household “inventory” - basically everything I need to ...
Thanks for your reply. That was my first thought but checkboxes seem to be just checkboxes in my mobile app. I use Android so wondering whether it is perhaps specific to Apple OS?
Thanks, JB. I see how it’s simply a case of using the field, however, I would like to return today’s date if {call forward} is blank. I tried the following but it’s still not working:
IF(OR({Call Forward},IS_BEFORE({Call Forward},TODAY()),TODAY(),{Ca...