-
Is it just me, or has the Ninox updates and new feature releases gone... Stagnant?
It appears that Ninox stopped rolling out new features, as well as updates. I was very excited to try the new text editor, months ago, but they reverted back to the original text editor.…
-
Format total hours worked
Hi. I have a formula that returns the total of hours workeed. For example, starting at 10 am and end at 14 pm returns 4:00. Anyway to format the 4:00 to 4?…
-
is it possible to export a view to excel?
is it possible to export a view to excel?
-
Request for a new order: "openFile"
With the new "on click" trigger it is possible to insert an openRecord command:For example, in a formula field, you can place a call to an image field in the formula script,…
-
Request for a new command : "openFile"
With the new "on click" trigger it is possible to insert an openRecord command: For example, in a formula field, you can place a call to an image field in the formula script,…
-
how to sort the list of attached files of a record ?
I try : sort(concat(files(this))) but it seems it is wrong ;-(
-
Inserting a record in a Child Table from a Script
Supose I have a parent table with 2 fields and 2 records, linked to a child table: Table: "MASTER"Fields: "PK", "COLOR"2 Records: (10; "Blue")(20; "Red") And a child table with two fields: Table:…
-
Chart - pie
Is there any easy way to show a pie chart with data, for example, how many statuses do I have? 100% all rececord status "done" =? etc
-
Update but only non-existing records
Hi, I am trying to update a subtable but I want that, if it already certain certain records, create only new ones. With the code below if certain records exists, it is duplicating the records.…
-
Help with "do as server" script
Hi all, I have a button with code to create a number of records to a subtable... The code is: --- let reply := dialog("Confirmation!", "I will create " + '# of Payments' + " records, with Bill Data.…
-
Scripting a CSV / Excel Export
The Export as Excel / CSV function only allows global access to the function, rather than table by table. It would be good if exporting an Excel or CSV could be scripted into a button,…
-
iPad keyboard cursor keys not working
Using a keyboard with the iPad, the cursor keys do not work when editing programs or data fields. To navigate, you need to tap exactly where you want the cursor to be. Very annoying!
-
How to “Show all records” for a table?
Hi there! Is there some command, script or anything to “Show all records”? Anything that show not only all records that could be HIDDEN (using the “Selector Checks” at left),…
-
Is there really no undo function?
I'm on my second day with Ninox. While trying out a lot of stuff I did some mistakes I could not undo. I searched in the manuals and could not find anything about an undo function.…
-
Formula to show User name change the specific value
How to show the user name that change the specific value. For example, the person mark the check list.
-
Display Formula as Month?
Is there a way to have the results of this formula appear as "January?"
-
Force form size
Is there any way to force the size of a form to fill the whole screen when a user clicks on a row of a view ? Jaime
-
Crash Ninox
Hello,Since the last versions of Ninonx and ipadOs. Ninox plants regularly. Whether by modifying a database or simply entering data. I restart my ipad, copy the database etc. The problem persists.…
-
Copy to system clipboard?
I'm using Ninox Cloud, and want to create a button that copys a block of text to the system clipboard. Is there a function to copy to the system clipboard, or is this not possible?
-
Subtracting table values
I have built a data base to track my investment savings which I update monthly. When I add the newest value is it possible to subtract the previous value to calculate the variation?…
-
Force form size
Is there any way to force the size of a form to fill the whole screen when a user clicks on a row of a view ? Jaime
-
Prevent users from modifying views
Is it possible to prevent users from creating new views or modifying existing views in a table? We have specific fields that we don't want to show to all users,…
-
Posso com um campo de um banco de dados abrir campo em outro banco de dados?
Tenho 2 bancos de dados conforme em anexo. Um com agendamento e outro com Prontuario medico. Preciso que por exemplo quando clico em Jose Pedro no agendamento ele leve para Jose Pedro no Prontuario…
-
Posso com um campo de um banco de dados abrir campo em outro banco de dados?
Tenho 2 bancos de dados conforme em anexo. Um com agendamento e outro com Prontuario medico. Preciso que por exemplo quando clico em Jose Pedro no agendamento ele leve para Jose Pedro no Prontuario…
-
Creating a Unique Sequential Record Number
I have a table (Table1) with a date field (Date). I'm entering new records where the date may be earlier than the date of a previous record and then sorting by Date to view the table in date order.…