-
Error: Type not found: I when printing
I can't print. I get an error Error: Type not found: I when printing
-
Need Help Formula
I need a Formula for each 'Date CutOff' that gives me the value of the 'Total Plan Value' (select 'Progress-Cost Report')['Date CutOff'].'Total Plan Value' Copy
-
Calendar
On the Calendar I have 2 events in May, one on the first and one on the second. When I show the Calendar in Month view for May, both events show on their respective dates - as they should.…
-
Need help with my JS/HTML Kanban Board
I've been working on a selfmade Kanban Board in Ninox for some weeks now. I am a beginner and just starting courses + searching for code snippets everywhere.…
-
How to auto create new record every day?
I have to create a daily record, but I have to hit the button every time. Now I want to use loop function to create new record every day. can someone show me how please?
- Answered
-
HTML Responsive Grid-Container + Custom Buttons
I am new to HTML but I've spent many hours checking out posts and sample databases here and then tried to combine everything to create the features of my dreams :…
-
DELETE multy attachments
let method := "DELETE"; let rid := text(this); let teamid := first(select Settings).DatabaseTeam; let dbid := first(select Settings).DatabaseID; let tid := tableId(this); let file :…
-
Interesting HTML formatting
Hi all - I've been adding HTML tables to my dashboards as they make things prettier and compact. So I found when you have multiple HTML formula fields, you can't change the color of only 1 of them.…
-
Could you please help me identify the issue?
I found an HTML database entry on a forum, but when I copied this HTML code into one of my databases, clicking it wouldn't open any pop-up windows (as shown in the GIF).…
-
How to auto-fill the relationship field choice?
How to auto fill this relationship field when I create new record, instead of click into the field and choose what record. I want it auto fill because the date is just the latest date,…
- Answered
-
Button script to select all items in defined Dynamic Multiple Choice field
Contents In a jewelry database, I have a series of Dynamic Multiple Choice fields to identify items and add them to orders/invoices. As an example: Choose Items in Article table with Dynamic…
-
Mac App 3.11.8 - refresh/reload record list > only manual
Hi, I encounter a strange behavior on Ninox When I duplicate a record (using the Ninox interface - using not with a script) : - On a list view with all records listed - I select a record - in the…
-
Using a table selection in script
Hi, I'd like to be able to scroll through a set of records in a table and update values on each record. I want to select the records using the selection feature on table view, as used for bulk update,…
- Answered
-
Duplicate several records with changing one of the fild values
Hello! I need help, guys! How can i duplicate lets say 10 records of a table simultaneously (not one by one), and at the same time automatically changing some text in one of the text fields?…
-
Scripting and Functions
Good evening , is ther any book that i can buy in order to learn scripting and functions for ninox ? thanks a lot in advance for helping . Luca
-
Need Validation Dates in a range
I need a script Validation for field 'Documents' that are not in the same fields Start and Finish data range. Example Doc # 1 20/Apr/2024. 30/Apr/2024 Doc # 2 20/Apr/2024.…
-
Delete all attachment from a subset of record
Hello My plan is to delete images from records older than 2 years. I am thinking of the following steps: 1) Identify records older than 2 years. 2 then I need to delete the images from the database.…
-
Mac app upgrade to 3.11.8 failure !!
after upgrading the Mac application, when starting the application, the system issues the attached alert.... could anyone help me ??
-
Help with Google Charts in Ninox
So, I just wanted to start with a very basic Google Chart in ninox. With Google's default data, the chart shows, however when I try to replace it with my data it no longer works. Below is my code.…
-
Where does the cat sleep (find the closest sentence)?
I had a somewhat unique case where I needed to import data with sentences indicating where to store them, but sometimes the sentences were not all spelled correctly.…
-
Download file and JavaScript calling
Hello everyone, Recently, I responded to a request from someone who wanted to be able to download a file without encountering a blank window. This required the use of JavaScript,…
-
Custom HTML Dashboard
Hello, i was looking to create a custom Dashboard in Ninox to have a clear overview over some important KPIs and also allow controllers to get a quick view at key data.…
-
Printing attachments
Hi, I needed to print the attached record file. I found a solution, but is there a better way? openURL(shareFile(file(record, fileName))) In other words,…
-
Update Multiple Records... of a Multiple Choice Field
I asked this how-to question n Facebook and got replies essentially saying it can't be done easily. I've run into this issue before, and making changes to multiple choice fields is too much work.…
-
Update all recoords
Hi there has anyone tried to update all records in a parent table with the link to a child table ? I have a parent table called members and a child table called photos.…