-
Ninox Cloud - strange behavior!
Has anyone else encountered really strange behavior re: Ninox cloud today? (Ninox - Next) One of the databases that I work on every single day and which has not had any issues at all ...…
-
Would someone help make me a better coder?
I'm a beginner, and I was surprised that the following code works. However, I'm sure there is a more efficient method of doing this. The table is InvoiceE2021 which is a child table of Expenditures.…
-
Link records across tables via API
Hello community/Ninox team, I have two tables, e.g. Customer - Ticket which are linked 1:N I have another app X also with those tables, also linked 1:N I want to post a ticket from X into ninox via…
-
Charts from more than one table?
Is it possible to produce a chart that is line charts from several different tables overlaid on top of each other? I want to show a line that's daily bank balances,…
-
SAP - Ninox Integration
Hi, In our company we are ussing SAP for administrative records and Ninox for Operations. We would like to know if there is a way to interlink both, so we can activate triggers in ninox from SAP.…
-
function is not defined: removeAllButDigits(String)
I create a bar code. And I get the error: function is not defined: removeAllButDigits(String) at line 1, colum 40 all formulas are spelled out correctly, the last one remains.…
-
Print Layout
want to customize print layout. For several tables, but the design will be the same for all. how to make the logo change in all tables automatically, after replacing it in one table?Regards
-
how to get element value from json string?
Hello, I am looking to get value of place from below shown jsonstring. jsonstring := {"items":[{"number":1,"place":"Germany"}]} I tried with this code but, it is not showing any output.…
-
Don't see the chart icon
I'm running Ninox locally on my iMac. I have a simple table displayed, which consists of dollar amounts (number field) and dates (date field). I'd like to see the data as a chart,…
-
Creating a detailed appointment
Hi, I realized, that there is an option to send e-mail with pre-filled values in To:, Cc: or Subject fields. Is there an option in Ninox to create an appointment similar way, e.g.…
-
Apple Script
Hi, is there any option how to launch an Apple Script script from within Mac based Ninox? Thx
-
Ninox automation??
Sorry if this is an obvious question but I've not seen any reference to it in any on the website or in the forums. I don't own a copy of Ninox for Mac so cannot tell if automation is supported.…
-
Getting value instead of index on choice field
Hi, I am quite new on Ninox and havint this trouble now. I have a choice field named "interval" with values 6, 12, 24, 60. These means months. Once I choose some value I need to make some…
-
Multiple Users
I've gotten help here a couple of times - Thank you everyone. Question - I have the standalone version and save to iCloud. If my wife and I try to access the same database at the same time will be…
-
How to lock dataset/fields with Button?
Hello, I am filling the detail in the dataset like Name, Address and many more. At anyhow, I don't want to lose this detail. Can we set any button or something's to lock the dataset? For example :…
-
Query custom
Non si puo in nessun modo fare con questo prodotto delle query custom? faccio fatica a creare dei report come voglio io con gli strumenti disponibili
-
Gestione codici Serial Number SN di prodotto
Mi sembra non sia possibile ma vorrei evitare il caricamento di piu codici Serial Number SN di prodotto sulla tabella Prodotti. Come posso fare? Grazie
-
Recupero data ultimo ordine....
Ciao devo trovare il modo di recuperare la data dell'ultimo ordine fatto dal cliente corrente sulla tabella ordini. Come posso farlo con la formula? Grazie
-
How can I delete my question from here?
Hello, let us suppose I ask some question, and then after I want to delete my question. Is there any possibility for deleting my question? Kind Regards
-
Preview of print
Good morning, I have a problem when I see and send the print preview by email. I have a "Preview" Image field and a "Create Offer" button with the following formula: Preview: = null;Preview:…
-
How to update student grade at a certain date?
Hi, I want to update the student grade at a certain date automatically, such as 7/1 every year. So I use "trigger after update" at the "grade." And the formula is: if date(7, 1,…
-
Page breaks in Print view
Is there any way to add a page break in the form print view/layout?
-
Striping time from an appointment field.
I am entering a date & time appointment so it shows up in the calendar. Can I create another field where I strip the time so I just get the dates for a report?
-
Confidentiality of table and field settings
previously a database was created where there were several users. Now you need to reconfigure everything and so that everyone has access to all tables. The problem is that how to reset the privacy…
-
When I use the following script --openURL("mailto:" + TO + "?" + "cc=" + CC + "&" + "bcc=" + BCC + "&subject=" + SUBJECT + "&" + "body=" + BODY), my default email opens, but the TO is made up of all the content, and not in CC, Subject and Body. Please help
When I use the following script --openURL("mailto:" + TO + "?" + "cc=" + CC + "&" + "bcc=" + BCC + "&subject=" + SUBJECT + "&" + "body=" + BODY), my default email opens,…