-
How do I use the 'button' field to connect to a different table?
I have a table Inventory and a subtable Orders From Customers. I would like to have a button (labeled "Create New Customer Order") that I can click within Inventory and it open a new record within…
-
Performing a "find" or search in various fields of the database, enterting criteria to get a series of records.
Is Ninox capable of generating a different layout which is similar to an old "Rolodex." In other words, arrange the cells into a layout that looks like a business card and can be searched for…
-
I have Article table with lot of entries. I created supplier table and linked to article table. How I can select supplier automatically for selected articles?
I have Article table with lot of entries. I created supplier table and linked to article table. How I can select supplier automatically for selected articles?
-
how do you calculate the days between two dates
days between two dates
-
Right side
How to write in a text field from the right?
-
Search for a number and not include the ID field?
Is there a way to search for a number and not have the ID field show? I'm looking for item number 373, and the find also shows me ID # 373, which I don't want.
-
My database does not sync over iCloud after moving to a new Mac
I have a new Mac, and copied over my entire installation (with migration assisant) and everything works as it previously did apart from Ninox iCloud syncing.…
-
Can I put the database into a Dropbox folder for it to sync?
Hi I was wondering if I could put the database into a Dropbox folder for it to sync? Also is there a trial version for the standalone? Thanks.
-
How to find URL of a table
I need to give executives in my organization access to information on my database without making all of them team members and having to teach them how to use it.…
-
Is there a better way to filter selected table for View Layout Element?
Is there a built in way to filter linked Id's for the View element? This is what I have right now... It works, but it is static. The filter is hard coded and I don't see any way to make it…
-
can I import from a numbers speadsheet?
can I import from a numbers speadsheet?
-
Is this possible to pop up a chart using a button
What formula can you use to pop up a report or a chart using a button on a form?
-
Additions to fields
How do I add vendors in an inventory? After beginning a new inventory from the template it gives options from the examples, but I am unable to change or add vendors outside the examples given
-
a no duplicate records
How I can prevent duplicate records being added? (ok found other information but not good uderstand) For example Create a Text field . and called this . CARTELLE .…
-
Performing a "find" or search in various fields of the database, enterting criteria to get a series of records.
Is Ninox capable of generating a different layout which is similar to an old "Rolodex." In other words, arrange the cells into a layout that looks like a business card and can be searched for…
-
Can I show the aging of a product?
I am trying to enter a date a product was made and have a field show me how many days old this product is.
-
filter related table with botton.
Hello, I have a customer table and an invoice table. Both are related. In the client's form I see all the client's invoices. Is it possible, with a button to display only the invoices that are only…
-
order a formatted date
I want to order ascending the result of this code: let a := 'Feedback consegna'.'Creato il';format(a, "DD MMM YYYY")
-
Select record Using "union"
Is it possible to use "union" or something equivalent to group multiple queries with ninox
-
multiple trigger "if" in sequence without "else"
Hi, is there a way to write an "if function" formula that does not have a connection between them? In my mind the sintax of an axample could be this: if a=0 then aa="ZERO"; else aa=void;…
-
Kudos to whomever posted 35_Cash Flow Calendar and Projection in the Webinar EN 2018 Team!
Kudos to whomever posted 35_Cash Flow Calendar and Projection in the Webinar EN 2018 Team! Good documentation pattern to include a "Help" table explaining how to use the sample solution.…
-
Search Bar with Button
Hello, For weeks, I have been trying to create this formula, but have not had any luck (I am also not sure if this is possible. In this instance, I am working with 3 tables: Invoices, Products,…
-
appointment start and end without the hour
currently if we insert the appointment field in the print form we get something like this 12 Nov 2018, 08:00 - 13 Nov 2018, 16:00 by using Date: {start('Appointmentfield')} -…
-
Linking tables
Hi! I am sure that there's an easy way to do this but it escapes me. I have imported a Recipes table from a desktop, each record having a unique ID allocated by the desktop.…
-
Check if a field is visible
It's possible to check if a field is visible or no? Thanks