-
Add elements to a choice field
Hi to all Is there a way to add, edit, delete elements in a choice Field through a formula? ex. Field 1 (formula field) I assign values in a formula: let x := "Napo" let y := "Orso" let z :…
-
Do I have to pay monthly?
I bought Ninox and have been running it on one desktop Mac, syncing it via iCloud with just one iPhone. Now I have received an email telling me I have to buy a monthly subscription.…
- Answered
-
http request with basic authentication does not work
Dear Ninox community! I try to use the http-request with Basic Authentication in Ninox and it seems that it will not work. But with Postman it is working.…
- Answered
-
NINEXT Error flags - false positive??
I have 7 like this which do not make any sense to me at all. If I follow the wrench I cannot find any issues which reflect this and to be honest the bread crumb does not make sense either.…
- Answered
-
clearing the Filter option in a column on closing a view
As you can see there is an applied filter to PROJECT in this screenshot. Is there a way to reset all filters that might be applied when a view is closed.…
-
Time Timer
I need to create a timer that can be stopped and continue counting time. I found a solution, not quite what I need, but so far there is no other solution I'll use.…
- Answered
-
Syntax for filtering Dates older than from today
I'm trying to find the correct syntax for filtering based on dates older than 5 working days before today. This is what I was envisioning, but it's a little off in regards to syntax.…
- Answered
-
Choice Field Trigger
Hi to all! I have got this structure: MasterSearchTable - fields: Choice Dynamic MusicBrainz ID MBIDsTable - fields: MBID Description as you can see the Choice Dynamic field is correctly connected to…
- Answered
-
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
-
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
-
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
Answer questions and share your knowledge