-
Half screen view
Hi. I have opened the same db on two different computers, Chrome on both. On one, the view for a linked table (form) opens fully but on the other on less than half of the screen.…
-
Graphic data per Year/Month
Hi, I have interest to view DATA by GRAPHIC. My DATA are information per month and year. It’s possible show all DATA per YEAR in the same graphic? This is the DATA:…
-
calculate miles driven
In a table BMW Miles I have columns date, miles, gallons, cost, distance. I want a formula to subtract previous.record.miles from current.record.miles and enter result in current.record.distance.…
-
Move value of field to a new field for entire table
Hello, I need to copy the value of one field to a new field in the same table but I need to do this for all the records in the table. I know I can do it for one specific record at a time but what…
-
Selecting specific records
Hi. I have a formula in table a looking up a value in table b. Value b has multiple records as table c looks up values from table b. Is there any way I can select specific records,…
-
schedule calculations for a tour
I am looking to do schedule calculations for a tour. I would like to calculate the arrival hour for each stage by entering only the departure hour. the calculation is simple but the formatting a…
-
How to set a value of a field if a subtable contains rows
Hi, I got a form which contains a subtable which links to another table. If I have a row in that subtable on this record, then I want a field to show a certain value (I want to indicate that there is…
-
Different layout for desktop and mobile
I would really like to set a different form lay-out when I open my DB on a desktop vs. when i open it on my iPhone in Safari.
-
LAYOUT & IMAGE
Hello, I have an image than contains a pdf. I created a button to print the layout with one element : the image. The goal is to import it. Here is my script : let myPdf := printAndSaveRecord(this,…
-
Default view
Good day, Some users ask me if their last view settings could be applied the next time they open the app. They use some filters and they would like those filters / columns to appear according to…
-
Embed /URL
Hi. Where can I find the embed code or the url to my database?
-
How to sort records on print format?
I have a table, and want to sort by a couple of the column. I got a good suggestion of creating a column with a the concatenated fields and use this one to sort. SO far so good.…
-
Send Email only once and when Text Block was changed
Hi! I want to get notified per email if a user has made changes on a thread or when a given deadline has expired. Regarding the first condition, there is a Text Block where the user can write…
-
Campo scelta
Ho un campo scelta di nome "test" con due valori: 1 = Si 2 = No perchè quando scelgo il valore 2 ("no") non mi appare l'alert. ho usato la seguente formula if test = 2 then alert("Valore basso") end…
-
Is it HIPPA compliant?
What information is there regarding HIPPA compliance law, for privacy of protected medical information, and can I use my Ninox DB for this purpose?
-
Firmen Signatur in der sendEmail Funktion einfügen
Hallo liebes Forum, wie kann ich denn meine normale Email-Signatur von meinem Outlook (so dass es genauso aussieht wie dort) in die Emails packen, die ich mit der sendEmail Funktion versende?…
-
change invoice logo and currency
How do I do this?
-
Time calculation
hello, I'm looking for a formula that calculates the hours from a departure time and which takes into account service Time. thank you in advancealain
-
Table/Print, Can I get the images to print too?
I'm using the menu item Table/Print. The pages open in my PDF app. The image fields have numbers. Is there a way to have the images (Photo) show?
-
Buton E-mail
is it possible to send an email by cliking a button ? thanks alain
-
Why was "void" inserted?
If I attach the following code to a button let a := 1; if 1 = 1 then a := 2end;alert(a);a it works as expected i.e. 2 is displayed if I replace "a:=2" by "let a:=2" or "var a:=2" I get let a := 1;…
-
Shared login
Good day, Is it possible that 2 users with the same profile share the same login? We use Ninox to manage some of our production information and we were wondering if 2 users with similar roles could…
-
trigger on create
I have table A with a reference to table B. When I create a new record on table A, I need to set the id of table B to a x value. So I write in trigger on create: B := x On Ninox Mac it works,…
-
Attach a pdf import to an image field.
How do I go about to import a pdf file into a field? I have tried to use the image field but when I get into the onedrive folder where I have these files they're all grayed out.
-
Date + Time
I have to separate fields, one is Date, that just displays the selected date, then I have a time field. I would like to create a formula that will put those two fields together,…