-
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…
-
Set conditional statement
if ... then ... else ... end Use if ... then ... else ... end to specify an if-then-else conditional statement that has Ninox check whether a sequence of statements should be executed (if... then...…
-
Declare variable
let Create a new variable with let and assign a value to the variable using :=.
The name of the variable must not be a keyword. For example, let let is not allowed.…
-
Writing dynamic texts
Make texts dynamic via a script To personalize texts, for example, send a letter that looks basically the same as an invoice to many recipients with the respective other data,…
-
Ninox operators
The most important operators for writing scripts Operator Description Examples := A "defined as equal to" operator assigns a value to a field or variable.…
-
Comparison operators
Two values are compared with each other This allows you to compare 2 numeric values. The operators return a result that is either true or false. The output in the Ninox field is Yes (true) or No…
-
Arithmetic operators
Create simple arithmetic operations These operators let you take 2 numeric values, perform a calculation, and return a numeric value. This is mainly about basic arithmetic operations.…
-
How can I link a file hosted on a local server?
De la misma manera que cuando usamos el campo 'Dirección de Internet' para vincular un archivo ubicado en una nube, necesito poder hacer lo mismo pero con un archivo ubicado en un servidor local (que…
-
Dynamic multi-selection in the subform: Display of selected and unselected items.
I have an inspection form that needs to ensure all items are selected at least once. I would like to know which items are missing from the inspection in the subform.…
-
access a specific user inside a ninox function that's called through the api
Hi everyone, so I'm accessing some table in ninox through the ninox api with an api key. For security reasons, the api call is done through an external script,…
-
v5 of Carbone in Beta
Hi all - Just saw that Carbone announced the beta of v5. With the big announcement of: Designer Assistant: This is the main part of the studio where you can test, debug, and build your templates.…
-
Ninox E-Invoicing
Hello everyone, Ninox will support the e-invoice-compliant data formats ZUGFeRD and XRechnung with a new function. This will make it possible to receive,…
-
Not all fields showing
I have 15 fields but only 8 is showing how do I change it to show all the fields?
-
API endpoints for Private Cloud/On-Premises
All available Ninox Private Cloud API endpoints
Content in curly brackets { } signifies a placeholder. Both the curly brackets and the content within must be replaced for the request to work.…
-
How to create a column in a view with a sequential row number
I have searched the forum and did not find anything that directly answers this. i have a table with two columns gross and net values. I created two views each sorted by the Gross value and the net…
- Answered
-
History in calendar
Hi all, it seems to be that every time I do something in calendar, it will be marked as history on top og each date. Does anyone know if it is possible to hide this history for the end user ?…
-
API calls in Ninox script
Call Ninox API with the http() function via the formula editor To call other services on the internet, use the formula editor in the Ninox app and Ninox API.…
-
Tables, fields, and records
Query parameters and common attributes to query records with Ninox API Tables When retrieving data for tables using a GET, POST, or DELETE request, the response body lists all available tables as…
-
Introduction to Ninox API
Understand Ninox API and set up your environment
Ninox moved from ninoxdb.de to ninox.com. The current interface is api.ninox.com/v1. We recommend building new integrations on top of the new…
-
Duplicate a sub-table while omitting fields.
I have a table that I duplicate using a button and a script for which I received help on this forum. This table has a sub-table which is also duplicated.…
- Answered
-
Problem organising a report.
I've just followed Andy's video on this page: https://www.youtube.com/watch?v=_FA5-uMV8u8, which explains how to make a report. However, in my version of Ninox (for iPad),…
-
Calculate Cumulative Time with Code
Hello everyone, I need a piece of code to calculate the continuous days of placing orders for sales (using weeks as the time interval). For example, today is Friday,…
- Answered
-
Creating a database
Your first program for your data. Store and link your data sensibly ... and quickly find everything again whenever you need it Every Ninox project starts with a database where you store your…
-
Forms and views
Enter your data here and filter as required Forms In some applications (especially databases), a structured window, box, or other self-contained element provides a visual filter for the underlying…