-
Rich text field + carbone print results in failed text wrapping
There seems to be an issue with the text wrapping in a carbone print that has appeared since the latest update. In Ninox I have a Richt Text field set to Field Type "Rich Text" In the Carbone…
-
CSV Import Wizard
Hello everyone, Since a lot of our community members are interested in ways to automate the import of a CSV file, I decided to put together a complete working example database to show how to do it.…
-
openTable issue
Hello - openTable script stopped functioning. Starting with 3.15 I have button scripts that direct the user to a table and view openTable("Supplier", "Inventory") .... has been working for months.…
- Answered
-
Modularity Coming to Public Cloud!
I saw that modularity is coming to the public cloud! Wohooo!!! Not till 3.17 or end of year, but it is coming!
-
Heads-up: Public Cloud 3.16.1 is live
We just rolled out 3.16.1 to all clusters. It fixes an issue from 3.16.0 that could give wrong results—nothing else changed. More details in the release notes.
-
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.…
-
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,…
-
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.…