Dashboards: "Unable to display widget"
We have had a widget on our dashboard to display our company calendar for the last 6+ months and all of the sudden last week it stopped working and just displays "Unable to display widget". I haven't made any changes to the table or report. Has anyone experienced this bug or found a solution to this in the past? I have already tried changing every setting I can think of within the report itself, the dashboards, deleted the widget and added it back, and cant find anything that works. Thanks for the help!5Views0likes0CommentsOnly 10 Data Values
I'm creating a graph to show each of the 12 months (January, February,... December) data. I added the data values for January, February, etc. however, after October, I couldn't add November or December. The "+" is faded out on October data value. This happens whether I do a regular bar chart or horizontal bar chart. Is there a limit up to 10 choices of what to add for data values? The idea is to have each of the 12 months data show for each vendor I also want to create separate reports (for drill downs) for each vendor to show the 12 months of data. Is there a different way to set this up? Any is helpful. Thank you!19Views0likes2CommentsModify multiple rows within the same group using Single Record ?
Could you please let me know if there’s a way to update the values of columns C, D, and E for multiple rows within the same group when updating a record through a custom form using a button or checkbox? We can use filter on Grid and update one by one and Form rule to update a specific record Is there any waySolved80Views0likes4CommentsDashboard Widget - calculated columns based on a table? Looking for the best way to proceed.
Hi all. I have a request to create a dashboard widget that has potentially 7 calculated columns. I am not sure the best way to accomplish this. I am relatively new to QuickBase and I have taken some of the training, but this seems a little beyond what I learned. Its also only the second app I have worked on. In a nutshell, I have a table we can call DATA, in that table are Market Classes, Close Dates, and $$ Values. Example: DATA Market Class CloseDate $$Value Pepsi 1/13/25 100.00 Coke 1/21/25 85.00 Fanta 6/1/25 200.00 Coke 3/20/25 150.00 Pepsi 2/12/25 60.00 I am looking to put a widget on the front page that shows something like the following: Market Class 0 day 10 days 30 days 70 days 90 days Total Pepsi 100.00 60.00 160.00 Coke 85.00 150.00 235.00 Fanta 200.00 200.00 Totals 100.00 85.00 60.00 150.00 200.00 595.00 Basically, I want to summarize all orders for a class by the date so I can see when certain deals are expected to close. I also want the totals of both for all orders in a class and and also for each time frame. I thought I could use report formulas, but unless I am mistaken, they are limited to 3. I thought about trying to build a new Table, but I am thinking that might be overkill. I am looking for any good suggestions on the best way to proceed here. Any suggestions putting me on the right path would be greatly appreciated.40Views0likes1CommentRich-text formula button on dashboard
Would love to create a rich-text formula button on dashboard that will create a new record in LEAVE REQUESTS table where Related Faculty = User. Here's my try at a formula: var text facultyRecordID = ToText( GetFieldValues( GetRecords("{'[FACULTY EMAIL]'.EX.'" & UserToEmail(User()) & "'}", "FACULTY"), [Related FACULTY] ) ); var text ButtonWords = "New Leave Request"; var text urlONE = URLRoot() & "db/" & [_DBID_LEAVE_REQUESTS] & "?a=API_GenAddRecordForm&_fid_15=" & $facultyRecordID & "&apptoken=$APPTOKEN"; var text urlTWO = URLRoot() & "db/" & [_DBID_LEAVE_REQUESTS] & "?a=q&qid=11"; var text url = $urlONE //& "&rdr=" & URLEncode($urlTWO); & "&NextURL=" & URLEncode($urlTWO ); // Begin button style var text bgcolor = "#b71a1a"; var text txtcolor = "white"; var text style = "style=\"text-decoration: none; text-align: center; background:" & $bgcolor & "; border-radius: 5px; padding: 8px 10px; color: " & $txtcolor & "; display: inline-block; font: normal 800 14px/1 'Calibri', sans-serif; text-shadow: none; text-transform: uppercase;\""; // End button style "<a class='SaveBeforeNavigating' href='" & $url & "' " & $style & ">" & $ButtonWords & "</a>" Problem is, I'm not sure where/how to do it. Any advice?Solved81Views0likes3CommentsHome Page Reports
I am simply trying to add a report widget to the home page and it is not allowing me to select or even view any reports. There are well over 50 reports in the app, and I am an administrator with full access to all reports. Please see attached. Any help would be greatly appreciated!37Views0likes2CommentsHow to configure global app search
We have a request to limit what records certain users can see. Our viewer role is directed to a Viewer dashboard where all the objects (reports, buttons, charts, etc.) point to specific reports where certain parent records are filtered out based on a checkbox on the record. I have hidden ALL tables from the viewer role so their only access to the system is via the viewer dashboard. All works as expected, EXCEPT for the global search box. The "hidden" records are not showing on the viewer dashboard reports but if they use the global search box they CAN access those records. Is there a way to configure the global search box to respect the user role or is there some other/better way I should use to effectively hide certain records both from reports and charts but also the global search box? ThanksSolved65Views0likes6CommentsDashboard Report Display Issue
When adding a Report (table) to a Dashboard -- the report is not displaying correctly (appears "squeezed"). The Report also does not "expand" when resizing the widget. Also, for many of the columns I have the "display without wrapping" checked for the field -- Any tips or tricks (workarounds) -- for this? Thank you22Views0likes0CommentsDashboard Web Widgit
I followed Kirk Trachy's steps in the YouTube Video "Embedding OneDrive Files in Quickbase". Clicked on the preview in the Pages folder, the data was there... copied the preview URL, then placed that into a Web Widgit... and nothing! Why can I see the data in the Pages Preview, but not on the dashboard??60Views0likes2Comments