-
URL Question
Hello In the trial version I can see that the uRL is https://app.ninox.com/blablabla, sould I purchase the cloud version would it be possible to use my (dtt-project.…
-
Canceling Subscription?
How do I cancel my subscription?
-
Difference between group display and kanban display
Hi, I have an issue. In my table, there is a difference between the group display and the Kanban display. How can this be explained? For example, in a car table in the group display the power goes up…
-
Link imported data into child table to parent table (when table links have already been done)
Hmmm Imported over 10,000 records into a child table (Pcosts - The many side of relationship)This table was already linked to parent table (PMain - The one side of relaionship) before import.…
-
Searching for a record in a referenced table returns now results
I have a simple database that includes an Orders table and a Customers table. The Order table references the Customers table, so that when I create a new order I can link in the customers’ data.…
-
Line Feed in Formula fields - not possible anymore?
Hi, I am inserting CR/LF in Text Fields... using the usual process i.e. CR in quotation marks This is not working in formula fields.... Does it work for you guys? thanks
-
Autotext
Is there a way to create "autotext" so that i won't have to write down the same word over and over in every new register? i'm making a medical database and i created the field "diagnostic" with text…
-
Import into a choice field does not import all values
Hi all. Trying to convert a database from FileMaker Pro (FM) to Ninox. In the FM document, I have a field ("dropdown list") that offers three choices ("A", "B", "C").…
-
Where are "local" Ninox databases kept?
Hi all. Using Ninox on a Mac. Where exactly are the "local" Ninox databases kept on my Mac??? Thanks!
-
How do I change the background color of a table/form?
Hello. It's been requested that I change the background color of the tables the employees work in to a dark gray. The pure white is harsh on their eyes, but I cannot find a way to do this.…
-
Print a form
How do I change the setting for printing a form?
-
Regex extractX global flag
Hello, I am trying to extract 1-N regex matches. This is my code: extractx("Hello, this is {first} and this is {second} match...", "(\{\S+\})+", "g", "$1;$2"); I would expect result: {first};…
-
Table - grouped by item, sum value, rate?
Hi all, what is the right and easy solution? Table with fields ITEM_ID / Units. I need formula field called Rate = Units/Sum Of Units per every Grouped Item. Thanks
-
Calcolo automatico di una data
Ciao a tutti, sono un nuovo utente di Ninox e sto ancora imparando a muovermi in questo programma.. Volevo sapere se esistema una formula da inserire in un Campo Data che, data una data di partenza,…
-
API call: Get all records with field date in past
Hello, I am trying to build database for emailing on Ninox. I would like to ask you for help. I have records with "date time" field. I would need to find a way, how to get them all at once.…
-
Line breaks in emails
Is ther a way to insert line breaks into emails? My current script is (thank you Steven!): let sender := userEmail(); let BCCrec := userEmail(); let receiver := Employee.…
-
Multiple choice field deleted values are not removed from records.
Some time ago I created a multiple choice field with three values. Later I no longer needed one of the values so I deleted that value from the field. Problem is the data (the deleted choice value) is…
-
Multiple e-mail attachments
Is it possible to attach more than one attachment to an e-mail? Ideally, I would like to attach one attachment from current table and one from a different table. Is this possible?
-
Help with counting number of status line in subform
Can anyone give me some guidance on counting a status flag (choice field) - or suggest a better way forward! as currently just a bit stuck! Basically I have an Alert flag (formula) field on the main…
-
Clickable iPhone line ?
Hello :) I want on my database that my phone line become clickable, is it possible ? (sorry for my bad english ... )
-
Allow user to enter a new value in a choice field?
I'd like to allow the user to enter a new value in a Choice field. Is this possible? Thanks.
-
Not getting past else
The code below is in a button. The problem I have is it wont go past the else. I have confirmed the code works for the first if statement and the second if statement after the else (I put the second…
-
Creating records via POST requests leaving createdBy field empty in-app
Hi! Just noticed that when I create records via the API (via POST request), the createdBy field shows as blank in the Ninox app. On closer inspection, using a GET request to inspect the newly created…
-
Conversion date en chiffre
Bonjour. J'ai une date de fin moins une date de début. J'ai donc un résultat en nombre de jours. Comment convertir ce nombre de jours en nombre entier ? Merci
-
Duplicating a main form (without copying any subforms etc)
I want to duplicate a main form without any subforms from a button I can do and put - 'duplicate(this)' in the button script trouble is this copes the form completly including and sub forms and aslso…