-
I have 3 QUESTIONS.
Hi Guys, I have 3 questions that want to get help in Ninox: Background: I am creating a POS system for the restaurant. 1. How to create a Button that can AUTO-PRINT the receipt? 2.…
-
Need Help Here
@Fred Hi Fred Need help here, need to display the data in DatosCSVText, the botton work in 'Archivo CSV' but need display the data in DatosCSVText Thanks.…
- Answered
-
Is this possible in ninox?
I have a table with time slot records of 15 minutes starting at 9:00am til 7:00pm, like 9:00, 9:15, 9:30 etc. In another table I created services eg. service 1 takes 20min service 2 takes 45min etc I…
-
Way to activate a Choice field
Is there a way to activate a Choice field once a data transfer script has execute to another table. The Choice field has two options, No Transferred by default and Transferred.…
- Answered
-
Page behaviour
Hi All I have a page (as opposed to a table) where I can scan or type in a reference in a field and find the record I am looking for. The field is called Scan and it is set a to be a Global variable…
- Answered
-
format phone number after update
Hello, how can I change a phone number that has been inserted using the 0049xxxxx format to +49xxxxx. I need this to work on the trigger after update field.…
- Answered
-
ceil
To round up a given number to the nearest integer With this function, you can round up a decimal number to the next higher integer. Existing decimal places are removed,…
-
capitalize
To capitalize the first letter of each word This function converts the first character of each word in a text into a capital letter. This can be handy to correct entered data that should always begin…
-
cached
To run a given script only once and cache and return the output value This function allows you to cache calculations of an elaborate script during the first execution.…
-
barcodeScan
To open the barcode scanner and return the scanned value as a string With this function, you can scan a barcode or QR code via the camera on your mobile device.
To be used only on mobile devices.…
-
avg
To return the average value of a number array Calculate the mathematical average of numeric values from an array or a table with this function. For example,…
-
appendTempFile
To add content to a temporary file on the Ninox server This function adds the given content to a temporary file, which will be accessed via a given link created by createTempFile().…
-
alert
To open a pop-up with an alert message This function will trigger a pop-up with an alert message and an OK button. You can use this function to display information to the user,…
-
age
To return the number of full years between now and a given date Use this function to calculate the current number of full years that have passed since a given date.…
-
acos
To calculate the arccosine The function returns the arccosine of a number. Syntax acos(number) Return number Example acos(x) To calculate the arccosine of a given number x between -1 and 1. acos(-0.…
-
abs
To return the absolute value of a number The function removes existing signs and returns the absolute, positive value of a number. It happens rather rarely, but for certain calculations,…
-
Sample configuration file
Content in curly brackets { } signifies a placeholder. Both the curly brackets and the content within must be replaced for the request to work. server-config.…
-
Docker installation
Prepare an environment with Docker. Refer to the Docker's Orientation and setup guide for more information.
Content in curly brackets { } signifies a placeholder.…
-
Windows Server installation
Prepare an environment with Windows Server. Refer to the Get started with Windows Server guide for more information. System requirements Supported operating systems Windows Server 2008 or higher…
-
Learn More About the Upcoming Ninox Version 3.14 this Thursday!
Let’s Explore the New Ninox Version 3.14 with an Open Q&A Thursday, 7 November at 12pm EST/ 5pm GMT/ 6pm CET FREE REGISTRATION: https://us02web.zoom.us/webinar/register/WN_suzu4kttTqeKTRv9O6mifA www.…
-
API endpoints for Public Cloud
All available Ninox Public 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.…
-
Files and File Links on Google Drive
Every job I do, I have to store one or more artwork files on Google drive. This involves creating a Customer folder ( ie ABC Limited) and then creating 1 or more individual Job file folders (ie comp…
-
Upper case characters
Has anybody a solution of how to change all fieldnames in the DB to for example upper case characters. ? rgds Leo
-
Displaying external Dropbox images. The solution if your database contain many pictures to keep the database size small.
Pictures say more than words... Steven
-
How to create a button that clicks through forms
I'd like to put a button on the first tab of my form that, when clicked, opens the next record down on the table. The same as using the down-arrow on the keyboard.…