-
Duplicate database
In the following we show you how to duplicate a database in the Ninox Cloud How it works Here we explicitly show you the procedure in the Ninox Cloud, i.e. in the web app.…
-
Export database
A number of options are available for exporting or backing up your data from Ninox In general, you don't need to worry about your data. When you use Ninox Cloud,…
-
CSV import
An introduction to importing CSV files to Ninox Importing data to Ninox To import a CSV file to an existing or a new table in Ninox: Go to the database where you want to upload your CSV file.…
-
Pages
The Ninox 3.10 release introduces 'Pages'—a blank canvas approach to building custom dashboards Pages are available for Public and Private Cloud as well as On-Premises.…
-
Mailhook
Ninox 3.10 introduces 'Mailhook'—a centralized receive-only inbox that stores emails in a Ninox database Mailhook is available for Private Cloud. Keys features at a glance Storage:…
-
Email multiple BCC receivers.
Does anyone know what is wrong with this code? let sender := userEmail(); let bcc := "receiver2@mail.com, receiver3@mail.com"; let receiver := "receiver1@mail.…
- Answered
-
Show value in Choice (dynamic)
Good evening everyone In d table "Mine Table" - "Table1" field "Choice (dynamic)2" need to show table records from "Wendors" - "Name" - "Salary" - "unit" I can't create a formula for the select…
- Answered
-
Export to excel
Hi, Is it possible to export a table to excel to a specific folder of your choice and execute this with a press of the button. So using code. Tx Regards Michel
-
Formula for deriving the value
Hello I am attaching a table because it will probably be difficult to explain and will confuse everyone. Everything is done and configured in the table,…
- Answered
-
Trigger on create with numeric fields
I am creating a table from another table with trigger on create with this code. let a := Factura.Cliente.Cliente; let b := Empresa; let c := Monto let d := Fecha let p := (create Flujo); p.…
- Answered
-
Dynamic Choice/Multi-Choice
Hello, Is it possible to add a list item to a dynamic choice within the Dynamic Value code section? For example, I have: (select Building where Entity = ent) order by Entity.…
- Answered
-
Regarding issues with editing the chart code
Hello everyone! Through studying the dashboard template Dashboard Template shared by Sotirios Zormpas, I have learned chart code. The following code already implements the display of accumulated data…
-
Duplicate a quote a change its number
Hello, I have a quote table. On «Trigger on new record», I have that script: let myLastNumber := last(((select Quote where 'Quote #') order by 'Quote #').…
- Answered
-
Reconnect modularized databases
The Ninox 3.11 release introduces a simplified way to reconnect modularized databases imported to another workspace Reconnecting modularized databases is available for Private Cloud and On-Premises.…
-
Modularity
Think of a modularized database like a set of toy blocks. Each block, or module, is a separate piece of the solution and has its own job. Just like you can snap together blocks to make different…
-
goto another record from calendar
Hi there, have anybody ever tried to jump to a record from calendar where the record I not the one which created the calendar event. I have this situation that I am in a table where I create a…
-
Print Report Layout
I noticed I cannot access the Print layouts to edit etc. when using the latest Ninox Mac app vers 3.13.6 I have a script that prints out data using the previously built layouts,…
-
do as database ... end
The Ninox 3.10 release introduces a transformative feature to enhance your experience: the do as database ... end transaction do as database ... end is available for Private Cloud and On-Premises.…
-
Enable timezone-independent date
Finally! This option ensures that a date is always output correctly—regardless of the timezone in which a record is accessed. The enable timezone-independent date option refers only to the date…
-
Generate QRCode to File or Image field
Following a discussion with @CISOFT Sàrl ,I embedded Sangmin Shim's code in a Ninext function to generate a QRCode on Ninox. The QRCode generates a file on the attached files or in the Image field.…
-
Add licenses
Purchasing additional licenses for your current subscription How many collaborators can I invite to my workspace? You may invite as many collaborators to as many workspaces as you like.…
-
How to write code for data filtering?
How can we filter out the top three salespeople with code? Xiao Ru $382.00 Jiang Ningwei $648.00 Xiao Ru $1,704.00 Jiang Ningwei $2,883.00 Xiao Li $11,760.00 Yang Daibing $4,640.00 Li Yanping $980.…
- Answered
-
Mimic spreadsheet
I have a spreadsheet designed to provide payout for 1st thru … positions for 8 people through 24 people. In excel I can do vlookup for number of players and get the payouts for each position.…