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 guys!
I work at a public mental health service and we use airtable to coordinate our work.
I have a patients table linked to a visits table, which in turn is linked to a prescription table, which is finally linked to a drug table.
I want to be abl...
Hi!
I have a base where I register exam questions. I class them by Subject (linked table field); I would like a formula that enumerates them by subject, for example:
Pharmacology 1
Pharmacology 2
Development 1
…and so forth.
Can it be done?
Thanks in...
I have a similar problem, I have to calculate a kid’s age in years and at least months from his DOB to today. How would you suggest doing that? My actual formula just shows off years:
DATETIME_DIFF(TODAY(),{Cumpleaños}, 'years')
Thank you!