-
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.…
-
Sum with multiple condition (dates and multiple choise field)
Hi, I searched a lot but found nothing that is right for me. I have this formula. Basically I would like to sum the expenses between one date and another but which have as their parameter a specific…
-
Formula for calculate total of recurring expenses
Hi, I've been looking but can't find a simple solution to my problem. I have recurring expenses recorded in records where there is a start date and an end date.…
-
Restrict Duplicate entry
Hello, I need help from you people. I have a code in a field (Record ID) in "trigger after update". It works to delete a new entry if it has the same ID.…
-
code TRIGGER AFTER UPDATE
Hello eve Hi everyone, I need help with a "Trigger after Update"As soon as I select from the Combo box "Chi?" automatically must select the same answer in the "Consulente" combo box.…
-
Selecting
Hi I have a table with "date" and a "Type" Ind a function field i want to show the last date with type 2 last(tablename.date) where tablename.type=2 I can get the last date with last(tablename.…
-
View does not sync to my mobile devices
Hello. when I make a view in admin mode in the Mac app on my Mac, it is not synced to my other devices like my iPad and iPhone over iCloud. I tried to find something about it in the manual but I…
-
How to show image with '-' or other special character in URL?
Hello, I need to store and show images from e.g. digikey.com.The digikey URLs for their product images contains special characters like '-' and the url is a HTTPS url.…
-
http with method post
Hello, i try this code bellow in a button let response := http("POST", "http://localhost/test.php", {myParameter: "myParameterValue"}, {'Content-Type': "application/json"});if response.…
-
Collaboratori al team
Salve, come si può fare per creare delle password diverse per ogni collaboratore al fine di avere accesso al team e disporre di database diversi per ogni progetto?
-
Whats the default Username and Password on Server version?
I have installed the server version and its running on port 80 but I couldn't log in. What's the default username and password? Thanks!
-
Need formula for Button to create a new multi line text field
I would like to make a button that would create a new multiline text field within the current record. This way, I could add a new note/comment as needed, for each record.…
-
extrapolate number of month of current year from 2 dates
Hi, I need to extrapolate how many months of the current year there are between 2 dates. For example: I have 2 dates 05/01/2021 and 05/01/2022. I would like to know how many months of the current…