-
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,…
-
Strange Math?
I created a formula to multiple a currency number field by a percentage number field. In this case the results should be 30 since $60 * 50% = $30. Ninox shows the result as $3000. That's not right.…
-
Unique number
Hello, I have several tables (médical vacuums, défibrilators...), in each table there are the different devices referenced by an internal N°. I am looking for a formula to check that the internal N°…
-
Coloring tables or cells based on formulas
My apologies of this is a simple question. I'm not too familiar with the platform but would like to color columns based on formulas. Currently, I have a "Lead Market Delivery Column which contains a…
-
Backup
Congratulations on your application. Your help was invaluable and I managed to make a very good application for my office. I would like to ask how can I backup the usb stick file with the data I have…
-
Basic for Loop wont work
Hello, I am having issues with the below loop, at one point it was working not it isn't. All it is doing is looping in a sub table of attendees to see if an existing person is in there if not add…
-
formula (fx) with email retrieval and personalization of subject and content
Hello, I want to send an email with personalized subject and content fields but I want the email address to be that of my base and I don't want to enter the email address every time.…