-
Rounded amount
There are two fields in the table, and when they are equal, it shows green in the middle, when not exactly red. For convenience, the amount is rounded off to the left and shows the amount without a…
- Answered
-
Has anyone wanted to hide the add new record button on the popup link?
simply add a formula with CSS and add the following .stringeditor-button2 {display: none;}
-
Formula for button
There is a Table1 where information is entered and when the button is pressed, the information is written to another table - table2 Here is part of the formula Date := xCurrRec.…
- Answered
-
stop users changing view sort order!
How can I disable a "view' table that is on a form? I hve a view in place to show the cild table (subform) for line items of a quotes (parent table). This view is sorted into ID number (ascending)…
- Answered
-
CSV Problems.
I have a csv file with records, I add new records and try to import the csv file (I Choice the new records) but import all records again, I can't import only the new records. Some ideas.
- Answered
-
Retrieve a Previous Record Date
Okay, this one is turning out to be a little tricky. For my contact tables, I also have a sub table labeled Chronos. This is the table for all the notes kept on each individual contact.…
- Answered
-
Matching Phone Area Codes to Region
So, for a lot of Data I receive, I don't have any location material besides one's phone area code. I know that the area code is not the most accurate in todays cell-phone age,…
-
join function to get an ordered output
Hi to all i have a formula: let data := text(response.result.relations); let bandData := parseJSON(data); let artists := ""; for i in bandData do let artistType := i.…
-
Open a website
I am a Ninox newbie. I have a simple database where I keep track of movies I watched on various streaming services. I would like to place a button to access a website. How do I do it?
- Answered
-
Message in Print pdf when..
Any can help width: i want show a message ( in print pdf ) example "mymessage" when found any data in the field ( is a select field called (data) is possible ? Thank you W
-
Import CSV fail to link fields
So, before the last update, when i tried to import a csv to ninox, it was all perfect. Since the update i try o import the same csv but it fails to connect two id fields i have.…
-
HTML formatting
Hi to all, with this formula: let AR := "Artists"; html("<h1 style='border: 0px solid darkslategray; padding: 11px; font-family: Helvetica; font-size: 10px; color: black; text-align: center; cursor:…
- Answered
-
Issue with Formula for Clearing Data in Ninox
Hello everyone! I've encountered a problem while creating a formula for my Ninox database. I have a button that creates a new day based on the previous one,…
- Answered
-
Connecting to external REST API (complete example)
Hi, In the last several days, I was able to integrate the ICD 11 coding tool, which is based on a REST API using OAUTH2 authentication, into my EMR Ninox database.…
-
A new way to comment out code in the console
With my friend Jan, we discovered a new way to add comments in the Ninox console. Simply add /* before and after the text you want to comment out : var a := {lastName : "tur"}; /* var a := {firstName:…
-
Custom Widgets (Release 1.0) 🥳
Dear Ninox Community! Many of you have asked how you can easily and cost-effectively use our Custom Widgets in your Ninox databases. The time has finally come 🎉 We have worked hard to find a…
-
Ninext function onclick on iPad or Chrome (Windows) doesn't work
The onclick function in a view works great on native Mac Application an Web-Application (Safari & Chrome) on Mac. Last Week i had two installations, one on Windows (Web-App over Chrome) an one on a…
- Answered
-
Integration of the ICD-11 Coding Tool into a Ninox database
Hi, I use a Ninox database to keep electronic medical records of my patients. I am writing here looking for help to integrate the ICD-11 Coding Tool into my Ninox database.…
- Answered
-
Trigger on a choice field (new)
i have a table with a button with this formula: let xCurrRec := ID; let xDiscogsRelease := 'Release Number'; let xtoken := 'Insert Your Discogs Token Here'; let url := "https://api.discogs.…
-
how to make it multilingual DB?
Hello everyone There is a solution for multilingual database? Who did to solve this problem and how? I need 3 languages
-
Trigger on a choice field
Hi to all I have a button perfectly functioning on a table with this formula: let x := dialog("Edit", "Edit Release", ["No", "Yes"]); if x = "Yes" then let xCurrRec := ID; let xReleaseNumber :…
- Answered
-
is there a better way to send more "styled email"
I regularly send my customers job status reports as the order progresses through our system ie Thanks for the order - your job is in production etc. originally,…
-
A timer to execute a scipt after a timer interval?
Is it somehow possible to have a script executed after every hour, every day, every friday etc?
-
openTable() with Definable Query
The openTable() function currently opens a table with a specified view. It would be very helpful to be able to pass along a query with this call as well,…
-
how to create space in text
I want to add 2 seperate field into 1 but i want to create at least 3 space in between the program automatic makes field 1 + " " + field 2 into field 1 + " " + field 2

