-
Print Image
I have the cover images stored in a ShareLink field. How can I include it in the Print Word format ?? let vTbl := ((select Albums where Availavility = 1) order by Name); let vObj := vTbl.…
-
Formula values not appearing correctly in table view
I have a few formulas in a "People" table that sum up various amounts from another table. These amounts appear correct on each record in Form view. When I look at the data in Table view,…
- Answered
-
Problème de plantage sur Ninox
Bonjour J'utise Ninox sur IPhone (ios18). l'application me donne satisfaction. j'ai trois tables : mots, texte, mots_textes avec deux champs relation vers mots et vers texte.…
-
Ninext documentation
Hello everyone, Many of you have been asking for this, so even though it's still a work in progress, we're happy to share the first version of the Ninext documentation: https://docs.ninext.fr.…
-
createXLSX
Has anyone managed to figure out how to implement this to your script using the new createXLSX function?
-
can I hide a table only for one user?
can I hide a table only for one user?
-
How to create a unique list of records
Let us say I have a table, Table1, with records that store years in a field called Number. Now I want to create a dynamic Choice field in Table2 that shows the unique years that are in Table1.…
-
How to Build a Complete ERP/CRM Solution From the Ground Up - Dashboards and Scorecards this Thursday, April 17th at 12:00pm EDT
Join us for the final class of our ten part series on building an ERP/CRM solution from the ground up. This week we dive into Dashboards & Scorecards. Solution Application and Free Consulting will be…
-
Improve Gantt view
Hi everyone, A lot of questions about gantt view but no answer on the forum. Is there any way to improve the standard gantt view ? (Milestones, shapes, colours). Thanks
-
Drawing meets data: Shapes, highlights, pins & notes – all right on the image
Our new Custom Drawing Widget for Ninox is live – and it opens up a whole new way to work visually with data. Whether it’s a construction plan, fabric prototype, therapy chart,…
-
Icon Code Generator
Hello everyone, With the introduction of new icons in Ninox, manually creating code to display an icon has become more complex. I've developed a simple and practical utility that lets you easily…
-
Building an ERP/CRM Solution From The Ground Up - Join us Thursday, April 10th at 12:00pm EDT as we focus on Ninox Utilities & Tools
Join us for part 9 of our 10 part series on building an ERP/CRM solution from the ground up. This week we focus on Ninox Utilities & Tools! Day: Thursday, April 10th Time: 12:00pm EDT/ 5:00pm BST/ 6:…
-
urlDecode("%E2%80%87");
let xlf := urlDecode("%0A"); let fsp := urlDecode("%E2%80%87"); let focus := this; "InvoiceNo: " + InvoiceNo + xlf + "TOTAL NET PRICE: " + 'Total net price' + xlf + "DISCOUNTS:…
- Answered
-
The formula editor
This is where you script The input of functions or procedures is done via the formula editor in a Formula (always indicated by fx). These fields are the "entrance" to the formula editor.…
-
Button to local folder
Is it possible to use a button that will take you to a folder located on your computer
-
How to filter fields from a linked table
I have a "Project" table and is linked to a "Contact" table. Inside "Contact" table I have a "Class" choice field and "Name" text field. On the Project table I'm able to see all contacts and I would…
-
How to Track Client Changes in Ninox (Audit Log Table)
Hello everyone, I am trying to create an Audit Log Table in Ninox to track changes made to a machine registry table. Objective: Every time the associated client changes for a machine (which I lend),…
-
Learning About Integrated e-mail in Ninox this Thursday, April 3rd at 12pm EDT
Join us for part 8 of our 10 part series on building an ERP/CRM solution from the ground up. This week we focus on Integrated e-mail. Day: Thursday, April 3rd Time: 12:00pm EDT/ 5:00pm BST/ 6:…
-
Using templates
Choose between a diverse range of templates or design your own database Ninox offers a variety of different templates that you can use as needed, for instance for your address book, collections,…
-
Ninox 3.15.4
Hello everyone, We have released version 3.15.4. You can find the release notes here: https://forum.ninox.com/t/g9yzkrh/release-notes
-
Ninox, Mac app and iCloud
A few considerations when using Ninox on macOS and iCloud Ninox and iCloud You can use Ninox without a Public Cloud subscription by syncing your data via iCloud.…
-
Unable to Print using Chromebook & Ninox Locally
I am unsure if this is an App bug or a Ninox restriction, any help appreciated. Is it not possible to print from a local database using Android Chromebook,…
-
fileUrl
To return the URL of a specific file from a record This function allows you to directly link to a specific file (e.g. an image or attachment) stored in a record—perfect for use in PDFs, emails,…
-
If possible, adapt the script.
for in 'Article Name'. 'Products' do // Verify that the required fields exist and are valid if Product.'Cost Price' > 0 and product.Markup != null then // Increase markup by 15% Product.…
- Answered
-
On-Premises setup guide - Docker
This guide explains how to install and set up the Ninox On-Premises server using Docker on a Linux-based system 1. Pull the Ninox server image The server image is openly available on the Docker Hub.…