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.
I’d like to request the ability to add new linked records in interface forms. I use forms for adding data and I need to be able to create new linked records. this is a huge limitation at this time.
I am looking to run an automation or a script. I would prefer to use a button so a script would be better.
Here is the scenario:
I have a table with student informationI have a table where I take daily attendanceI would like to on a daily basis, pref...
No this is old but hoping someone can help...I love this but now when I group by this field it doesn't sort by date but by a,b,c order. is there a workaround for this?
This should be the formula
IF(AND(IS_BEFORE({invoice paid date},‘1/1/20’),IS_AFTER({invoice paid date},‘12/31/18’),coach/payee paid=1),amount payable to coach,"")
IF(AND(DATETIME_FORMAT(date,“W”)=1,DATETIME_FORMAT(date,‘M’)=12),CONCATENATE(DATETIME_FORMAT(date,“YYYY”),"- 52"),DATETIME_FORMAT(date,“YYYY - W”))
I messed up on the first part of the formula. This should fix it for you.