-
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.…
-
How Can I password protect my database or page?
How can I password protect my page in a way that nobody can access adminmode without the password?
-
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…
-
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 Examples 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,…