Tips on Posting a Question
Our Discussions threads are a great place to collaborate with other problem-solvers on your questions. Below are some suggestions to help you get your Question noticed. Also find out about techniques to make sure your fellow problem-solvers have all the information they need to turn your current challenge into your next accomplishment. Show and Tell When possible include a screenshot or video of the issue you are running into if relevant. For example, when you are building a form and looking for a specific set up it can be great to include a screenshot indicating what part of the Form you are working in, what is missing, and if possible what you are hoping to add. The only thing you want to be sure of when posting a screenshot is that it doesn't include any sensitive data you wouldn't want to share to the public. You can choose to pull in images right from your device or a number of other services and you can pick a default size and then drag right in the editor to get the sizing just right. Where Does it Hurt? When asking about Error Messages you are receiving include the subject of the error message and the specifics of the warning you are seeing. The error messages usually include helpful hints about what is going wrong or a clue to your issue even when they are hard to read. You can also find more about our Error Codes here and in our Help Frame Your Formulas It can be very handy to place a formula inside a code sample as it highlights the formula as distinct from your question and helps to identify the formula you are working with. This helps to draw the eye for those helping you to the formula and make sure it doesn't run together with the rest of your question. If([Question Answered]="No", "Ask Question", "Offer Help") You can insert a code sample using the button shown below in the editor (I default to HTML unless I'm using a specific language) Tag Your Question Tagging your questions helps your questions get attention in search and in the discussions by grouping it under common themes or calling out the specific features you need help with. You can add one of our Formal tags like Relationships or Formulas and Functions right in your question or your reply by adding the # and either picking from the User Created or Product-Formal list. You can also start typing and it will search for matching tags. Formal tags are a great tool to categorize your questions. For example, if your question is on a formula to help you identify a record that is overdue the Formulas and Functions Tag will help other users interested in formulas find your question. This can help you get the attention of a formula guru in the Community. It also helps us to categorize questions and the resulting solutions so that others can benefit from your questions. Thank you for joining the Quick Base Community and asking your questions and offering your expertise. At Quick Base we learn best as a Community. ------------------------------ Evan Martinez Community Manager ------------------------------ 15Views6likes8CommentsEmpower 2019 off-book baseball game outing?
I'm fortunate to have the chance to travel for work a couple of times a year, and there are two things I always try to do when I do: 1. drink a local beer and 2. catch a baseball game if I can. This year will be my second Empower and I'm super excited and also ready to venture a little bit off the official social agenda. It happens that the Miami Marlins are hosting the St. Louis Cardinals this June while we'll all be in town. The Empower Agenda Overview shows Tuesday night as open - I assume this is a night where there's an official-but-optional outing, like last year to see the bridge bats? There's a baseball game at 7:10pm that night. The ballpark looks to be about a half hour cab ride from the conference location. I figure I'll almost certainly go myself, but I thought it might be even cooler to see if any other Empower-ers were interested in catching a ballgame. Who knows the next time we'll all be in Miami during baseball season! So, anybody interested in going to see Cardinals @ Marlins, Tuesday 6/11 at 7:10pm?20Views2likes5CommentsCopy the Project - Error for User (but not admin)
Hi, When I use "copy the project" as an admin, all the records gets copied. But, it throws up the below error message, when an user try it. Any idea as to why it is happening. And, I could not find the table (bn3txf9mx) it is referring to. How do I find that information? "There was an error copying the records. Contact the application administrator with the error details below. Error Details: You do not have permission to add records to the table: bn3txf9mx"19Views1like16CommentsUse Multiple Javascript Pages in a single form
I have a table with one Code page ("page1.js") in the field "page1" (Formula - Rich Text)working just fine. I want to add another "page2.js" in the field "page2" for a different purpose in the same table form. The problem I'm facing is only one of these code pages are loading depending on their position in the form. So the top order field with the code page in it will load but the bottom order field with the code page will not load. Following is the way I'm trying to access the Javascript Code Page into the table which is working if loaded one at a time. Field Formula - Rich Text Page1 [iol] & "page1.js" & [/iol] Page2 [iol] & "page2.js" & [/iol] Please advise if I need to consider something before using two Javascripts like this or Is there any limitations with Quickbase. _ Thank you.33Views1like9CommentsVALUE OF ONE FIELD IS ALWAYS EQUAL TO VALUE OF ANOTHER IN SAME TABLE
I have an automation that is dependent on a record being modified. My problem is the trigger field (it is a date formula field), when changed, doesn't update the "date modified" field. I created a new field (type=date) that I need to be always equal to the value in the current trigger field. This field does update the modified date which would trigger the automation. Any help is appreciated!17Views1like5Commentscustomize the html page
I have a form called ticket. In this "ticket" form, i have a field called "Addition Information'" which is using Text-Multi-line type. See below for example I created a button in this "ticket" form to print a page in html called "Disgnosis Request.html"(see below). This page has the field "Addition Information" (field id# 70) and it is on the page when I printed out. The problem is that it displays in html format which is not the same as you saw on the ticket. There is no new line and the text is all on the same row. See below for what is on the printed page and compare to the text on the "Addition information" field under the "ticket" form above. My question is that how can I customize this html page so the text is displayed exactly as what is on the ticket form which has new rows, so it is easier to read? Please help. Thanks!16Views1like4Comments