The Community will be undergoing maintenance from Friday February 21 - Friday, February 29 and will be "read only" during this time. To learn more, check out our Announcements blog post.
Hi Airtablers! I have started a self-study to record day to day activities in my home-based caregiving initiative - taking care of my 91 year old Mom.
I am using the default time setting in Airtable - 1/2 hour increments - is there a way to set it to...
I am putting task items into a schedule and assigning People who will work together to get the task done. The task is one line in the Schedule table. I have linked to the People table (fk_People) and then linked multiple people, depending on who is g...
I have been able to replicate the script for Running Total as per
console.log(Hello, ${base.name}!);
let table = base.getTable(‘Invoices’);
let view = table.getView(‘Grid view’);
let result = await view.selectRecordsAsync({fields: [‘Amount’]});
let r...
In Filemaker I was able to set my field names to list alphabetically or in creation order or in custom order.
Is there a way for me to have my field names list alphabetically?
I issue invoices and progress reports on the 15th and last day of each month. My reports compile work that was done in the days leading up to that deadline. I also issue Payroll reports weekly - depending on the client - end of the week may be Sunday...
I have a field that is set to Date and I have also hit the slider to include time - Time format is set to 12 hour.
When I add a new record, I need to change the time setting and it gives me a list in 1/2 hr increments. I am wondering if I can get it ...
That is much better - I guess there isn’t anyway to get that space after the commo in the ARRAYJOIN - to improve readability?
Otherwise, I will use this - it is better than setting up a formula to do the work.
Thanks!
Thank you for this explanation. I only need to run the calculation when I am processing periodic reports. I will see if I can implement your idea and make it work.