-
show three formula fields (with icons) together in a fourth field
How can I show three formula fields (with icons) together in a fourth field? I have: 'Avviso nota' + 'Avviso allegato'+'Avviso link' .....doens't work! The three fields have formula expression like:…
-
How can I share with my team mobile devices?
How can I share with my team mobile devices?
-
Sum Total, Filtered by certain parameters
Hi, Not sure of the right way around this, I have employees, who submit 'pricesheets' each week for approval. Every submitted 'pricesheet' is linked to a table called 'Pay Week' to help clearly…
-
How can I select a record based on a value in a multiple choice field?
Hello all, I need some help selecting one record in a table based on a value in a multiple choice field in the record. Here is the setup: Table: Client_Address Contains one or more addresses for a…
-
I'm trying to concatenate text from one field, add a hard return, a couple dashes along with the text from a related field. Any recommendations on how best to accomplish this?
This is for a simple quote database. Figured it was an easy way to learn the basics of Ninox. My syntax is wrong here and this doesn't work but not sure how to fix it:…
-
Question about Sync
When do I need to purchase a Cloud account? If I have the Mac version and the iOS version and they both sync with the web version, do I need a monthly cloud subscription?…
-
Add sound
It is possible to add a sound when a dialog or a alert window show?
-
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.…