-
How to calculate years and months from a date to the current date?
I am new to Ninox and haven't yet learned the scripting language. I need to calculate the length of time in years and months from one of the dates on my form and insert it into another field.…
-
How can I reference the present record/table in a select statement?
I want to use this select statement in a trigger after update in my Projects table: select Invoices where SameAsProject = true and Client = Client I want the first Client to reference Client in…
-
Multi-dimensional array
I'm just pointing this out. The Table is an array of objects and it can be assigned to a variable. I don't know what the size limitations are, however. If you made a Table generic enough,…
-
check box report : When yes print X
when I set a "checkbox" field yes / no. How do I get an "x" for Yes and empty for no in the print report? tks
-
Please create a configuration management utility that can be used to export / import design configuration between Ninox databases.
I am going to add this into the Change Request database. but I thought I would also add it here to get more feedback.. Please create a configuration management utility that can be used to export /…
-
OpenFullscreen
Esiste un modo per aprire un modulo alla massima ampiezza alla sua apertura, senza creare un pulsante? Ho provato la seguente formula Let a:= the If num !…
-
Print report not the same in iOS and Mac OS compared to web app
Cannot print čćžš letters or emojis using printout with web app. It works perfectly using iOS and Mac OS (desktop app)
-
Since Ninox upgrade on the Mac, rich-text fields are now read-only
I can no longer edit my rich text fields since updating to 2.6.0 on the Mac. The previously-entered info is all there, but the fields have become read-only. Any cures?
-
How to display an array
Good afternoon to everyone, I have an array of names (John, Jim, Joe) and I want to display it on a layout not as a text field but as... an array in fact. Like a spreadsheet where each rank is a name.…
-
iPad/iPhone button to take photo with camera
Hello, I want to create a button for iPad/iPhone version , that when clicked, iPad/iPhone camera takes photo, and links it to the Image field. What would this formula be?
-
API call on foreign API from Ninox WebApp
I'm trying to retreive Information from OpenProject API. The following Code works in my iPad, but not in Chrome: let response := http("GET", "Openproject URL/api/v3/users/{my User Number}", null,…
-
Images stopped opening on tap
I had set up a "default" static image from the great advice in this thread: https://ninoxdb.de/en/forum/technical-help-5ab8fe445fe2b42b7dd39ee7/static-image-5bc220e925979e54233efc49 For some reason…
-
The new “on click” trigger of formula fields in v2.6
I've a lot of formula fields which make reference to image fields. A click on the formula field opened the prevew of the image in normal size. With the v2.…
-
How can I show the data on the chart in View?
I want to add show the data on the chart, but it is unable to show. Do I need to add some formula on the chart? If so, please let me the formula?
-
How can I prevent blank records from being created in tables?
Is there any way I can prevent blank records from being created in tables? Thanks!
-
v2.6 Mac RTF field not working?
I like the enhancement of the editing options, but I can't seem to be able to edit this field any more in the mac version since the upgrade today to 2.6.…
-
Question about Ninox Version and Upgrades
How can i tell what version I have? I'm on Mac OS. Is version 2.6 only on the web only? Is there a cost associated with it?
-
Control Order of Linked Table Selections
I created a link between a type table and my item table. On other linkages, I was able to sort the displayed pick list by a specific field and have it "stick.…
-
Parse date(today) into a fixed - user local independent - format?
Dear All, 1) How can you ensure that the output of function today() is independent from the user local? I get different formats of the same date depending the date format settings of the user.…
-
How do you print an attached file from ninox
Does any body know how to program a button to print an. attached file...? Specifically:
-
importFile issues with a link to a file that forces a download
Hi, I'm integrating JotForm with Ninox for a client and having issues adding a file that has been uploaded from a form into Ninox. I'm in a position where I have the image link in a field in Ninox,…
-
How do I code the following: Select from a combo box, each item has a value, the value reflects in a different filed. If there is nothing selected then the value in the field must be 0?
if text('Year 1 2017') = "Council Reg" then 'Council Registration' := "1200"else "0"
-
How to create a new form layout without all fields being displayed?
I've created a table of contacts say with only the two fields "First Name", "Last Name" and can see both fields in form view. I would like to create a new form view that only shows "Last Name" but I…
-
Report format
When I click on the report button I gen a very bland report. Is there any way to customize a report.
-
Any idea of how one record can use data from on field of another record (from the same table) and add data to it ?
One drawing can be more explicit. I am trying to do this : To be more specific, I am trying to make the "ancestors filed". Two records have one child, so the child have two parents.…