-
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.…
-
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…