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 can I do an update import in Quick Base from a csv without importing null values?

I need a way to update a Quick Base table with a csv update import, but I don't want to over-write existing data in the Quick Base table with null values in the csv. I want to only import the non-null data from the csv. I would like to do regular…
0
votes
0 answers

Automatic import Excel/CSV file from local pc to QuickBase without using third-party of quickbase

I want to import excel/csv file from local pc to quickbase and update table without using third-party apps of quickbase connected services and update automatically whenever any change in excel/csv.
Rajkumar Yadav
  • 128
  • 1
  • 11
0
votes
0 answers

Connect to QuickBase REST API with Pentaho data integration

Can anyone provide an example showing how to use the Pentaho REST transformation to connect to the Quickbase API? Thanks!
learnedOnPascal
  • 103
  • 2
  • 12
0
votes
2 answers

vlookup-like javascript to map input value from one field to another

I am just starting html/javascript, and attempting to create a simple form that populates a specific "Customer Code" when a "Customer Name" is selected from an input list (behaving like an excel vlookup). The examples I found on stackoverflow all…
0
votes
1 answer

How can I enumerate all the controls on a view?

I would like to get ALL the ui components in a quickbase view. Is there a api that enumerates them, returns IDs, names, etc?
user147372
  • 39
  • 8
0
votes
1 answer

QuickBase: Creating multiple rows in another table based on the contents of a report

Okay, so the setup here might be a little bit long, but I'll try and get to the punch line. Essentially, I'm trying to enhance QuickBase in order to accommodate tracking of compensation history for employees. Approval for comp changes is done on a…
Lance
  • 23
  • 1
  • 4
0
votes
1 answer

Export and import Data from Quickbase to csv file with perl script

I am try to use Perl language to interact with Quickbase ,I used the below query to export a data table into a text file but I am not getting right format I want, any thoughts? Or if there is another language easier to interact with…
Ray83
  • 11
0
votes
2 answers

Generating key name based on value passed to function

I have a function that takes a Quickbase recordID and fieldID and deletes any file associated with that field. First, the function: function deleteFiles(recid,fldid) { var apptoken = "xxxxxxxxxxxxxxxxxxxxxxxxx"; $.ajaxSetup({data:…
0
votes
1 answer

How to use AWS S3 url setup credentials?

I am trying to set up a simple S3 server I can pull a url (in this case it will be a Quickbase file that's been imported already), and by clicking a button will call a script stored in the Quickbase pages that will post to S3 with a tag field I…
0
votes
1 answer

Quickbase Calendar Report - Colorize bar

In the quickbase calendar report - highlight a blue bar for the length of time which is the .itme class. What I am hoping to do is to change the .itme class to the exact same style except a different color. Currently I am able to change my class…
JuniorFlip
  • 417
  • 2
  • 7
  • 17
0
votes
1 answer

Quickbase gantt chart Jquery change

We are currently using the gantt charting functionality within Quickbase to highlight the workload of our current developers. We are creating tasks that has vacation in order to put vacations on the same task level. There is an outstanding request…
JuniorFlip
  • 417
  • 2
  • 7
  • 17
0
votes
1 answer

Need assistance in my script in quickbase for Jquery

I primary use quickbase and I am attempting to create a graph without the use of an API call. this is a working version of my code without any tags between the two tables but between the tables could have many many tags between them IF they even…
0
votes
2 answers

QuickBase: download QuickBase files on external site

I'm trying to somehow allow other people to download uploaded files on QuickBase on a different website. I have files on QuickBase uploaded, but people need to sign-in to QuickBase to download it. Is there any other way around it?
inertia
  • 3,997
  • 2
  • 17
  • 26
0
votes
1 answer

QuickBase: Load javascript file every time it searches in tables

Okay, so I have a javascript file that launches which injects another javascript file which creates checkbox per row. The js loader file looks like this: //Run these scripts on all table pages if (gReqTemplName == "searchresults") { …
inertia
  • 3,997
  • 2
  • 17
  • 26
0
votes
1 answer

drop down list formula in Quickbase

I have a simple question : Is it possible to fill a drop down list with two value from a table? I have a table with field X and field Y and I want my drop down in my form to show : Value1 YField - Value1 XField Value2 YField - Value2 XField Value3…
Maxime Savard
  • 128
  • 12