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

How to work with quickbase queries

Can any one told me that how can i add ,Edit or delete records in quickbase using the URL only like i have a URL for api_doquery i.e. https://www.quickbase.com/db/bad8qdsuy?a=api_doquery&qid=98 But i want to add,edit or delete the records so please…
0
votes
2 answers

Using third-party SDK's for Objective-C in Xamarin?

I'm a C# developer. I don't have any experience in iOS development and I've been given a project to make an iPad app that sends data to Quickbase. I know there are SDK's out there for Objective-C, Java, and others... but can I use one in Xamarin?
0
votes
0 answers

QuickBase merging of two tables and showing it in one single table

Hi I'm new to Quick base and I'm trying to merge two different tables they already have unique identifer but my issue is I have to take the two tables and merge into one single table. If any one know the solution just drop the steps I tried to…
krishna
  • 1
  • 4
0
votes
0 answers

Quickbase - Setting initial default values but allow them to be changed

Old dog learning new tricks here. Long time .NET guy transitioning to QB... I have a form that needs to have (on edit and add): An initial selection in the first field (dropdown). Several fields auto-populate based on the first field (also…
0
votes
1 answer

Default select option tag within an API query

I am currently querying data (with an api call) into a select list and creates a dropdown list. It renders the data however, I want a default value of "--Make a Selection--". I tried adding an option tag but gets overridden by the post query. Any…
John Lee
  • 1
  • 1
0
votes
0 answers

How to convert a unicode string to a datetime using Jinja in a Quickbase pipeline?

In a Quickbase pipeline, I am getting the string representation of a datetime value from a "Fetch JSON" step. An example of such a value is 2023-02-10T13:30:58.726Z. I need to branch my pipeline depending on whether the received value is in the…
urig
  • 16,016
  • 26
  • 115
  • 184
0
votes
2 answers

Quickbase Pipelines: How to extract nested JSON array, using Jinja, into Multi-Select Text field?

I am using Quickbase Pipelines to pull data from a REST API and save it into a table. The flow of the pipeline is: B. Fetch JSON C. Prepare Bulk Record Upsert D. Iterate over JSON records For each JSON Handler - JSON Objects (D) Do E. Add Bulk…
urig
  • 16,016
  • 26
  • 115
  • 184
0
votes
1 answer

Quickbase RESTful API performance

We've built a basic web application that uses JavaScript to render the page, with all relevant data stored in Quickbase, leveraging the Quickbase RESTful API. We're using XMLHttpRequests to make the AJAX calls. At times, the pages load very…
0
votes
1 answer

Search one table (Encounters Table) for all records - Insert Totals into a Providers Table

Search one table (Encounters Table) for all records - Insert Totals into a Providers Table Encounters table lists every hospital encounter over time. Each Encounter record has a Provider (Provider is also in the Providers Table one time as a record…
btcomp
  • 1
0
votes
1 answer

Formula that incrementally adds 3 months to a [static date] until it is greater than or equal to [date created]

I am using QuickBase which utilizes HTML. I am trying to create a code that essentially looks at a [static date](which will always be in the past), and have it add on 3 months incrementally until the MM/YYYY eventually is greater than or equal to…
0
votes
1 answer

Quickbase: query multiple table to fetch data in single API

I am looking for body format in quickbase /records/query where I can query multiple tables in single API. Right now, I have to use 4 API calls in querying 4 different tables. Is there any way to do that in single API call?
0
votes
1 answer

What is "dlta" and "ridlist" parameters used in Requests library (Python)

Guys I am working on getting data as tables from QuickBase using Requests library (Python). I found somebody doing it using the URL of the report, but he added two parameters to the URL like that: &dlta=xs%xx&ridlist=xxxx. Can anybody please tell me…
0
votes
2 answers

Can Jinja print a negative decimal number with more than 2 decimal places?

I've got an API call that's returning the following JSON: { "account_id": "accountID", "processed_length": 41, "sentiment": "NEGATIVE", "sentiment_score": -0.800000011920929, "text": "This is the worst possible solution…
D Johnson
  • 11
  • 2
0
votes
2 answers

How to create a inflow outflow table where we need to use 2 different date fields

I am looking for Records either opened or closed current month. in Excel or quickbase, it is only allowing me to use 1 date field for the red, but i need to use both start and end date for the data flow. raw data on the left and looking to create…
msulol
  • 67
  • 6
0
votes
2 answers

In QuickBase, is there a way to add a drilldown report to a formula field?

One thing I appreciate about QuickBase table to table relationship summary formulas is that they automatically are hyperlinked to a drilldown report (e.g., if I had a field that counted the # of passing scores for a person and the person had 2, then…
vvquiuno
  • 41
  • 4