-
About the copy problem
I tried to copy the content of "copy" to "copy here", but they are not complete copies. Where is the problem with my code? Thank you for your reply!
- Answered
-
Why using a choice field's text does not work in an "if" statement?
Hi all. Using the number next to the choice's text in an "if" statement works. Using the text part does not. Why? Looked in the documentation, the only example I could find does use the number,…
-
Why does NINOX recommend entering data from a form?
Hi everybody. Really struggling, trying to understand views, tables vs forms, relationships, parent-child, etc. So on a Friday afternoon where the stock market has been very kind to me (well... the U.…
-
Is there a way to automatically display an attachment in a formula/image field?
I have paperclip attachments and would like to see them without opening/viewing via the paperclip. Is there some clever script that can be used to display the content of an attachment on screen via a…
-
Display and already uploaded attachment in an 'image field'
As a rule I try to avoid paperclip attachments or displaying large images in fields however on the odd occasion I would like to. Is there a way to display an attachment that has been uploaded in a…
-
create options in choice field from variable/loop
It's easy to fill a dynamic Choice field with options from a table/query but how to dynamically create options through something like var options:=[] for i from 1 to 3 do options:=options + i end;…
- Answered
-
conditional unique() in column
my view should select all records in elements where the column "text" is unique for one label (being a linked record). So text "a" might appear both for label1 and label2,…
- Answered
-
MacOs Ventura and date format issue
Hi, I've downloaded MacOS Ventura and date format has changed. All dates are now with this format : "4 nov.2022" instead of "04/11/2022" . MacOs Ventura System Settings do not permtit now to choose…
-
Script for Button for next record, order not ID
Hello, Could someone help with a script for button switching for next record based not on ID but on 'Ordre Groupe' number field. if 'Ordre Groupe' then let nextRecord :…
-
Version 3.11
Where does one find this if it is in the Public Cloud New colour themes in Ninox settings New colour themes are now available in the Ninox settings to give your application a modern look.…
-
A trip down memory lane
I found an archive of my DB from April of 2020. Here is the data model: I had some idea of relationships. What I didn't know was not to try to do stats in your table views.…
-
Scripting a button to print text from a choice field?
I'm making a print template for an envelope, with a button to print. In the table, there is a choice field for "Active Location" - example, choices are Site A, Site B & Site C.…
-
eviter les doublons
slut je suis un nouvel utilisateur. cependant je voudrais savoir comment evier les doublons dans ma table .Et aussi est ce possible d'avoir une documentation en français . merci
-
Button for create a new record which has a connection to a record
I have a table, where in every record, i have a connection of records from a different table showing up. (1:N) when want to get a new record, normally click "+ Neuer Datensatz" at the 1:N,…
- Answered
-
HTML View
I am trying to send out a view in an email. However when I try to use html the headers print on all of the records. Any help would be wonderful. thanks
- Answered
-
Update fields from another table.
In this Table 'Enter Data', when enter the 'Last Name' need Update all fields os Clients table in the 'Enter Data' Table
- Answered
-
API calls in Ninox
Hi there all. I have been spending a few days TRYING to get my head around API calls in Ninox. I can get a result if I hard code in the url and parameters,…
- Answered
-
Open view on startup
Is there a way when the Database is opened (OnPrem) to go to a view so it’s always what the user sees when they start?
- Answered
-
Error message when making changes
Hi there, when making changes (new field, add option to selection field etc.) to a database with enabled wrench icon , I get the following response when trying to disable the edit mode: <!…
-
want to use a button to check if the content of A in table 1 is the same as the content in the associated table 2….
I have two tables (1&2), I want to use a button to check if the content of A in table 1 is the same as the content in the associated table 2, and the number is also the same (the content of A may be…
- Answered
-
How to reset a database?
Hi all. Using the Mac desktop app. After "tuning" a database, testing it with test data, etc. what is a good way to reset it to a virgin state, resetting, among other things, all record Ids, etc...…
-
Invoice lines of old invoices
Hi, I have an invoice with invoice lines related to products. My problem is that if I update the price of a service, it changes also the prices on every invoice created in the past.…
-
Dynamic Dropdown sorting
Is there a way to sort the contents of a dynamic dropdown?
-
Where are my "Cloud" databases???
Hi all. Using the Mac desktop app, version 3.4.8 I have several databases which were coded as "in the cloud". However, when I look at my iCloud Drive, I don't see them. Where could they be???
- Answered
-
Send emails with attachments with Gmail via Make
Hello, I send emails from Ninox with my Gmail mailbox using Make.com (Integromat) but it is impossible for me to send attachments. This is what my code looks like:…