-
Sort records
order by Use order by to sort an array of records by a specific field. This is useful when sorting an array first before processing it further. When you use order by in a View layout item,…
-
Creatable if and Deletable if
The Ninox 3.11 release introduces "Creatable if" and "Deletable if" — set conditions for record creation and deletion with the formula editor
Creatable if and Deletable if are available for all…
-
Create and delete records
create | delete create To create a record in a specific table by script, specify the corresponding table name in a button after create. Example create Customers Result: A new,…
-
Fields
Find out more about the field types available in Ninox A field represents a location stored within a row of a table in a database. When creating a table in Ninox,…
-
Ninox languages
The following languages are supported by the Ninox app. This may be relevant when working with a specific date or time format. Specific languages supported by Ninox Abbreviation Language de German en…
-
save archive NOT IMPLEMENTED
Good day when I try to save archive as from cloud to my mac it shows up a message NOT IMPLEMENTED. how can I resolve this? Thanks
-
announced v3.14 features
Well besides the e-Invoicing, but that doesn't help me. :) The 2nd bullet point looks to incorporate a bit of Ninext. I wonder how many features will eventually be incorporated?…
-
Secure Ninox API calls
Hi, I've just started looking into the Fetch API to make calls to the Ninox server from the Ninox client side (web app). I'm a bit worried about exposing the Ninox API Key this way.…
-
Best practice: Speeding up Ninox scripts
Hi there, I'm trying to backup my bookkeeping from sevDesk; so I first filled a ninox table with all the JSON Results from the sevDesk REST API. Result is ~1900 Datasets Now I want to split my Data…
-
Sort concatenated values in table view not working
Hi, I have a parent table "Programmes" and a child table "Works" . In the "Works" table I have a number field called Order and then a field which combines the WorkTitle with the order…
- Answered
-
Dialog not working.
In the 'Trigger on new record' I have the following let title := "Serial and/or Bundle Required"; let message := "Does this new record need it's Serial Number logged? If so is it part of a Kit/Bundle?…
-
Glossary
Definitions of key terms for reference
This glossary isn't exhaustive and will be continually updated. The glossary's main purpose is for linking from other pages in the Ninox manual to quickly…
-
Understand usage overview and capacity restrictions
Learn how to keep track of your available storage, number of records, API calls, and emails sent The amount of storage per license, records per database, API calls per month,…
-
Passing Dropdown Value to Another Page
Hi everyone, I'm trying to pass the value selected in a dropdown on my Dashboard page to a dropdown on my Job Setup page. Here's the setup: Dashboard Page:…
- Answered
-
Invite collaborators
Inviting members and contributors to your workspace To invite collaborators to a workspace, go to the corresponding workspace and click on the right side of the page.…
-
Manage licenses
Removing a collaborator or yourself from a workspace How do I remove a collaborator from a workspace? If you are the owner or admin of a workspace, click the name of the collaborator you want to…
-
Calculate required licenses
Know how many licenses you need to add to your subscription Owners The contractual partner of Ninox, i.e., the one who pays and manages all licenses, is called an owner.…
-
Book subscription
How to proceed after your free trial has ended Finished your free 30-days trial? To continue using Ninox, choose between 2 versions in the Public Cloud and pay via our self-service payment provider:…
-
Create account
You need an account to use Ninox Ninox is a SaaS (Software as a Service), meaning you work cloud-based. This allows you to access Ninox in the cloud via your browser—even without downloading the app.…
-
Select and query specific records
select ... where select lets you access any record of any table within a database using a script. Enter the name of the table from which you want to pull records after the select command.…
-
Introduction to SQL Server Connectors
Availability
SQL Server Connector configuration is an Enterprise feature available on request that requires a valid license purchased from Ninox or a certified partner.…
-
Set multiple conditional statements
if ... then ... else if | switch ... case Create multiple conditional statements by concatenating if-then-else blocks. Write another if after else for another condition and so on—continue for as long…
-
3.13 Popup Close Delay
Has anyone else experienced a delay when closing a nested popup window? When closing a popup window for a subtable, the one popup closes and then there is a slight delay before the parent record…