-
Need help with a loop, do script
I made a database for listing jewelry items and forming "linesheets" and invoices that have specs, a photo of items, the wholesale and retail prices. Items for linesheets are selected from the…
- Answered
-
Query help - pulling list of all staff working on a specific day
I have 2 tables joined by a third table Event Details - List of all our gigs Staff event_staff_join I need to display a list via a View on a page to show me all staff assigned to work on any gig in…
-
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,…
-
Delete Files from Image Fields and Record Attachments
One of the best methods to free up space in your Ninox solution is to periodically delete files stored in image fields or as record attachments. Removing Files Stored in Image Fields This can be done…
-
Progress Stepper in HTML.
Ever wanted to create a step diagram to point users to the steps to follow in Ninox? Then this can be done with a choice field but a nicer representation is with HTML and some CSS.…
-
parseJSON
Dear all, anybody who can tell me what I do wrong here : I have a text file with the following content : { "invoices[ { "recipient": "23022", "date": "", "credit period": 8, "message":"Faktura ",…
- Answered
-
Stuck with custom function...
Hello, I have a custom function to tweak a bit the contains() behaviour to use it together with a view field. My function is this: function containxORisORnull(Msource : text,Msearched : text,Moption :…
-
is there a group of macos local/icloud users dedicated to functions ?
hi all, i’m looking for new friends using the macos local/icloud version of ninox i’m looking for answers concerning the use of functions in that mode typical question :…
-
Module or another smart way to do things
Hi everyone I work pt at a customer who has several independant companies to set up kitchens. And the customer want some specific items in the independent companies's Invoices, however,…
-
Execute script in background
Our setup In our database there is a script that executes when a certain field is changed: If ZIP-Code A is changed, check the lookup table for a matching city,…