-
Trigger to create or update a record?
Hi there, I'm hoping someone can point me the right way. I'm evaluating Ninox for tracking jobs for work, and I'm kind of stuck. I have a table that will be used to track complete jobs (support…
-
ambiguous field name
Just tried to create new fields on an existing table and returned a warning: Ambiguous file names. What does this mean and how is such ambiguity determined?
-
I've just published an article comparing Ninox code with JavaScript...
I've just added an article to my blog called "Coding Comparison - Exemplifying 'Low Code'" comparing Ninox code with the equivalent Javascript required to achieve the same objective.…
-
Opening the Calendar upon opening a db
Is there a way to open the Calendar upon opening a database?
-
Is it possible to set up a relational database - one database using data from a completely separate database?
Is it possible to set up a relational database - one database using data from a completely separate database?
-
Négatif temperature
Hello, How to create a input field for negative number entrance ? Alexander
-
Relating to Relational Databases - Part 2
I've now completed part two of the Relating to Relational Databases articles which deals mainly with Many to Many relationships and includes a link with which you can download the sample database.…
-
Permanent Recruitment Solutions
Can Someone contact me
-
Payment method
Hello,How we can edit the payment method in the the template invoice? Thank you.
-
Formula to view display an unlinked piece of information
I have a table named Icons, with a field within Icons named Image. I have an unlinked table, where I would like to display the a image, for id 5 (for example) What would my formula be?…
-
update the date automatically
Hello, how to automatically update the date after making a modification in a table ? Thank you for your help
-
How to add field date ?
Hi, I'm looking to add a field date & hour when I send an Email. This is my code : let thisList := this.'2. Candidats';let subject := 'Email Templates'.Objet;let body := 'Email Templates'.…
-
Slow Loading
I've always been happy with the speed of our database but am today experiencing frequent loading circles when moving around the database. This has coincided with the import of thousands of product…
-
Constrain to 'any' of a multi choice
Hi, I'm trying to constrain the selection of products to those with 1 or more matching labels. So for example : Label like Label Choices Although with this,…
-
Id record
come faccio a scrivere l'id del record in altra tabella? ho provato questo: let a:= create test let b:= id a.test1:= b purtoppo nel campo test1 non scrive niente.…
-
using "create" and "select" through the table references
Hi all i’m running a printshop and planning to use Ninox as an ERP. i need to resolve one problem Table 1 (Projects and calculations / CRM) user select a paper (linked to Table 2),…
-
Is it possible to automatically change pasted text to all lowercase ?
Is it possible to automatically change pasted text inside a text (multiline) field to all lowercase letters ?
-
all data deleted from database?
hi, i've had a contact database for a week now, i suddenly got a server unresponsive error which was continuous, so i x'd out and reloaded ninox.... now 200 fields of customers have been deleted from…
-
Is there a way to create static / multi-dimensional arrays?
I have a set of about 30+ KPIs .. each has it's own "formula". Rather than creating so may formulas.. I thought about putting the logic behind a button. It worked fine until I hit a wall..…
-
How can I increment a number field on a table every time I create a new record? Better describing, how can I make Ninox look up the value of a field on a previous record and adjust it for the new record?
I have used max(Field)+1 but it seems not to work.
-
Update File Value Linked Table
Im a newby just learning the software. I created a table that is linked to another table. When i first enter text i get a dropdown from the linked tabe to enter the value. This works fine.…
-
send e-mail to multiple users
hi guys, new to ninox, i have a contact database with an e-mail filed for each customer. when i click the e-mail button i can send an e-mail to the designated indivual,…
-
how do i open a .ninox file?
hello, i'm trying to open a .ninox file datasbase a user posted for people to use so i can copy some code. i am using cloud, when i try import the file the ninox cloud can't find it when i double…
-
Socket hang up - after uploading dataset of 50k
Hi, everything was working fine untill i uploaded a dataset of 50k. after that ninox is loading to slow any update takes too long to load. while importing another file receiving error importing…
-
Relating to Relational Databases - Part 1
We have seen a lot of disussion in the webinars recently about the underlying principles of relational databases so I decided to write a series of blog posts about it - trying to illiminate as much…