-
Create barcode for every new import
Hello In our chemical laboratory we use NiNOx for every sample that is coming in the lab. Each sample is getting a unique numeric code. I would like to automatically generate (if possible) a barcode…
-
Problème avec loadFileAsBase64(Photo)
Bonjour, je n'arrive pas à faire fonctionner : let photoData := null; if Photo != null then photoData := loadFileAsBase64(Photo) end; J'ai la roue qui tourne sans fin avec une photo de 60ko… La…
-
Break up transaction brackets
Ninox offers possibilities to break the transaction context with the instruction do as deferred. Let's assume that an external system is to be informed when an invoice status changes.…
-
Transactions
All triggers on data creation or change, and all scripts within do as transaction or do as server, run within a transaction that either executes fully or does not execute at all if it terminates.…
-
Buttons
Ninox scripts triggered by buttons (or when a formula field is clicked) run in the context of the client and not as a transaction. This means that Ninox executes command by command separately,…
-
Table views
The performance of table views is influenced by three factors: the complexity of the query (filter) the number of rows to be loaded the data loaded per row Ninox calculates views in the following…
-
Best Practices
The following best practices are key recommendations that have proven particularly effective when working with Ninox. They address common pitfalls such as inefficient data access,…
-
arcRider charts for Ninox: pie & donut
arcCustomChartCircle Widget – Visualize Pie and Donut Charts in Ninox The arcCustomChartCircle widget enables the visualization of circular charts (pie and donut charts) directly within your Ninox…
-
Create a view based on contains
Hi all, I have a table "Guidance" and in that table I have a multiple choice field named "keywords". Now I want in another table to create a view based on a textfield "keyword selection" - my idea…
- Answered
-
setting up user instructions for using a table
Hi - I have two staging tables in my database, each of which is setup to import a .csv file and (with a scripted button) process that imported data into permanent tables.…