-
How to style the dialog “onclick” button?
I have created a button with a “onClick” dialog, waiting for the user's response: let check := dialog("Atención", "¿Confirma la eliminación de la transacción?", ["Si", "No"]);…
-
Prevent Duplicate record import
Is there a way to prevent a duplicate record from being imported via CSV file. There is one field that should always be unique so if this field matches an existing record I do not want to import that…
-
Ninox account - needed for individual user Mac version?
I've bought the Mac version of Ninox and it will be just me using it. I'm using iCloud sync and see that working with my iPad. All Good! But I see the Ninox app want s me to "login and create a team"…
-
Mac users! What does the macOS version of Ninox look and feel like?
I can pnly see full screen screenshots. Does the macOS version have menus or is it an Electron / web interface pseudo app?
-
How do I increase the depth of a row in subtable that is showing on a form?
I have a form called Vehicles with two subforms attached to it. One is called Inspections and the other is called Reinspections. The users of the database are using it on an android tablet and find…
-
How do I transfer my Ninox databases to another computer?
I've looked through the forums, but didn't see anything that exactly matched my situation. I'm using Ninox as a local application. That's been working fine for me.…
-
how to cancel
how do you cancel
-
How do I input a csv table list into a multiple choice values table? I have a 100 choices and I don't want to type them all out.
I have a 100 choices and I don't want to type them all out.
-
How to copy a row or just few collummns from one table to another using a button
Where I can find any more detailed information about Ninox commands and language, I am struggling to finish my data base because I can't find enough info about how to use visual and text commands.…
-
4 tables - procedure
IDs, Status, Period, Consumption tables Status table related to IDs. Status of each IDs for date (3 columns IDs, Status, Date) Example: A1, 145, 1.1.2021 A1 167, 1.2.…
-
Ninox history
When I look at the history it only shows entries from today. How do I view the history for previous days/weeks?
-
Formula to display an array of choices from subtable
Hi all, I have two tables (A and B) connected to each other through a one-to-many relationship. In table B, I have a single choice field (B) called Country.…
-
how I setup and install Ninox on windows server >> any steps or YouTube video ?
i do have proplem i just install the Ninox in my server > i dont know what to do after that i cant log in i dont have usernam or pass ... eny help ?
-
How to sort ?
Hello. how to sort in an increasing or decreasing direction?
-
How to sort SubTable fields in summary formula field in MainTable
Hi guys, I struggle a bit with the coding of a formula field in my MainTable (VIDEOS), intended to turn records from SubTable (VideoBeats) into a simple 'cut&paste-able' single-page text for…
-
How to lock a formula?
hello, I have a "price" field which is linked to a catalog, from this field, I make a quote. the problem is that when I change the price in my catalog, all my quotes are modified.…
-
product(array)
It is easy to get the sum() of multiple items in an array, such as a field in a selection of records, or one can easily get the max. or min. value of a field etc,…
-
I can't create a new record in one of my databases
Please help, all the others work ok
-
I have three tables, Employees, Job Numbers and Time. In time you link to an employee in the employee table and a job number in the job numbers table and all works great. However I have tried to build a control panel to link to the two tables but it wont work. I can build it in employees and it will create a record in time but not link to job numbers and visa vesa if built in job numbers. Is it possible to build a control panel in Time to enter the record and link to two other tables? If so can someone help with how I would link them? Below is the code I used in the employee panel.
let x := dialog("Add New", "Add New Time Record", ["No", "Yes"]);if x = "Yes" thenlet xCurrRec := Id;let xNewDateWorked := 'DATE WORKED';let xNewJobNumber := 'JOB NUMBER';let xNewNorm := NORM;…
-
Using a elect with a sum in a formula slowing down.
I have a formula in a view which is slowing down the presemtationm of the view. let xTM := Termijnnummer;let xProject := Project;let xTask := Werkzaamheden;…
-
Id on a table overlaps and deletes old record ,
Everytime we create a new record on one of our tables this new record Id # overlaps with a previous Id# and it gets deleted. therefore evertime we create we loosing the data from a record plus the…
-
Adding links to records in the child table on the form using a script.
Hello! I can't figure it out: I use a script to create new records in a child table, but they don't appear in the child table displayed on the form. Please help me find a discussion of this issue!…
-
How do I install Ninox on a new computer?
I just got a new computer, which is replacing my old one. Is there a way to download a fresh copy of Ninox for local, personal use without paying again? TIA for any suggestions on this.
-
Display quarterly results
I want to display the quarterly results from my invoices. I allready have the formula "quarter(Factuurdatum)" but I don't see how I can get the results.…