-
Webinar on Automated CSV Import & Export in Ninox on Thursday, 16 January - Open Q&A
Join us for Ninox updates, tricks, tips, shortcuts and Open Q&A. We will be exploring Automated CSV Import & Export. Bring your favorite beverage and let’s have some fun learning Ninox.…
-
Looking to automate record creation based on a date
Long story short; I have a 'Tenant' record, which has their 'Rent payment date' in a date field. I've so far been unable to find a way to reliably create a new record triggered by a date. I.e.…
-
Ninox Bug Report 14.0
Here are a list of some bugs I have identified with the newest version: Rich Text Fields are not encoded properly in print view when using HTML A white screen flashes up occasionally (began in…
-
Using Global Functions & Building a Library of Global Functions Webinar
At the first Ninox Learning Lab of the new year, join us as we create and use Global Functions and build a library of Global Functions. Thursday, January 9th at 12pm EST/ 5pm GMT/ 6pm CET FREE…
-
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.…
-
Create a zip file of all invoices generated with printRecord()
Hello, I would like to create a zip file that includes all invoices from all records in the "Transactions" table. Invoices are usually obtained individually by clicking on a button containing the…
- Answered
-
Copy to Clipboard
Is there a Ninox function now? I was looking for a way to copy the content of a field and found this post from way back: html("<button onclick='copyToClipboard(""" + concat(SERIAL) + """)'>Copy to…
-
How to implement a button function in Ninox: Create a new record and pop it up?
Hello everyone, can the button function in the HOME table be modified to: create a new record and pop it up? For someone like me who is just getting familiar with Ninox functions,…
- Answered
-
Date of the first day of the current week
Hello, I am looking for a solution that allows me to display the date of the first day of the current week in the 'Start' field as well as the date of the last day of the current week in the 'End'…
- Answered
-
first(select Table...) vs create Table data types
A question earlier this week got me thinking about this structure let a := first(select table where field = value) if a != null then a.field1 := value1; a.…
-
Slowly getting a handle on Dynamic Printing
I've been playing around with Carbone studio to get a better handle on how to work with Dynamic Printing and have come up with the following: The dynamic bits of it are the Year and everything in the…
-
Ninext blip in 3.14.0
@Jacques TUR Hi there, it seems that the count and colourisation of the attachment (paperclip) and comment icon has stopped working for the latest version.…
-
LIVE clock script.
This came about because of a now 'answered' post. I asked ChatGPT to modify the script to add the AM/PM clock and Day/Month/Year. Hope it proves useful.…
-
Error when placing button functionality in the ‘Trigger after update’ of the address field
Hello everyone, I want to place the button functionality into the address field’s “Trigger after update” to skip one step of the click action. However, when I place the code, it throws an error.…
- Answered
-
JSON in dynamic fields
So I've been testing out the new JSON in dynamic fields and ran into a few issues. I emailed Ninox and got this response: Thank you for reaching out and for sharing the details about your use of JSON…
-
Learn How To Connect Modules in Ninox - Webinar Thursday, December 19, 2024
Join Us For Ninox Learning Fun… As We Discuss Connecting Modules In Ninox With An Open Q&A Thursday, December 19th at 12pm EST/ 5pm GMT/ 6pm CET FREE REGISTRATION: https://us02web.zoom.…
-
Importing QuickBooks transaction report to create tables in Ninox
I have several QuickBooks companies that I would like to switch over to Ninox. I would export the data from QuickBooks from a detailed transaction report via excel and then import it into Ninox.…
-
Thoroughly delete image elements with code
I have image elements in a table. I found that using the code "Images:=null" does not completely delete the images. How can I use code to completely delete them?
- Answered
-
How can I calculate which week of the month a specific day falls into in Ninox?
How can I calculate which week of the month a specific day falls into in Ninox? There doesn’t seem to be a monthweek function. How can this be calculated? I want to create a heatmap using this data.…
- Answered
-
Steps Progress Bar Misalignment Across Stages
Hello everyone, I’ve set up a progress bar with steps, but it’s not correctly distributed across each stage as shown in the image (the correct setup should be: Submit in the first stage,…
-
Create an Array from a dynamic Choice field
I want to create one row for every choice selected in the DCF. I wrote this code and something don't work. let a := numbers('ISTRUTTORI.'); let aa := 'ISTRUTTORI.…
- Answered
-
On the web version (Server 3.14.0), clicking the quick access button causes the page to freeze.
Is this an issue with the new version? Thank you for your help!
- Answered
-
Example DB - dynamic choice with JSON
Attached is a small example database showing how you can use an array of JSON objects as the data basis in the dynamic choice field instead of a table.
-
CSS Framework & Ninox
Hello, I recently realized that Ninox allows us to use a CSS stylesheet file directly from a CDN link. I wanted to know if we could use a CSS Framework to design a Ninox page faster and more…