-
Printing tables
We have made all the preparations for printing a table. Depending on which format (PDF or HTML) you have selected, the following happens when you call up the print view:…
-
Changing print settings
You can change the print settings in the Database Options. Here, you can: adjust the format and the font size as needed. How It Works Open the database (e.g., Event Management).…
-
Exporting data
You have various options to download or export your data from Ninox In general, you don’t need to worry about your data. If you use Ninox Cloud, Ninox automatically creates regular backups of your…
-
Importing data
How to Add Existing External Data to Ninox We now want to go into more detail about importing data. The most common format for importing (and exporting) data is the CSV format.…
-
Sharing views
Share your data – even externally – with others One of Ninox's very useful tools is the ability to share content. You can choose between different formats when sharing a view:…
-
Apply formulas
This is where the magic begins! And Ninox can show what else it can do With formulas, you can automate processes. For example, you can: Automatically format text Perform calculations Incorporate…
-
Designing a form
For better clarity, we add headings Since our Company table is already quite extensive, we would now like to briefly show you how to make the form more structured, for example, by adding headings.…
-
Layers of information
By linking data, you can access information on different levels Since we have linked two tables together, we now have information from both tables available in both tables.…
-
Linking records
At first glance, not much seems to have happened, but if you take a closer look at your form, you will find a new field called Company. Using this field,…
-
Adding links
Relate tables to each other to have more options By linking tables together, you get more ways to access data. By linking, you only need to maintain data in one place,…
-
Getting started
For our example, we will create another table to link data. Create Another Table To illustrate the advantages of table linking, we need another table. Please create a table named Company with the…
-
Linking tables
Accessing information from other tables in the database As you already know, tables are there to store data. By linking different tables together, we have access to more data and can use or display…
-
Getting help, where has it all gone!?
I use Ninox but rarely need to create a new database. I've managed to build solutions for myself in the past with some help from the forum and the documentation.…
-
google script POST to Ninox not working
Hi, I want to send data from Google Sheets to Ninox with API. In Google Script editor I added the following code (so its not a Ninox code): function updateNinox() { var sheet = SpreadsheetApp.…
-
Credit where it is due !
For those of us that have been hanging around Ninox for a few years. A common gripe that always reared its head was the Ninox documentation - insofar as it was woefully lacking!.…
-
Workflow & Operations from the ground up
Building a complete ERP/CRM solution from the ground up: This week - Thursday, February 6th Workflow & Operations 12:00pm EST/ 5:00pm GMT/ 6:00pm CET FREE REGISTRATION: https://us02web.zoom.…
-
SELECT with where doesn't work where [] does
Guys I am puzzled. This works let filterCat := text('Category Filter'); let filterMonth := text('Month Filter'); let filterYear := text('Year Filter'); (select Expense)[contains(filterCat,…
-
How to use order by with constraints
Hi, Say, I have two tables (T1 and T2) table T1 has a reference field Ref1 (from table T2). I have successfully been able to implement constraints in the reference field to only show selective…
- Answered
-
Send Email no error, but don't work
let today := today(); for i in select INVOICE do if i.'BALANCE DUE' > 0 and i.'DUE DATE' - 7 = today and i.Reminder = null then let message := "Estimado cliente, su factura #" + i.…
- Answered
-
Sending requests to an external server
What options are available for sending requests to an external server and receiving responses with data for the cash register and store in the local version of Ninox?
-
Chart with "where" on subtable
Hi All, I'm been trying to do this for ages and I can't figure it out or know if its even possible to do what I'm trying. I have a page called "Performance Dashboard",…
- Answered
-
v3.15 presentation
Hi all - Don't know who will be attending the v3.15 presentation on Thursday, but it is too early in the morning for me, 5am. If you are attending please consider spending a few moments after posting…
-
make Ninox the cell text bold
Given that I know little to nothing about html coding. and usually use a sledge Hammer to crack a nut! God know why Ninox would give us property change values to text input fields ( had this for…
-
Issue with true value stored in number field
I am having a bit of trouble with a selling price field and its associated (extenedSell - field which is a formula field in my image below I can iner my cost price then either key in the sell price…
- Answered
-
Issue with sending data via HTTP request in Ninox (JSON format)
Hello Problem Description: I am trying to integrate the eKassa API with my system via Ninox and send data using an HTTP request. However, when attempting to send the request with data in JSON format,…