-
Button script: add new record from table B to current record in table A
I have linked tables in a somewhat complex database. I have a button that is running a script to create a record and other tasks, but the part that I am stuck on is how to tell Ninox to add the…
-
Anybody have 3.15.5 yet?
As of 20:33, 5th of May, 2025 here in SF, USA I do not have the latest public cloud version. Anyone have the latest public cloud version?
-
Calendar not updating clients (macOS, iOS etc)
Today my Appointment field events are appearing in the Calendar view (macOS desktop version). Usually they sync also with my calendar client apps on macOS and iOS, but not today.…
-
Problems with browsers
I have the problem that when I update image file from the browsers they either get nulled or show wrong information. When doing the same by logging in via the app it works.…
-
Another roll back
I checked the version of Ninox this morning (8:07 2025/5/9) and noticed that it is back to 3.15.4. I guess the all of the PDF issues was just too much.
-
Creating A Master Index & Separation Design Theory this Thursday, May 15th at 12:00pm EDT / 5:00pm BST / 6:00pm CEST
This week’s Ninox Learning Lab’s class is Creating a Master Index & Separation Design Theory. Grab your favorite beverage and let’s have some fun! Day: Thursday, May 15th Time: 12:00pm EDT/ 5:…
-
Ninox 3.15.5 -> Rollback to Ninox 3.15.4
Hello everyone, I would like to apologize for the inconvenience regarding the viewer component. We have rolled back all versions to 3.15.4, and you can also reinstall this version in the app stores…
-
Ninext project
good evening to all, I create this post to organize the Ninext project. For those who are new to it, it is composed of several JavaScript modules that allow you to add badges on tabs and buttons,…
-
incorrect thumbnail
incorrect thumbnail pictures when multiple records are shown in view but correct when the record is individually viewed on its own
-
Dashboard Template
Hello everyone! After the @Vermaji post, I decided to start a new one. This will make it easier to follow the changes. New features have been added: Sticky buttons.…
-
Get the tracks by album
let apiKey := "8c6c8610-4f04-11ee-b74b-03c9318fae41"; let artist := substitute(text(Name), { " " : "%20" }); let album := substitute(text(Title), { " " : "%20" }); let url := "https://ws.…
- Answered
-
Seating Plan
Hi Guys, I am using Ninox for the administration of my show production. A couple of days ago, an idea came into my mind and I hope you can help. I would like to import a picture with a seating chart…
-
format numbers
let api := "a7e22d237021e918cbaa602fe168f52b"; let artist := replace(Name, " ", " "); let album := replace(Title, " ", " "); let url := "https://ws.audioscrobbler.com/2.0/?method=album.…
- Answered
-
I can't format number in formula field
Good afternoon everyone I have a table called "Tasación" that is related to a call "Inmuebles" that in turn is related to a so -called "Contratos de arrendamiento" in which there is a field called…
- Answered
-
All Scripts (Copy to Clipboard) no longer working (local DB)
Dear forum members. For years, I have been using Ninox as a library for my tracks, which I plan, perform, and archive for biking and hiking. There are also many scripts that I implemented to copy a…
-
Ninox 3.15.5
Hello, We've just released version 3.15.5. You can find all the information here: Release notes Best regards, Tim
-
Retrieving values in Dynamic Choice field
New user here - exploring the potential for Ninox to help me with a fairly simple database task. But I’m now getting into it! In Table-A, I have successfully populated a DynamicChoice field called…
-
Error """ in formula field
Hi, In a formula field I have a value to insert between two "". The field with the value is called ROLE and contains a number. If I write """+ROLE+""" I would like to get "1234" instead it shows me…
-
Text value from dynamic choice field
How do i extract the text value from dynamic choice field? text(field_name) is not working
-
Substring avec apostrophe
Bonjour, j'aimerais traiter une chaîne substr comprenant un champ Ordre dans une table Mots et transformer la chaîne "l'appel de l'ange" en "AA" j'ai essayé :…
-
Google Maps navigation from Location field error
Reported the following issue to support, but almost 1 year later they say its s bug and have more important things to look into. The function is crucial to me and used to work fine before I needed to…
-
Array switches from rid to nid
I have the following piece of code: let allRGRecs := record(Leagues,leagueRecID).RiderGroups; let finalRGsbyTeam := allRGRecs[false]; let getRidersByTeam := RidersAnnounced[TeamID = 119].…
- Answered
-
Best way to transfer multiple databases?
Hello, Let me explain the situation. I , as director, have developed about 10 databases for a dance school into 3 different teams covering our needs to follow teacher employment,…
-
How do you create a Google map with multiple locations?
Hi, I want to integrate into my Ninox database a Google map to display multiple locations. Has anyone been able to come up with a functional solution that could be shared here or at least give me…
- Answered
-
Collective message on iPhone
I found on the forum the syntax to send an SMS to a single contact: openURL("sms:" + 'PhoneNumber' + "&body=" + 'Body' But to send to several contacts? I couldn't find the syntax ;…