-
Exploring Data Integration Solutions
Hi, I've been exploring various data integration solutions lately and wanted to start a discussion here to gather insights and recommendations from the community.…
-
Dynamic print layout images showing up as grey squares with custom JSON
Hello, Because printing in bulk with the dynamic print layouts results in error (because size), I'v tried to use the work around mentioned in the support section, by using custom JSON.…
-
deleteCalendarEvent
Is this possible? When I've created an event in Apple's Calendar.app, how can I later edit or delete that event? Data can very possibly need to change, e.g.…
-
ui.popupRecord() and Ninext
Hi@Jacques TUR . I noticed that when Ninext is installed the ui.popupRecord() method no longer works. Do you also have this issue or is it an isolated case? Thanks! Fabio
-
Moving images from one table to another solved
Dear all, have after reading a lot about this problem in the forum, reached out to support, and done a lot of trial and error. I have now found a solution which works,…
-
Known difficulties when using dynamic printing and their solutions
Since version 3.7, many users have reported success with dynamic printing through Carbone.io, as it enables customizations that are still missing in the Ninox print editor.…
-
Active processes in background
How can a starter user kill the processes in background? It's the third day I can not work.
-
Send Email on Click Error
Hello, It's a few days that a very simple click to send email function gives me a "Invalid parameter: html ("undefined")" error. let myEmail := "11111111@gmail.…
-
createXLSX: format column as currency
Hi, how can I format a column as currency with the new function createXLSX? Thanks in advance.
-
Setting up a FIFO inventory
Hello, I'm trying to setup a FIFO base inventory where the articles come in with a certain price at a certain date and get taken out at a certain price at a certain date.…
-
New Member Introduction - Seeking Guidance and Tips
Hi Everyone, I am eager to join the Ninox community. My name is Mitchel and I am form USA. I am looking forward to exploring this forum and getting more familiar with Ninox.…
-
Formula for button to copy table
Hello There is a table in which a button is used to create a copy of this day, you only need to change the date, the next day let c := duplicate(this); let t := this; c.(Date := t.…
-
Issue/Bug in report creation
Can anyone confirm that there is a 'bug' in the report engine where with a long field list there is no scroll option when adding a field at the bottom of a list. Refer the screen shot below.…
-
How do you Create & Popup a New Record with multiple fields prepopulated
I've got my code working so I open a new record that is repopulated with a single field. In the below code, I prepopulate the Reservation field in the EMailer table however I need to prepopulate…
-
Whether the data content of table1 field can become the field of select(table2)
I have no foundation in coding, thank you let t := this; let X := 'code name'; first((select Table2)[name = t.name].X) The above coding is incorrect, please give me some suggestions
-
Evaluating display of larger amounts of data
Actually, I just wanted to fix an old script of mine, because Ninox apparently changed something with the eval() function and it didn't work for me anymore.…
-
Need Script for transfer Dates
Hi Fred again with problems, I feel like I'm. going backwards. On the Documents I have Two Buttons ADD Documents One by One and the other ADD ALL Documents and Works excelent.…
- Answered
-
Lost database
Hello everyone, I am working on a DB for a month (mostly on a Mac that’s not mine outside home and on my iPad when I’m home). It is stored on my iCloud. I opened it last friday without any problem.…
-
Values not displaying
Hi, I am new to Ninox and slowly trying to work on this project. The tables have been imported through a csv file and I would like the parent view to show certain fields like Fullname, DOB, Address.…
-
Send mail with attachments
1. i want creat a data let filename := 'No.' + ".pdf"; importFile(this, printAndSaveRecord(this, "專案"), filename); 'Image 2' := filename 2.send mail let filename := 'No.' + ".…
-
Free Dynamic Export Engines Webinar May 23, 2024 at 12pm EDT
Let’s demonstrate Dynamic Export Engines at the Ninox Learning Lab Thursday, 23rd of May at 12pm EDT/ 5pm BST/ 6pm CET Join the party for free: https://us02web.zoom.…
-
how to add to variables
Hi, This seems like a basic question, but I can't work out what I am doing wrong. I have two variables, and I want to create a third variable that is to be the result of taking the second from the…
-
an you please help me optimize the code structure?
I have a piece of code as shown below. The entire code contains three 'switch' statements, but the 'alert' reminder no longer works after running. Is it not possible to have 'switch' statements…
- Answered
-
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…
-
exportXLSX Training Videos
Four-part training class demonstrating how to use the new exportXLSX command now available. Part 1 - Simple Export Part 2 - Compound Export Part 3 - Formatted Export Part 4 - Export Engine