-
Small Inventory Management System?
I am looking to make a system that includes a couple of main Tables: Inventory and Sales. I'm wanting to use the Inventory as the main entry point for the information, including item ID, title,…
-
Ninox corrupted
When I what to use the formula editor and I use a mouse click, the cursor doesn't go where I click. I delete and reinstall ninox from 2.56 and same problem.…
-
size change
All of a sudden everything on my page gor very small. I have no idea what I pressed or how to get the layout back to its normal size. It is only on my Ninox page and knowwhere else on my computer.
-
Many to Many Relationships
Hopefully this is an easy fix. I have set up two tables: "Work" & "Drawings" I have managed to link entries in Drawings so they can be linked to an entry in Work.…
-
problem with conditional function
Hi! I want to show a bell if today is between two particular days (Start day, named 'Data Inizio', and End day, named 'Data termine'). I've written this code:…
-
previous event, next event
Hi! I've a lot of events in the table EVENTS, and I'd like to show in another table, called BAND, the last and the next event for each music band. I write in two fields of BAND table:…
-
filter on "styled" formula
Hi! I've a formula filed styled("","","warn") that indicates with an icon the Band that will play this week. I'd like to create a view that filter them but I don't know what I should write in filter…
-
Refresh Kanban view
Hi, I have a view in Kanban mode. I work on several screens. When I make changes to items that are displayed in kanban mode, the updates do not follow. Indeed,…
-
How can I hide a field in a form?
I have a table with some fields I created to import data into Ninox. I don't want them shown in the form view because it will confuse the user. How can I hide these fields?
-
CAN I OPEN A BROWSER WINDOW IN A NINOX FORM?
I think I know the answer to this (=no) but just curious. It would mean I can make bio details on another database visible inside a record without having to transfer content.
-
How do I add a new record that is related to 2 other fields?
I want to add a new record that is related to two other fields: My tables are: Table1: People Table2: Projects Table3: Groups (relates person and projects) Table4:…
-
Import from FileMaker repeating fields
Just starting out with Ninox, with a view to transferring several databases at home from FileMaker Pro ($900 a year to upgrade from v.11 to 16? No thanks!).…
-
Conditional Formatting of Formula Cells
This is common in Spreadsheets and in the Ragic online database. It enables you to set the colour of the cell/field based on the calculated value. For instance,…
-
Accessing the DB from other computers
I am on a mac (in testing mode). I will puchase the program for mac when time is up but is there a way to allow others to access the DB from their computers? Thanks
-
the CSV filemaker 11 file (El capitan 10.11.6) is not recognised by Ninox for reason unknown by my iMac 2019 with Mojave OS. What can I do ?
I bought Ninox because I thougt it could work with csv files and I don't need to upgrade my Filemaker 11 for a big enterprise application. I want to migrate my twenty years of files and that's the…
-
Move
I made a comprehensive trading system for my job. i have 3 table. Customer and supplier and Article. customer related with invoice and invoice related with invoice item. also same about supplier.…
-
Database table not saved? NX script of a single if statement works and produces a view that look correct. But click off to another table and then return to the table and it is empty. How can this be?
NX Script delete (select SquareHLTPs);for n in select 'Cycle Times' dolet j := (create SquareHLTPs);j.(TP_StartDate := n.Start_Date);j.(Top_Yes := n.Start_Type);j.(TP_Price := n.Start_TP_Price);j.…
-
How do I place specific text (in one box) depending on value in another box?
I have the following field: CLASS TYPE Within the CLASS TYPE, I have the following choices: 50 COMPUTER08 PHOTO12 TOOLS08 OTHERADDED TO DB I have an empty filed:…
-
Synchronization tables between more data bases
Hello, I have a database that is centralized on my clients. In this database, I manage my interventions at my customers (working hours), their computer configuration (computers, server, routers,…
-
how to Changs a text field to URL
I have defined a feild at the start as text. but would like to change it to a URL/. How do I do that?
-
Appointments
Some questions on appointment field: 1. Can the field be set just to show the date not the time? 2. if an appointment is set over a number of days, is there a way (in a separate field) to calculate…
-
Filtering by date is ignored on the PDF
For a client I would like to export a statement of account document, where I include only the client's transaction of the last month (filter by date). When I do this,…
-
N:M relationship filtering
I have folowing datamodel: MB - is database of motherboards RAM - is database of RAM MB-RAM - is database of compatibility of MB <-> RAM Config - databas of configuration of PC One type RAM can by…
-
Problem with update in loop for
Hi, I'm trying to update a dataset using a "for" loop: let Atleta := 'Personalizzazione intestazione';let ModelloAllenamento := Nome;let startDate := 'Data inzio';let idx := 0;…