Pinned Discussions
Forum Widgets
Recent Discussions
Suggestions for archiving or closing records
In my current application I am building for the purpose of tracking Assets, their monthly rental rates, rental charges for each/month, and monthly invoices for each client. Currently the application has about 10 years' worth of data and this is making some of the reports, forms have long load times as there are at least 3 dozen or so calculations being done across all the tables and forms. My thought was when a month, quarter, year is closed then specific data would be "captured" and moved to another table. The "Archived" table would just hold the results of any calculations previously done, essentially creating a snapshot of that record into another table. The Archived table could then be used for other reports but wouldn't be bogged down with having to do the original calculations, their results would just be summarized. Once this data was captured, the original record would either somehow be closed for editing or get an archived indicator, so they could be excluded from the current month/quarter/years' entries. Just seeking the best way to optimize the application as the amount of data will only continue to grow and thus the lag time greater when accessing the system.0likes3CommentsUnits description append does not show in my form
There is a smart section in the field settings related to the Units description. If this field is filled, the text is supposed to append to the calculated field. When you import this field in a form, append does not work. (See attached pictures). Of course, I can do it straight in the formula but it is a bit sad since this option exists. Somebody knows why ? Is it a bug ?0likes1CommentEmail Notifications
Hello, I’ve set up an email notification that includes a form with embedded reports. In those reports, each record shows an edit pencil and a view icon next to the record ID. I’d like to remove those icons from the email notification. Currently, access to view or edit is controlled by user roles in QuickBase forms. How can I hide the edit/view options in the embedded reports within the form in the email notifications?0likes1CommentPopulating Child Table Date Field to Parent Record
I have a Parent/Child table relationship for two tables. On the Child table there is a date field that I would like to populate up to the Parent table for use on every new child record in the Child table. Do I need to create a new one to many relationship for the current child table to the current Parent table flipping them in this new relationship or can this be done in the current relationsip? Thanks Brian0likes3CommentsUsing Total in a child table embedded in a form
I have a form (based on a parent table) with 3 embedded reports (based on the same child table). The children reports are the same except that they have one different filter each. I need the Total of a column to calculate another column (class % in my picture). If I use the summary field in the parent table, it gives the total of the all three tables. (See first picture) I also tried with the report formula but I have the same issue. Do that Total field have a name that we can re-use in the formula ? You will find attached some pictures of my form for your understandingSolved0likes2CommentsOn Form Open, populate an User and Timestamp field. No way to trigger rule on Form Open?
Hi! Use case: On opening a form (new or existing record) I want to auto-populate a field (e.g. timestamp field with now() and a user field with currentUser()) when the fields are currently empty. I tried the following: ❌ A trigger that is just user == <other> with a blank field --> should be true on open but does not do anything ❌ A custom when formula with the content `true` --> definetly true on open, but does not do anything ❌ Record ID != -1 (also always true) does not do anything ✅ A trigger "when checkbox is checked" using a helper checkbox: As soon as user checks, checkbox, the field fills correctly. But this is not the intended behaviour 🤔 The options to change field value after save and validation also seems to work (mostly) But this is not the intended behaviour. Any way of enabling this pattern of "fill a field when form is opened (and field is empty)" would be helpful.Solved0likes4CommentsForms crash with "Unexpected error" when selecting record reference field as condition
Whenever I try to create a form rule based that has a record link numeric field as a condition, quickbase crashes with Unexpected error. Something went wrong! One note: This currently is the only field I have for this relationship in my table. I don't have any lookups. I have tried to create a new form with just one of the record link fields and it still fails. Any hints for me?0likes2Comments