-
formatJSON
To create a JSON string of a valid JSON object This function converts a JSON object to a string. This can be useful if you want to check the content of an incoming JSON object or if you want to…
-
floor
To round down a given number to the nearest integer With this function, you can round down a decimal number to the next lower integer. Existing decimal places are removed.…
-
first
To return the first item of an array You can access the first entry of an array with this function. This function comes in handy if you try to access a record in an array of records.…
-
files
To return all attachments of a record as an array In contrast to file() with this function, you can address all file attachments of a record, e.g. to send them as an attachment of an automatically…
-
fileMetadata
To return the metadata, like file name, size and modification date of a file based on a given record and file name With this function, you can find out the metadata of a file.…
-
file
To return a specific file based on the file name from a given record With this function, you can address a specific file attachment of a record, e.g. to display it in an image field or to send it as…
-
exp
To calculate the natural exponential function The function calculates the exponential function of a number based on Euler's number and is therefore called the natural exponential function.…
-
even
To return Yes (true) if the number is even With this function, you can check whether a number is even, i.e. divisible by 2 without remainder. The return value is either Yes (true) or No (false).…
-
endof
To return the end timestamp of a given appointment The function returns the end timestamp of a given appointment. The result is a value with date and time, which can be further processed or formatted.…
-
email
To convert a given value to an email value This function converts a regular formula field to an email field with a mailto button. Click the button to open your local email clients and send an email.…
-
duration
To return the duration of an appointment This function calculates the duration of an appointment for you, i.e. the time between the start and the end. The result is shown in hours and minutes.…
-
duplicate
To create a duplicate of a given record With this function, you create an exact duplicate of the record to which you apply this function. Also, linked data from sub-tables will be transferred.…
-
dialog
To pop up a dialog with answer options This function will trigger a pop-up with notes created by you. You can add a selection of options with answers to choose from, for example, Yes or No.…
-
degrees
To convert an angle from radians to degrees The function returns the corresponding degree value of a radian. It is mostly used for trigonometric calculations.…
-
days
To return the number of days between 2 dates With this function, you calculate the number of days between 2 date values. All days of the week count, i.e. Monday until Sunday.…
-
date
To convert to or return a date value This function extracts the date from a timestamp. It also returns a date based on the numeric values for year, month, and day.…
-
How to configure a time API?
How can I set up the following time API so that clicking a button updates the “Date” field? https://f.m.suning.com/api/ct.do
-
Dynamik Choice field
Hello I use the "Dynamic Choice" field, How to sort the display of information alphabetically? in the table everything is alphabetically, in "Choise" sort by time added Thanks
- Answered
-
Rename a report when printing
Hello, I have a button to print a report (printRecord(this, "Offer")). The report is named, for example, offer123. I would like this report to be named Offer # 123; Ref. Sking mag.…
-
Linking records via Make.com
Dear Ninox-Community, I have an issue when using Make.com for which I am seeking your support. I´ve set up several scenarios, in which I use the "Create Record" module in Make.com.…
-
Create a Pop-Up Dialogue where the user can input a text or a number
Just as the title says, is there a way to code into a button, such that when clicked, it will output a pop-up dialogue box where the user can input a text or a number?
-
userFirstName() possible bug?
I get nothing with a formula using this: On Can anyone confirm?
-
Help with Ninox CRM Setup and White Full Screen Issue
Hi everyone, I'm new to Ninox and working on building a custom CRM to manage client relationships. I need functionality to track client interactions, set follow-up reminders, and store documents.…
-
appointment
To convert given time-related values to an appointment This function helps you to create a from-to-appointment based on 2 timestamps. Instead of the 2nd timestamp,…
-
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.…