-
Ninox Community Group
Have you already discovered our official Ninox community group? A space for you to exchange with like-minded people about all things Ninox. Share ideas about how to build efficient solutions using…
-
How can you, in code, make a post to the record's comments when a button is pressed?
I have a button that sends an email. We had a situation where we weren't sure whether or note an email was sent for a particular record or when. I've been asked to either add an entry to the record's…
-
Fix this forum so you can post a question even if you have forgotten to log in
What a mess this is. Don't forget to log in before you try to post a new question.
-
Ho un problema nel creare un campo di testo che deve contenere i dati di testo di più campi in automatico. Faccio un esempio Ho i campi 'Ingrediente', 'Fornitore', 'data arrivo merce' e 'DDT' questi dati devono essere presenti tutti nel campo "text" che mi serve per creare un Qr code
"questo è il codice per il Qr code e funziona se io metto i dati a mano nel campo 'text', ma non riesco a generare il testo aggregato di più campi proprio nel campo 'text' if Barcode then Barcode :…
-
Devo creare un campo di testo, contenente il testo di più campi della stessa tabella e di altre, non ci riesco... mi potete aiutare? Ho provato con questo codice ma il campo non si popola di dati
(let Text := Ingrediente;void) + 'Data Arrivo Merce' + Fornitori.'Denominazione Fornitore' + 'DDT n°'
-
font size
how do you change font size in a card
-
Question on Trigger Script - automatically enrolling the students of a class when linking a course to the class
Hi everyone, New to Ninox, I want to put a very simple script that automatically registers the students from a class when a course is created in this class.…
-
Image fields are goofed up. Take a look. What is going on?
I have 4 image fields in my records. I drop an image in image field 1, it goes there, but it also replaces the image in image field 4. Oddly, the table list view is reversed. Look at my screenshot.…
-
Update needed badly.
I'm on the beta team database. I see that there's work being done to change the appearance of the cloud database. OK, but I hope you folks are working on an app update. It needs one badly.…
-
Detailed view on calendar
Hi, I'm trying to do the following.I have a reservation with two dates, a "check-in" and a "check-out" in which there are people who participate. These people are in the "persone" database and the…
-
Color as background
Hi! I'm trying to set color as background. It has to be like: if the result is "MONTAGGIO" it has to be RED if the result is "SMONTAGGIO" it has to be ORANGE.…
-
Programming reference manuals
I am looking for a good book about programming to help me learn how to program Ninox databases. I am not sure whether to purchase a book on java script or something else.…
-
Examples using SELECT
I’m a high school Economics teacher and I’m trying to create a simple bank system to teach my students how to manage their finances. I’ve successfully created a database that will update a running…
-
Please can you suggest a design strategy for a Student Attendance module...
I'm relatively new to databases and Ninox so would appreciate some help! I want to create a module within a larger database that allows a teacher to keep a record of whether or not students have…
-
Print a table list and hide a column (field)?
How can I print a table list with a hidden column? I get a great printed list with table print, but I want to hide a column (field) that I am using as a filter,…
-
Date-period before and after
Hi! I'm looking for a formula to check if a date-period is before or after an other date-period. The response of the formula can be "yes" or "no". Is it possible also to personalise the response with…
-
scroll on touch screen didn't work
I am a new user on ninoxeveryday using ninox with microsoft surface, everything works normally when using the keyboard and mouse but when i use the touch screen i can't scroll pagesis there a…
-
Maximum size
Can anybody help me?I am trying to create a database for the management of a warehouse with about 25,000 items and it is blocked.What I can do?It does not work in the Mac App or in the cloud.…
-
left pad function not working on mac os app 2.6.9
left pad function not working on mac os app 2.6.9 I get always the failure: "Field not found" (but the Field exists ...) Example: left pad(text(month('Ticket From')), 2, 0) I have also tried https:…
-
Auto scroll when moving objects in a long record layout in edit mode
It is far too difficult to move object when a record layout is longer than the screen. We need auto scroll when dragging past the visible screen.
-
trigger after delete
Hi. Is there a way to execute a code after delete a record? Thanks Fabio
-
Find X records and Y records with one find?
Is there a way to find records that are say X and others that are Y in the same find operation? All I see find can do is narrow a seach using all of the search words.
-
Rendere univoco un campo
Ho importato in una tabella un DB creato precedentemente, fra i vari campi ne ho uno in cui inserisco un codice che identifica il ricambio, vorrei renderlo non duplicabile,…
-
Trigger after update, field
Hello I Can't find the response of my problem I have a field that has a TRIGGER AFTER UPDATE function, i need when the field is field in to update 3 fields below.…
-
Test condition
Hello. what is the expression that tests whether a field is filled or empty.? thank you Alain