-
Main Menu
Good morning, I have a database with many tables focused on machine maintenance in the company where I work. I have a table called Main Menu, as shown in the image.…
-
FeatureRequest: Show FunctionDefinition in Editor
Hi there, Wanted to open a record via script, so I opened the Editor, wrote "openRecord(" aaaaand..... questionmarks in my head. How does this function work, which parameters does it need.…
-
Reference field? Where do I find that?
Hi all, I'm a little confused, just asked ChatGPT a question but its referring me to a reference field which I cannot see. Can anyone assist? This is the ChatGPT question and response:-
-
Table architecture with a 3 levels or deeper hierarchy
Hello friends, By any chance is it possible to have a Table architecture with a 3 levels or deeper hierarchy in Ninox? Below is the current structure of my database and desitred structure (if…
-
Global Variable - Permissions (possible bug?)
Hi community, I have a global variable that is used to check field permissions. It is: function permCheck(permission : text) do let currentUser := first(select 'System User' where int_linked_user =…
-
Separating List into Objects
Hello, I have a list of items that are separated by commas: Objects = "Red, Blue, Green" I would like to convert them to objects, and loop through each object to see if a condition matches. Ex.…
-
italic text
How can I write in italic text in a text box?
-
Getting the Year & Month between two dates
I created a convoluted formula to calculate the age of a student at the start of a course. The basic idea is 'Course Start Date' - 'Student Birthdate' I was hoping someone could give me some pointers…
-
Relative record numbers in a table
I want to grab a subset of a table. Then display the subset in a view and have the view numbered from 1 to the count of records in the view. In other words,…
- Answered
-
Hiding new icons etc.
With the launch of 13.3 (very nice indeed) this script needs a little tweaking because it does not hide the new 'Edit mode' toggle. Can anyone rectify this? I don't have a clue :-).…
-
A quick TIP re buttons and field formats with 3.13
I was under the impression one could save a 'style' for a button and simply paste it to each in turn. If you can please advise how but here is a work around if you cannot.…
-
Dynamische Drucklayout - conditional line breaks
Hallo Zusammen, ich mache ein dynamisches Drucklayout und muss Zeilenumbrüche aufgrund von Inhalten machen. Es ist mir klar, dass dies auch via Script geht, ich würde es aber gerne im Template können.…
-
Upload file with Ninox API REST
I’ve been trying to upload files via the Ninox API for quite some time. With the invaluable help of Ninox’s technical support, I’ve finally managed to get it working.…
-
Please check this email script
Can someone scan this to see if there is any reason why the email suddenly stopped going to me. I have added a comment at the end of a line to show what I changed.…
-
Databases and tables
Learn more about structuring and organizing your data Databases A database is a collection of data structured so that you can easily search for and retrieve items.…
-
Complex criteria for Select
Hi, I am working on a project which requires a dynamic choice field to be populated by the results of a select based on one or more of four criteria. The criteria are selected at the top of a…
- Answered
-
Dynamic height of table view
Dear Community does anyone of you have a css or other idea how to make a table view always being 100% height? In my case I am using some pages with tabs.…
-
Stopped working for me
if s2 then let reply := dialog("
M A J O R - Non Conformities", "This Audit was not compliant. Therefore, major non-conformities will be reviewed within 14 days. Include new Audit Time.…
- Answered
-
Record reference numbers
I would like to have a reference number for each of my records that follows onto the next record. for example my first record is 0001 and I would like the next record to automatically be 0002 and so…
-
Ninox http Request broken; maybe during update?
Hi there, just wanted to create a CRM trigger in my Ninox; that's basically an http call towards an n8n instance. It was built long ago and I didn't change it.…
-
Add/Insert record on button click
@Fred Hello, I am trying to create a new record on button click, however it is not able to find the specified column in the target table. Am I missing something?…
- Answered
-
Ninox data schema
How can I get a nice full data schema for my whole database, including tables, fields, relationships, scripts, related references. any ideas? something like this would be amazing https://dataedo.…
-
Image size
Hi guys, I would like my image to be full size, but it only gets a certain size. I'm picking the image from a "backend folder"- (select BACKENDFOLDER).FrontImage What am I missing,…
-
Tabellenspalten in Ansicht mit Bezug auf Feld des Datensatzes, wo die Ansicht angezeigt wird, konfigurieren
Hallo, gibt es eine Möglichkeit eine Tabellenspalte in einer Ansicht (von einer anderen Tabelle) mit Bezug auf ein Feld des Datensatzes wo die Ansicht angezeigt wird zu konfigurieren?…
-
Query regarding View Element
@Fred Hello, I was going through your post " https://forum.ninox.com/t/g9hbyt2/pass-current-viewing-record-id-to-a-view-element-column-formula " as my query is also almost the same,…
- Answered