-
Join us this Thursday, May 5th at 12:00pm EDT / 5:00pm BST / 6:00pm CEST and check out the top new features in Ninox Version 3.16
Check out the Top New Features in Ninox Version 3.16 Day: Thursday, June 5th Time: 12:00pm EDT/ 5:00pm BST/ 6:00pm CEST FREE REGISTRATION: https://us02web.zoom.…
-
can I launch import wizard (for .csv) via script?
I can't find any reference to this anywhere including Ninox docs. I want to create a button on my dashboard ("home" page) that takes me to a specific table (StagingImport) and launches the import…
-
Calendar doesn’t display properly
Since changing my phone to an iPhone 16 max the calendar on the app doesn’t display in a way that is useable.
-
Ninox 3.16 is available
Hi there, we have released Ninox 3.16. Please find all the informations here Enjoy the new Version and we are looking forward to your feedback Best regards Tim
-
question regarding the script we worked on yesterday
Hi, @Sotirios Zormpas One more question re yesterday's thread https://forum.ninox.com/t/p8ykzc2#p8ykl39 if you don't mind. Is your script expecting the Attended field in the RSVP table to be a text…
- Answered
-
Einzelne Zeilen verschwinden beim verändern der Records in der Ansicht
Hallo zusammen, Ich habe eine Tabelle namens Berichte und da ist ein True-False-Feld (Letzter Bericht). Dann habe ich zusätzlich eine neue Seite als "Dashboard" erstellt,…
-
Simple http GET fails
I'm using the free standalone version 3.15.6 on MacOS Sequoia. I put the following code snippet into a button: let response := http("GET", "http://localhost:8000"); if response.…
-
need help on importing a .csv into two related tables (scripting help?)
I have a ninox.com database with two working tables: Contacts (to track association members) and Events (to track events to which those members are invited).…
- Answered
-
database level trigger in ninox.com?
Hi - I want to create a trigger that executes when I open my online database to go to a specific table ("Dashboard"). I see plenty of info online about doing that in the Mac app,…
- Answered
-
Mehrfachauswahlfelder mergen
Ich habe eine Datenbank, die viele Datensätze hat, die eigentlich Duplikate sind, aber in einigen Bereichen unterschiedliche Werte haben. Ich habe nun ein Skript geschrieben,…
- Answered
-
Request to Remove Quotation Marks from Field Return Value
Hello everyone, I would like to know if it’s possible to modify the return value of a program field so that the word name is returned without quotation marks.…
- Answered
-
Ninox Changes Pointers to Records ON ITS OWN!!!!!
This is a huge huge PROBLEM and has to be a BUG -- and I have now confirmed that it was reported at lease 8 Months ago ... and is still not solved. I have a DB with thousands of records where the UI…
- Answered
-
Addition der Zahlenfelder in einer Spalte
Hallo, liebe Community einmal für einen wirklichen Anfänger mit Ninox, ich habe eine Tabelle und ein Zahlenfeld und ich möchte gerne das am Ende der Spalte alle Zahlen zusammen addiert werden und…
-
v3.15.8 is out
Just noticed that a new version is out, but no notice from Ninox. I looked at a PDF and ran a script that creates PDF and didn't notice anything. The viewer is still the old viewer.…
-
how to eMail with attachment on the Mac version
Good morning to everyone I'm driving myself crazy trying to send an email with a pdf invoice attached to It on my Mac version of Ninox. The invoice is generated on ninox and I'm able to save It into…
-
Extracting data from a view (new user help)
I’m learning Ninox, finding my way around and getting used to it. But I need a little help please… in Table A, I have various fields and have created views to interrogate accordingly.…
- Answered
-
How to write the latitude and longitude information from a map click into a text field in Ninox
Hi friends, I need to write the latitude and longitude information displayed when clicking on the map into a text field (in the sample database Test2.ninox).…
- Answered
-
email field
Does anyone know if I in the smart field "email" kan make and attachment, so that when clicking on this field it will bring the attachment with over to my mail system ?…
-
Update a field and jump in a record.
I have a JavaScript function used to do a update of a field and jump in a record. --- function myClickTitleIntervention(id, url, valeurClick) { "{" } console.log("Start"); var myElement = database.…
-
Filter
I need to filter the records in the Tracks table in a View based on the selection of the Multiple Choice Dynamic 'Select Album' field.
- Answered
-
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…
-
Formula field size when displaying iframe
I’m trying to display an entire webpage using a formula field in a page. The formula utilizes the html() function and an <iframe> tag. However, I’m having trouble making the field large enough to…
-
Using Global Variables, Customizing Global Settings & Customizing User Settings on Thursday, May 22nd at 12pm EDT/ 5pm BST/ 6pm CEST
Do you want to learn more about Using Global Variables, Customizing Global Settings and Customizing User Settings? If the answer is YES, then you need to join us this week at the Ninox Learning Lab…
-
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.…
-
Is It Possible to use Function "parseCSV" directly in Server Mode?
Hello Ninox Team and Community, I’ve successfully created a workflow that imports data from a CSV file into my PRODUCTOS table. However, this system requires using an intermediate text field…