- Basic web applications start with entities and tables, then forms (for data management) followed by reports. Quickbase makes this easy; create a table, and it will create some of the basic forms and reports for you. Also, your basic tables can be created directly, by uploading spreadsheets, importing MS project files, and other options.
- Quickbase has some advanced field types beyond just your typical text, numeric, and date types. Predecessor fields can be used to create project plans with dependencies. Url fields link. File attachments let you include and version files.
- Quickbase also acts like a spreadsheet; calculated fields operate on fields within the same row – something that can be quite cumbersome to implement in an RDBMS.
- For basic use cases, relationships between tables simplify DB Joins by allowing you to aggregate information from child tables into the parent table and also look up information from the parent table and utilize in the child table.
- The APIs are mature, so if you need to extend the application you have many options.
So for those of us IT execs with a hands-on background in application development, QB allows us to build, test, and try quick tools. But even better – building and maintaining apps can be done by a relatively large group of techno-savy individuals in the organization. Finally, the UI is intuitive enough for most users to pick up fairly easily. Easy on-ramps.





















Leave a Reply