-
What are all the parameters I can use when sending an email in Ninox?
I know you can set the subjct, the body (HTML) Is there a way to set priority? Set CC/BCC, attach MULTIPLE FILES (if so how?), set the reply to a different email, change the name of the sender?…
-
Using where statement with child or subtables
My database has a parent table: Funds with child table: Balances. Funds has multiple entries, each of which has multiple-year entries in the Balances. I am try to sum the Beginning Balance column in…
-
Réorganise database
Hello, has there been a change in the database menu. There is no longer the possibility of reorganizing the database? Before I had my base on my iPad and Iphone and I could visualize and modify that…
-
Subtable - ordering system
I'm trying to create parts ordering system for my shop. Is it posible to automatily open new subtable record When i'm adding new part number to subtable of single order.…
-
create record by button
create records of another table linked to the table where the button is pressed
-
Filtering Grouped columns
I have a table with more than 12000 records. The PK column should not have duplicate values, but unfortunately it does. I want to identify these records and I am looking for an easy way to do this.…
-
Compare data from different records
I need to calculate the difference between data from different records.I have a table with articles, with a unique code that I use as Index called CN.In another table I have dates with stocks of each…
-
Scheduled import of csv to Ninox private cloud
Scheduled import of csv to Ninox private cloud
-
How to best get the desired data
Hi all - I have the following tables: Riders - names of riders, country, sex Teams - team names, year active Horses - name of horses, gender, color, passport # Results - jumping results rider,…
-
Button action : you're not authorized for this action
if i use this code : let numberTable := first(select FORTLAUFENDENUMMER);let increasedNumber := numberTable.fortlaufendeNummer + 1;numberTable.(fortlaufendeNummer := increasedNumber);…
-
Auswahliste / Untertabelle
Wir testen gerade Ninox, daher schonmal sorry für die vermutlich einfache Frage: Ich möchte unser Büro-Inventar erfassen. Jedes Inventar hat einen Lieferanten,…
-
zipcode field removing leading zeroes
Having an issue with the zipcode field of a contacts table removing leading zeroes (i.e. zipcode '06105' reverts to '6105'). Any one know how to fix this?
-
mise en forme
Bonjour, j'ai créé une BD pour devis. Actuellement, j'ai 4000 articles. Je voudrai, dans le modèle d'impression, concaténer 2 champs, mais avec un retour à la ligne,…
-
How do I add or subtract minutes from an Apointment Start time ?
Hi Lets say I have 3 types of time durations TypeA-15min, TypeB-30min and TypeC-45min. I want to add this duration to the calendar time selected so I would have:…
-
Button functions
Hi, is it possible to add a formula at a button to close all the opened table?
-
PLEASE - how to ban the possibility of changing the view by users ...avoid add columns
PLEASE - how to ban the possibility of changing the view by users ...avoid add columns - some fields must by hidden (no visible for users), but I can't set the reading by role to field ...…
-
Select statement in formula is REALLy slowing my table down. Any solution?
I have a table with a formula field, that requires a fairly heavy "select" statement. Problem is that the "select" statement is common to all records in the table (there is not variable within the…
-
One to many relationship
I would like to know how to have another table linked to my customer (parent table) have more that one link or record in another table to that customer
-
Hp Designjet T120 unknown feature
An [url=https://f2.ae/hp-printers/hp-designjet-t120/]Hp Designjet T120[/url] is a special-purpose printer that is most common for companies that need to print invoices,…
-
Create a button to open directly the pdf
Hi :), Is it possible on Ninox to create a button that will open directly the pdf linked to the tab instead of having to click on the icon print on the top right to then press again the other icon…
-
Sending emails with attachments
I'm looking for a way to send out sales info to customers via email. I have a lot of sales info in .pdf format. Is there a way to create a list or table,…
-
Can I write of annotate or write comments in my functions?
Does anyone know how I can write comments or annotations within a function to describe what is going onsuch as: /*This is an adding function*/ total := 10+5
-
Forms size
Good afternoon:I have a database that I want to work through forms. I have the problem when I open a record from another table from the "Main Menu" table.…
-
create texfile function coding formate
Hello. How can i create text file in cyrillic windows text format?
-
Concatenating all fields in a record
Is there a simple way to concatenate all fields in a record into a string? Of course we can do it explicitly:Field 1 + Field2 + ... But I mean is there a builtin command or function (or any other…