-
Calculo entre datas
Estou precisando de uma formula para calcular dias, mes e anos entre duas datas, como por exemplo para calculo de idade de uma pessoa. Ateciosamente Lucidio
-
Rename imported picture
Hi, Is there a way to automatically rename an imported picture in an image field? Thank youThierry
-
Updating a related record when using API
I have an API call that brings in the updated information on employees based on location. I have an employee table and a jobs table. The jobs table is related to the employee table as an employee is…
-
using old tables in new database
I would like to create a new database for 2020 that uses some of the tables from 2019, is this possible?
-
Scegliere il Layout di stampa
Se ho creato diversi Modelli di stampa con diverse grafiche, posso creare un pulsante che mi consenta di stampare tra i tanti solo quello desiderato??
-
storing old tables
I would like to reorganise and store some tables that won't be used often to get a fresh start for the new 2020 tables, is this possible?
-
Selecting multiple values
Would it be possible to acheive selecting multiple values in the below window. The set up I have is adding multiple values to a single item in this case 1 Plant has Many Properties and visa versa.
-
I think these little tweaks would be great!
I’d like to suggest that column headers wraps into cell so that cell height changes with text. This will make tables and sub tables look much cleaner. I’d also like to suggest that the iPhone Ninox…
-
"Print view" action generates .pdf in wrong encoding.
Hi, we are filling a table in Ninox cloud in Russian language, and after exporting table to pdf we can't read it, like it was converted to unknown encoding.
-
Code Snippets Manager/Organizer - Any Preferences?
I've tried a number of different workflows using apps/tools I already have to keep my Code snippets organized (Agenda, Notejoy, Trello, TextEdit -- but so far, I'm not satisfied w/any of them.…
-
Replacing data in an existing database error
I am not able to import a csv file into an existing database (using UTF-8) and replace existing data without it giving me the following error (Could not read file. Please choose another encoding).…
-
Webinars - Recordings?
Are the webinars recorded/shared anywhere to view afterwards? They're always in the early hours of the morning (around 2AM) for me so I'm unable to attend but feel like I could get some valuable info…
-
Formulas
Please I would like to know how to complete my database: I have a table with number of queries another with value of the query wanted to know how to do to have the calculation table:…
-
Best way to show "Created By", Modified By", "Created On" and "Modified On" on Forms and Views?
I notice that all default Ninox lists include "Created By", Modified By", "Created On" and "Modified On" columns that are hidden by default, but can be shown.…
-
Readable if and writable if, how to use these fields
I have two tables that I've made only visible to "admin" but I would like to let one other member of the team have access without giving her admin status,…
-
Segregate Forms
It would be fantastic to be able to separate the forms out so that you could set up a main menu and other custom forms, similar or along the lines of say MS Access or Soft Velocities Clarion for…
-
Copy a reference field into another reference field
Hello, I’m completely new to Ninox and I’m trying to create a database for my business. It contains Products, Customers and Invoices tables with a Line items subtable of Invoices.…
-
Link to file on computer
Is there a way to link text to a file on my computer? Click the text in my database, the linked file opens.
-
Adding time to date
Hi, I'm importing a field with a weird date format and have been able to pull out all the parts using index &sub string commands but when I try to convert to a date,…
-
If statement not running
Hi I am attempting to run the below code and I have encountered a problem that I cannot seem to resolve! Everything works except the bold section, which I don't think is actually running.…
-
Poll: are you using the visual or the text editor in formula editing?
Survey for the Ninox developpers team. Please answer with visual or text.
-
"This formula may not change the data."
I have a button to create a file : 'File XSPF' := createTextFile(this, 'Code XSPF', Name + ".xspf") I have a formula field to open the file like with a button :…
-
Convert decimal into fraction
Hello, I am looking to create a formula that will convert 'Number' from a decimal value to a fraction value. For example: 0.5 to 1/2, 0.75 to 3/4
-
I want add 3 months future date with click of button.
code attached to the button is let YR := year(Date);let MO := month(Date);let DY := day(Date);let DT := date(YR, MO + 1, DY);for i from 0 to 3 dolet j := (create Register);j.…