-
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…
-
Changing the content of "Sub category" based on the selection made in "Category"
Hi, I have a table where records have a category and a sub category. Both category and sub category are "Choice fields", but I want the choices presented in the Sub Category to depend on the…
-
Samsung DEX
Dear Team, Because of my colleagues travel a lot we always try to fing new way to use Ninox. We had started to use Samsung DEX in Android devices which looks a very useful device after the first…
-
Mypdf.pdf template ?
Hello, I don't understand where can I change template (design) of invoice : mypdf.pdf ? For sending mail I have problem too, my script on button is : let PEC := importFile(this,…
-
Access Ninox URLs via Code
The 3.0 release feature of including unique URLs for records is finally here; however, there's currently no way of accessing the unique URL other than physically copying and pasting it.…
-
Can I create a button that will fill a linked field with a set value?
Since I have many records with a recurring text value , I am looking for a quick way to update this field without opening the ralated table each time. I do need to allow for those times when it might…
-
does Ninox have a tool to search for duplicates ? and… approximative duplicates ???
and even more powerfull : did anyone develop a tool to look for "approximate" duplicates ? lets say i have a text field i want to find texts that "seem" to be the same… we could imagine having a sort…
-
Format price in PDF
Hi Suppport team, How can I format a price within the PDF? Currently the price is displayed as a plain number e.g. 1000 and not as defined #,##0.00 € --> 1,000.00 €. Many thanks in advance!
-
Page breaks
Hi. I have a multiple page print template, and would like to add some sort of page break. Spaces that I add between lines seem to be ignored when pages break.…