-
Preventing filed duplication that contain alpha and numeric values?
I currently have a simlar fomula to prevent a unique refrence filed being duplicated if is a number, however my client refences are a mixture of letters and numbers (i.…
-
SQL "In" Script
Dear all, hello! I am new to Ninox and really excited about it. Great job guys. I need 2 different things as described below: I have a parent table who adds records in a child table…Customers ->…
-
expire date
Good morning i have table where i have one Field call start date , one field where i need put the duration in months and one field where i need to calculate the expire date ,…
-
Untertabelle Summe
Hallo zusammen, ich würde gerne die MwST aus der Summe von der Untertabelle berechnen, geht das?
-
Doppelter Datensatz vermeiden
Hallo, ich benötige mal eure Hilfe für folgendes Problem. Ich möchte gern vermeiden dass ein Datensatz (Textfeld "Vorname" und Textfeld "Nachname") in einer Tabelle (Kunden) mehrmals hinzugefügt…
-
Best way action to selected records
Hi, I need some help, because i dont find a solution for my basic of basic problem. Ok then i have a simple table Contact. In this table i have many records. Thes basic from basic.…
-
"Readable if" for specific user group
We want admin group to see everything, but we want other users to only see information about themselves. I used the user() function and provide that other users only see information about themselves.…
-
locking a field
How can i lock a field after pressing a button.
-
Data Model Tab/Page is Blank? (Beta)
Hi all, I hope everybody is well!! ... :-) Is anybody else having this issue (Ninox Cloud/Beta version), or perhaps I'm just missing something? In Admin,…
-
Search Files by text in filename or for records that have files attached
e.g. I have an attachment called amd.pptx in one of my tables somewhere. I can't: a) search and find which record has the file b) search or display all records that have files attached I'd like to do…
-
Dialog box from Update trigger
I cannot get a dialog box to popup if I put it in the 'Trigger After Update' script. I can get an Alert to popup from there - but not a dialog. I can copy/paste the same dialog into a formula or…
-
Programatically set image field content
Is it possible to set an image field using the attached file with built-in scripting functions? ie, image = file(this, Name + ".png")
-
Bulk email through Ninox
If you are sending an email to more than 1 client through Ninox, I see it addresses each client and clients can see other clients. Is there a way to do this as BC (Blind Copy) Currently using the…
-
create an array with a multiple values
Hi. How can I create an array containing the outgoing values of a loop for?
-
How to print the several fields of one record over 2 (or more...) pages?
I need to print a "front" and "verso" A4 sheet for each record, distributing their fields across 2 pages, but I cannot see how to insert a page break to separate the 2 pages.…
-
Could someone explain to me please how to use the Trigger after open?
Hello, Could someone explain to me please how to use the Trigger after open? When I click on it it s all empty... Thank you
-
Creating a Database for a client? New Team or Referral Account or Partner Account?
Hi There, I am looking at creating a ninox database for a client, I currently have my own database for my business, but I'm wondering which is the best way to go about it?…
-
Not grouping properly. See the photo
Attached is the photo of my problem. I have a DATE FIELD that is not being grouped properly.When I see the Date Field as a NUMBER, I can see a small difference.…
-
Alert with a Yes or No option?
Hi, Is it possible with Ninox to create an alert with a Yes and No button? For example before to do an action I would like an alert to pop up saying for example : Are you sure you want to continue?…
-
Data security issue - Disable "Share my view" options to other users/roles
Dear Sir/Madam, Currently our company is facing data security issue as I couldn't stop other users from exporting my data through the Share my view options.…
-
Turkish character pdf output problem for Ninox Private Cloud & on-premises platform
We have a problem for Turkish Characters in Ninox Private Cloud & on-premises platform. We communicated with ninox support but we didn't get a result. Can you help us?
-
Greek letters not diplayed properly on PDFs
When I export a document in pdf (print PDF) the greek characters do not appear as expected. Can I use greek letters in my invoices?
-
Clearing Multiple Choise selections dynamicaly
Hi, I would like to clear the choices in the multiple-choice when the yes/no selection is false. How do I instruct a multiple choice to clear? Thanks stay safe
-
Try to print a view using the code example from nioxus 600.08 with my own filter. Code shown here returns nothing. Any help is appreciated.
let i := null;let xCurrRec := Id;let xBeg := 'BEG Date';let xEnd := 'END Date';let i := (create 'G-Reports');i.('S-Date' := xBeg);for j in select Grants where Date => xBeg and Date =< xEnd dolet k :…