The Community will be undergoing maintenance on Friday January 10 at 2:00pm - Saturday January 11 at 2:00pm EST, and will be "read-only." For assistance during this time, please visit our Help Center.
I want to preserve the setting from a search on an interface page, this needs to be dynamic, so a view does not work as I don't have access to the setting from within the interface page.Below is an idea of the search, location, age, gender etc... In ...
My goal is to have a DOB field concatenate with a name and calculated age field. Currently the concatenate works fine with CONCATENATE(Child_First,", “,Gender,”, ",Age) = Rohnan, Boy, 10M
When I add DOB field I get Rohnan, Boy, 10M, 2020-12-15T00:00:...
Hi all just trying to decide if AirTable will work for our businesses. So far so good except for this snag. We are in childcare and NEED to calculate our babies ages in Months not years based on TODAY().
This is the section of the child table so far,...
Thank you, This was my basic idea, was hoping I could somehow automatically capture the url of the page with the base64 code in it. Will set something up like that and just copy and paste the URL...
Just starting to use page designer, I need headers too for columns. It is a list of children that attend on Mon, Tues, Wed, Thu, Fri. respectively. If I add the day in the record it prints on every child in the list. I just want a header that says Mo...
Would you help me with a second part I want to flag children that are turning 3 this year as of today.
IF(
DATESTR({DOB}) <= “2017-12-31”,
“ :mortar_board: ”,IF(
DATESTR({DOB}) between today and “2019-12-31”, :balloon:
)