-
Creating a print view
Of course, you can also create your own print layout according to your specifications. To do this, click on the plus symbol at the top left . In the pop-up window Create New Layout,…
-
Customize print view
Customize the print view to your preferences In this area of the Print Preview for the individual record, you can adjust the Paper format, the Header/Footer,…
-
Printing options
When you click on the Print button, a small drop-down menu opens. Now, it's important to revisit what we've looked at earlier under Selecting records. Print Active Record If you select This record,…
-
Printing a record
When you click on the printer icon in the top right of your active record, you will see the following: Standard print template from Ninox (1) Customize print view (2) Blue bar with additional options…
-
Selecting a record
We will explain the difference between an active and a selected record. Before we print an individual record, we want to clarify the difference between an active and a selected record record.…
-
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?