Questions tagged [quickbase]

Quick Base is a low-code platform that allows non-technical developers to build, customize and connect scalable, secure cloud applications mapped to unique business challenges without compromising IT governance and control.The platform handles broad set of biz use cases through its customizable application platform that also provides API layer for interactions.

Quick Base is web-based collaborative database application that allows businesses to create their own custom applications with less code than traditional databases. Quick Base was created when Intuit acquired Turning Mill Software in 1999. Intuit divested Quick Base in 2016. At that time, Quick Base became a stand alone product.

QuickBase includes an XML webservices API, which allows for custom user workflows.

Source: https://en.wikipedia.org/wiki/QuickBase,_Inc.

103 questions
0
votes
1 answer

In QuickBase, is there a way to make one field have unique user access?

I'm the QuickBase Admin for my QuickBase app. In the app, there's a dashboard report that's used by individuals with viewer access; that way, they can see their students' data, but can't edit the app, tables, structures, etc. My app's users want to…
vvquiuno
  • 41
  • 4
0
votes
1 answer

Looping through API data, Set time to change?

I'm hoping to get some advice on how to best go about looping through my values to show one at a time and only display for 30 seconds then show the next value. I have the API call working and can get all of the data that is tied to [6] as you can…
Alex
  • 131
  • 9
0
votes
1 answer

Can't Render Data with API Call

I've been stuck on this for quite some time now, I can't use a get request and have to use post as that is the only way I am able to get field values back. And no matter what I do, I can't get ANY data to render, as of right now, all i see is the…
Alex
  • 131
  • 9
0
votes
0 answers

React API Call, can't assign to pass as props to other components

I wanted to see if I could get some help on HOW to call data points in this api call, it is an array of numbers, so a field value might be 6. But I can't ever get anything to load on screen. My call is working as I'm getting the Loading... when…
Alex
  • 131
  • 9
0
votes
2 answers

How to Render Data from a POST API call in React

I'm trying to figure out how to code my current API call so that I can access each field from the API call and render it, then be able to use it across multiple components. I'm using the QuickBase API call that only allows POST to pull field values.…
Alex
  • 131
  • 9
0
votes
2 answers

React API call, render data with QuickBase's new RESTful API

I'm trying to figure out what i'm doing wrong here... I've been out of coding for awhile and trying to jump back in for an external application utilizing QuickBase's RESTful API. I'm simply trying to get data from QuickBase to be used outside in an…
Alex
  • 131
  • 9
0
votes
2 answers

Is there a way to get access to QuickBase tables using python API?

I'm trying to read the table contents in Quick Base. As of now I'm downloading the files from Quickbase in CSV format and reading them from the python pandas package. Is there a way to get access to QuickBase tables using python API? So that we can…
Venkatesh Gandi
  • 441
  • 1
  • 9
  • 24
0
votes
1 answer

Is there a way to show number and percent in stacked bar graphs in Quickbase?

I'd essentially want to create what's in the link in QuickBase, but from what I've seen, it isn't a straightforward procedure. https://www.exceldashboardtemplates.com/wp-content/uploads/2013/08/image_thumb11.png
vvquiuno
  • 41
  • 4
0
votes
1 answer

Using REST API JSON response as data to build reports in Python

I am having really hard time converting a json response from the QuickBase API into Pandas dataframe so I can work and chart the data with Pandas and Chartly. import requests import json token =…
0
votes
1 answer

How to properly perform like queries with Quickbase

I am working with quicktable queries and everything seems to be fine. Now I want to perform queries using like operators. For instance in PHP I can do something like: $data ='content to search'; $stmt = $db->prepare('SELECT * FROM members where…
Nancy Moore
  • 2,322
  • 2
  • 21
  • 38
0
votes
1 answer

Issues with Quickbase API call

I am using JSON Quickbase API documentation below: Quickbase API I am trying to update records with Quickbase via recordId as per below, and it's working fine: { "to": "my-table-id-goes-here", "data": [ { "6": { "value":…
Nancy Moore
  • 2,322
  • 2
  • 21
  • 38
0
votes
2 answers

QuickBase AddRecord API Call

I'm using Postman to test Quickbase API call - AddRecord. For someone reason, my POST request is generating an error 2. What do I need to correct? AddRecord : (https://help.quickbase.com/api-guide/add_record.html) Error 2 :…
prismo
  • 1,505
  • 2
  • 12
  • 26
0
votes
1 answer

How can I calculate the average of maximums in QuickBase?

Context: I'm working with student grade data and each students final grade is equal to : average[max(Assignment1_submission#1, Assignment1_submission#2)+max(Assignment2_submission#1, Assignment1_submission#2)+...+max(Assignmentn_submission#1,…
vvquiuno
  • 41
  • 4
0
votes
2 answers

Why my html element is not shown in the following function

my goal is to display a loading curtain when a query to Quick-Base takes too long. I have the following code that I thought it was going to work but it somehow does not. Everything works except for the loading curtain because it is never executed…
Diego Orellana
  • 994
  • 1
  • 9
  • 20
0
votes
1 answer

Is there a way to use dynamic "mentions" in a rich text field using scripting in Quick Base?

In our QuickBase project management app, users have the ability to start a discussion thread on any project or task. Is it possible to add the ability for dynamic user mentions within the Rich Text or plain textarea fields? Is there a way to add…
Matt Makris
  • 52
  • 1
  • 7