Pinned Discussions
Forum Widgets
Recent Discussions
Validate New Drop-Down Options Before Saving
I have a drop down field that allows user to create new options, but I'd like to prevent people from adding any options with a specific key word. I thought I could accomplish this with a formula field that would just check if the drop-down field contained the key word. The problem I've run into is that it seems the formula fields are reading the new option as '_other' rather than what has been entered. I assume that is the placeholder that's used because the new option doesn't actually get saved to the drop-down field options list until the record is saved, but I cannot think of an alternative way to validate the field because of this issue. Here was my formula, just for reference: If( Contains([field],"Keyword"), Case([field], "Valid Option with Keyword",false, "Other Valid Option with Keyword",false, true), false )0likes3Comments'Equal to' 'Not Equal to" not opposites
I am trying to filter a report and am struggling to get the inverse of the if/then to show properly. I have tested the 'equal to' formula and it is working properly. i.e. I set a filter to be equal to that word so it only pulls records with that word in the field I am referencing. However, if I want the inverse of that report. i.e. I want all the records that do not contain that word to pull on the report however the inverse which I believe should just be switching the 'equal to' to 'not equal to' is not filtering the report at all. even though I have told the report to show me words not equal to the value I've entered are still pulling to the report. I can make a work around with multiple 'equal to' lines. I just believe that selecting the inverse of equal to should pull the records properly. TIA, KbarrySolved0likes4CommentsReport link - target field value is contained in
I have Table A and Table B. I would like to create a Report Link in Table A, which returns multiple records from Table B. In Table A, I have a text field called AllDataPoints with value: 189-261 ; 189-21 ; 189-101 (It was originally a summary field of combined text, i.e., multi-select text, so I can play around with the delimiters and such.) Table B has a field called MatchID (text). I want the Report Link to return 3 records from Table B -- the record with MatchID equal to 189-261, the record with MatchID equal to 189-21, and the record with MatchID equal to 189-101. In other words, I want records where MatchID is contained within AllDataPoints. I tried changing Value Matching to contains and wildcard. My guess is that it would work if values in A were substrings of values in B, but I want it the other way around -- return records where B is a substring of A. Any ideas? Thanks.0likes1CommentRESTful API to Create Lookup Fields?
Can a RESTful API be used to create lookup fields using a pipeline? Or, can anyone suggest a faster way to create 130 lookup fields for a use case in which I have 130 relationships between two tables (I need a new lookup field for each relationship)? I'm hoping to find a faster way of doing this other than manually one-by-one.0likes0CommentsMobile Phone - add picture
We have an extensive Time & Expense app that I want to be able to add the receipt picture via the mobile device camera per expense record. Adding the expense is easy, but our current method of adding receipts is an event related table with a collection of receipts that are not oriented per expense (yes, that one fixable problem). Now, I could add the "Add Receipt" button to the expense record, but they still have to photograph the receipt first. I want to do this in one step - click the "add receipt" button, the camera open, take the pic, save to the expense record. Is there a way to do this while avoiding another expensive add-on like FastField license per user seat? Thank you,0likes4CommentsOffice hours Cancelled 6/18-6/23/25. Returning 6/24/25
Hello everyone! Office hours with Sam Trachy will be cancelled the rest of this week and returning next Tuesday June 24th at 1pm EST. If you need support, be sure to reach out to the support team by accessing the ? on the top right corner of your account. More details here. If you want talk about strategy, performance, or growth, you can can reach out to your account team and they would be happy to help. Don't know who they are? You can access your Account Summary to view their contact info.0likes0CommentsChange data used to populate dropdowns, based on other factors
I am brand new to QuickBase, and have been asked to maintain an existing system where users rate various information presented on multiple tabs in a Form. The data presented in stored in records in a Table, and the selection made in the dropdown on the first tab determines which record in the table is imported to display on the Form. The only exception is the data that populates the various dropdowns, which in past was imported from a single Lookup list (think numbers - 0, 1, 2, 3). Each dropdown reflected the same scoring list (0,1,2,3). Now, we want to be able to populate each dropdown on each tab with a different rating scale (0-3, 0-5, etc.) based upon (1) the selection made in the dropdown on the first tab; (2) the tab number; and (3) which dropdown on the tab (each dropdown on a single tab could have a different rating scale). I have been researching, and I want to experiment during off hours, but if anyone has suggestions on how they may have accomplished something like this, I would be grateful for your input. Thanks!0likes1CommentAdd-On to allow annotation of PDF File Attachment in QBase
Does anyone know of an add-on to Quick Base that either allows direct annotation and markup to a PDF within Quick Base or allows you to open it and auto save it back to the file attachment field? We switched from Wrike and one feature we all loved was that we could open an attachment with a system and make notes. It would auto safe to the record when closed vs having to download, annotate, and upload. I know it sounds trivial but with what we do we review PDF's and JPG's ALL DAY LONG and the constant download/upload takes up a lot of time and is a bit annoying. Thanks! Hope everyone is staying safe and healthy! ------------------------------ Ivan Weiss ------------------------------Add data to Multi-select field
Hi, I want to use names from a text lookup field as the source of a multi-select field. Some lines of the text lookup field have multiple names which are currently separated by ";". On the multi-select field I want to display the individual options on a separate line. Is this possible? This is an example of what I have: Brand (Text lookup field pulled from a separate table) A B; C D; G; H E; F This is what I want: Impacted brand (new multiselect field created) A B C D E F G H I want the user to be able to select multiple brands from the list0likes6Comments