-
Ninox Manual
What's with the two different manuals? One is almost complete and the other is in developement.....
Not satisfied! Is this how they justify the new prices?
-
Calculâtes a dû ration ?
hello, I would like to calculate a total duration with a variable and a fixed duration of 15 minutes. example 4x 15'. thank you
-
Insert paragraphs/line breaks into email button?
Does anyone know how to create paragraphs please? I have a button that opens an email using openURL and mailto:, and inserts the text - some of which is in the code,…
-
Verbindung mit google Calendar
Hallo zusammen. Wir haben in der Familie eine Familienapp (Familywall). D.h. integriert ist hier ein Kalender, in dem jedes Familienmitglied seine Termine erstellen kann.…
-
Phone
Hello, When I click phone to make a call on my mac, skype opens. Can we go through the mac and not skype? Thanks
-
Google Forms integration with multiple tables
I have a Google Form and two Ninox tables. I am using Zapier to glue them together (if that makes any difference). What would be a good pattern to split the data from the form into two tables while…
-
Ninox cloud app unavailable
the app would not load on Chrome... does anyone have this problem ?
-
Select last child record
Hello, Yearly, I create a new Royalties record that is a child record of a Composer table. To calculate some fields, I need to find the last record of the composer.…
-
Help with a simple formula!
I need help with a button! The purpose of the button is to notify a family member to check their email for a photo we sent to their child’s primary physician with an update.…
-
How to copy fields on create
I have two tables: Clients & Offers. Whenever I create a new client, I also want to create a new offer and copy some fields from the Clients entry, like First Name.…
-
Warning message for expiring TO DO
I would like to have a warning message when the "TO DO" are about to expire and when they are expired. So I tried to build this formula: if days(Data, today()) > 0 and 'Stato TO DO' !…
-
There is way to choose a color coding in external calendar based of different tables?
I am an event photographer and I need to synchronize both the events for a specific date and the leads for specific dates in an external calendar (google, ical),…
-
How to remove a member from a team?
How to remove a member from a team?
-
Submit Button
Hello All, I need a little help I am trying to create an automatic eletronic signature for our contractors, so that when they read a training document they press a 'Sign' button and this will then…
-
Problem of links between two tables
I have created a "musicians" table and a second table *band *. I have linked the "Band" table to the "musicians" table in order to distribute the musicians in the bands.…
-
Recall data automatically
Ciao Please, I'm asking for your important help...How can you do it, by typing data in a new field automatically search if these data are already present and, if they are present,…
-
Impossible to modify "choice values" in all "Choice" fields
Hello, I can't modify "choice values" in "Choice" fields. It's possible to create new values but not to change already existing values. Have been trying for hours..…
-
dd/mm/yyyy
Hey, I'm working on the the cloud version on a mac in safari. I need to be able to enter dates on my form not in the american format (mm/dd/yyyy) but in the way the rest of the world formats dates…
-
Is there a manual in spanish?
I´m tryng this aplication but I need some information for working , I need help in spanish , is this possible?. Thank you
-
Alert message on CloseRecord
Hi guys, i want Ninox to check that a certain field is not null when closing the record and alert me if it is the case. if Type = null then alert("Remember to fill in the *Type* field")end it works…
-
Action after clicking on "send email".
Hello everyone. I have an email field for weekly reports I need to send out. When I click on the "letter" symbol of that email field, which will open an email in my Outlook,…
-
Use a date to lookup a table to get a code
I've built my database which I use to see progress as I complete tasks. Thanks for all the help so far! When creating a new data 'page' I seen to have to take a number of steps - too many clicks -…
-
Sales growth
I am trying to display how my sales have been increasing/decreasing over the year. It would be interesting to see how many orders have been made in a week/month.…
-
4 week running average
As a truck driver, I get paid by the mile. I need help figuring out how to look up and calculate the average miles driven in the last 4 weeks (6 weeks, 13 weeks).…
-
Order by desc
I have this in a function let s := this;let ntxt := "";for d in (select Orm where Dato > today() - 365 and Heste = s) order by Dato do ntxt := ntxt + d.Dato + " " + d.…