Contents
Enhancements
Scrolling navigation in report builder
Use the new report builder panel to update your report settings while viewing your report data. Open the panel to access things like filters, sorting, color, and so on.
Based on the feedback we received, we changed from just using icons to switch sections in Kanban reports to navigation using scrolling. This makes navigating between sections easier, faster, and clearer.
Learn more about using the new report builder panel in our About Kanban reports in the help center.
We plan on releasing this report builder panel to other report types in the future. We’ll announce new releases in the release notes.
Longer runtime for performance insights
Run performance insights for 4 hours at a time to get more information and insights about how to improve the performance of applications. Builders can select different increments, but we recommend 4 hours to collect the most information. Learn more about performance insights in the Quickbase community.
Performance improvements for key fields
Reports and queries with a single criteria that leverage key fields now perform better. When it is possible, Builders should ensure reports, API calls, and formula queries use the key field for filtering.
Increased user token limit per user
A single user can now create 100 user tokens instead of 20. This work supports an increase in demand for integrations. Learn more about user tokens and applications in the help center.
Audit logs: Increased limits for data change logs
Data change logs have a new limit of 50 apps and 100 fields per table (up from 20 apps and 50 fields). This is helpful when working with larger apps with several tables. Learn more in the help center.
Change to embedded report links across apps
We’re continuing our efforts to help app builders scale effectively on Quickbase by changing the behavior of email notifications when a form is sent with an embedded report originating from a different app without an explicitly-defined relationship. Now, if the form is configured to include an embedded report directly, it will always be sent with the email notification. As of March 9th, the behavior is as follows:
- When the embedded report on the form is part of an explicitly-defined cross-application relationship, there are no changes.
- When the report is embedded on a form within the same app, there are no changes.
- When the report is not part of a cross-application relationship, but does come from another application, the parent form displays a link to the report.
In March, we plan to release an update to help embedded reports from different apps scale more effectively. The upcoming change will stop embedded reports from causing dependency in the Quickbase infrastructure. Apps with a defined cross-application relationship will still share resources.
New formula functions for working with dates
We’ve added and upgraded formula capabilities to help app builders process data that includes dates and times across time zones and systems.
- “ToFormattedText()” now includes an input for “ISO8601”. ISO8601 is an international standard used in many systems, including our RESTful APIs.
- “ToUnixTime()” will output the numeric unix time of a date, or date/time field, including the milliseconds.
Note: these enhancements will be added to the in-app formula function helper in our March release.
Here’s an example of how you can leverage these new functions:
Input | Formula | Output Field or Variable Type | Output Value |
Any date field or value |
ToFormattedText([date], "ISO8601") |
Text | 2023-02-03 |
Any date/time field or value |
ToFormattedText([datetime], "ISO8601") |
Text | 2023-02-03T00:00:00Z |
A numeric value of unix time, including the milliseconds |
ToTimestamp([numeric]) |
DateTime | 02-03-2023 1:00am |
A numeric value of unix time, including the milliseconds |
ToDate([numeric]) |
Date | 02-03-2023 |
Any date/time field or value |
ToUnixTime([datetime]) |
Numeric | 1675723603333 |
Any date field or value |
ToUnixTime([date]) |
Numeric | 1675723603333 |
Favoriting table reports
We enhanced the ability to add table reports to a list of favorites. Now you can create and manage a list of your favorite table reports for all versions of table reports, including default table reports.
In the More options menu, select Add to favorites. Then you can open your favorites from the top navigation menu, and open a table report from there.
Access Procore purchase orders from Quickbase
As of February 28th, you can easily pull purchase order information from Procore into Quickbase and any other systems we have a pipeline connect for. Quickbase automatically handles this complex process, and this expands the functionality of the Financial Management Module in Procore.
RESTful API upgrades
We updated our infrastructure to more strictly adhere to API specifications. This improves performance by an average of ~30%, helping customers do more in less time.
This infrastructure update included security upgrades, infrastructure changes, and minimally-disruptive maintenance. Through the work we discovered and fixed different issues including:
- QBE017646 Accepting null for groupBy property
- QBE017605 Rejecting unicode escape characters with Bad Request
- QBE017601 Inconsistent results on file attachment field queries
- QBE017585 Providing retry-after response for rate limit error
- QBE017659 Failing to authenticate realm names with uppercase characters
- QBE017660 Failing auth endpoint with expired ticket error
- QBE017643 Failing API when http:// is present in the header
- QBE017661 Allowing trailing semicolon in content type header
- QBE017662 Rejecting null record values incorrectly
- QBE017663 Failing requests with missing or unexpected content type
- QBE017604 Passing JS NAN to a numeric field
Learn more about this work, the rollout, and the impact in Quickbase RESTful API upgrades and post mortem.
Beta opportunities
No beta opportunities this month. Read next month's release notes for more opportunities.
What’s fixed in Quickbase
ISSUE |
AREA AFFECTED |
WHAT WAS BROKEN |
WHAT WE FIXED |
QBE017629 |
Audit logs |
Audit logs that changed only a single record would indicate multiple records changed when a single record was added through the /v1/records API. |
Audit logs correctly reflect a single record change. |
QBE011926 |
Mobile |
Mobile Search always returned "0 records" when done in an embedded report. |
Mobile Search, in an embedded report, displays the correct results. |
QBE017591 |
New Dashboards |
Map report widget didn’t show location data when hovered over when the dashboard was in fullscreen. |
Map report widget on dashboards in full screen mode shows location data on hover. |
QBE017666 |
Formulas |
ToFormattedText(date) with null should returned with a value and not an empty string. |
ToFormattedText(date) with null should now return an empty string. |
QBE010822 |
QuickBase Sync |
|
For a filter on a connected table, we've made 'is' the default operator for a text condition where previously, 'contains' was the default. As a reminder, the contains, does not contain, starts with, and does not start with, text operators are case-insensitive. All other text operators are case-sensitive. |
QBE017627 |
File Attachments |
We fixed an issue where file attachment access via user tokens would respect role and user-level permissions but application level access permissions were not enforced. |
Going forward, application level permissions will also be enforced. |
QBE017520 |
Mobile |
The latest Android update caused some people to be unable to sign in if their session expired unless they tried more than once. |
All mobile users can sign in after their session expires. |
QBE017594 |
Mobile |
Biometric sign in wasn’t always working on Android devices. |
We improved consistency so that this method always works. |
QBE017307 |
Mobile |
When using SAML authentication for a realm, people would get an error message after redirecting back to the app. |
After authenticating their SAML information, people can sign in with their Android device. |
QBE017346 |
Mobile |
Android devices would display an error screen instead of calling a phone number when a phone number field was selected. |
Android devices call the phone number. |
QBE014790 |
Mobile |
Photos were not uploading successfully, unless you tried more than once. |
Taking a photo to attach in the app attaches the image. |
QBE017393 |
Mobile |
When you opened the QR scanner on some Android devices from a field, it displayed behind the keyboard. If you closed the keyboard, the QR scanner also closed. |
When you open the QR scanner it displays above the keyboard. |
QBE017658 |
Charts |
Sometimes printing charts wouldn't print the entire chart unless you manually adjusted the scale and size settings. |
Now you can print charts in either portrait or landscape orientation and the entire chart prints. |