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’m trying to create a time sheet for my employees in airtable and one thing I wish I could do with the page designer is limit the records that are displayed within a linked record table is to limit the results to a view from the linked table, that w...
I would like to have the ability to set a default font for the Page Designer block in our Airtable settings or in the table settings somewhere so we don’t have to change it from Roboto every time
Hello! I love Airtable and use it to run my entire business just about. We are looking to start printing our own checks to pay vendors and subcontractors and would like to setup a page designer template to do so, but there is no font option to print ...
Formula connected to Single Select Field Ask the community
Looks like you may have a parentheses in the wrong spot, try this:
IF({Active/Inactive}=“Active”, DATETIME_DIFF(TODAY(),{Start Date},‘days’), IF({Active/Inactive...
Looks like you may have a parentheses in the wrong spot, try this:
IF({Active/Inactive}=“Active”, DATETIME_DIFF(TODAY(),{Start Date},‘days’), IF({Active/Inactive}=“Inactive”,DATETIME_DIFF({End Date},{Start Date},‘days’)))