As we are three weeks out from Empower (register here! ), we want to hear from our Community about the experience today. We're asking for Community members to take a few minutes to complete the following survey. Thank you in advance for your feedback! ...
How did you solve the Issue - did you need to track the Record ID# "changes". ------------------------------ Mark Shnier (Your Quickbase Coach) mark.shnier@gmail.com ------------------------------
Yes, that formula could have numbers as low as 1, which would just be 1 digit. You could try this instead as a text field type. That would zero pad if shorter than 4 digits. PadLeft(Right(ToText(Int([Record ID#]*9973/127)),4),4,"0") ------------------------------ ...
I'm opening in the same tab/window, making it feel to the user like a screen refresh, not a lot different to the native tab navigation. They only go back to the first 'tab' when they initially click on the record, or click on the first 'go button' ...
If I've understood correctly, you're looking to set 'Actual Build Completion Date' to the current date when checkbox 'Build Complete' is checked. If you use a formula field - something like If([build complete]=true, Today()) - the field will contain the ...
Mike, yes, you would need to do that as it's creating a custom button to add records to a particular parent child combination. Here is what the button code looks like. Note that it has that crazy long configuration ID. var Text realmHostName = NotRight(NotLeft(URLRoot(), ...
As we are three weeks out from Empower (register here! ), we want to hear from our Community about the experience today. We're asking for Community members to take a few minutes to complete the following ...
Greetings everyone! A few announcements and a call to action... 1. April Release Notes became available this past Sunday, have you had a chance to check them out? Quickbase released its Snowflake and ...
New form experience beta All customers will soon benefit from a more intuitive, modern form experience. We’ve started enabling our new form designer for select customers. Read more about the feature ...