-
How do i test if a textfield is empty?
I want to show a field only if another field is not empty(trigger on the field level). Did try several options as: field != ""
-
Button/Timestamp
Afternoon all, I am Ninox newby and I am trying to get my head around the coding language/syntax. What I am trying to do is to trigger a timestamp (DD/MM/YY) inside a formula field (called 'Time…
-
Pushing a value to a Choice field
How do I set a value in choice field through function, I know getting a value is if contains('Test Cycles chosen', "NEDC") thentext("Y")end But now I want to reverse to do this - if 'Y" then 'Test…
-
Choice change - Order status
I have single order with multiple partnumbers, and order has it's own status(choice) "Ordered", "Delivered".... also Every partnumber has also status(choice) "Ordered", "Delivered" ..etc..…
-
Data Usage
Hi, three of our users are having trouble inputting data on their i phones. I'm suspicious that we may be getting close to our maximum data usage. How can I check this?
-
Make it possible to move a Mac Finder window by clicking on the whole top area
In Ninox for Mac, there is an invisible border in the top area of the Finder window. Below the red line, you can drag and move the window. Under the line, you can't.…
-
How can I quote all the information in the A data sheet to the B data sheet? thanks
How can I quote all the information in the A data sheet to the B data sheet? (Data table reference, unable to copy and paste information) thanks.
-
send email from a different address
It's possible to send email from an adress that is not in the team?
-
Attachments
How do I add an attachment field?
-
Multipage PDF reports
It would be great to be able to easily create multipage PDF reports. We are trying to use NX to manage contracts that run into about 5 pages and it appears to be a difficult process to do this right…
-
Creating templates
In Acess, one can view the data in templates rather than tables. I cannot find how that is done in Ninox
-
Problem with send mail script
Hi, I paste the script below in the formula block of my button and change email from and to But i receive this error: "expected symbol:} at line 2 column 4 in this script" Can you help me about this ?…
-
Are there any plans to increase the functionality of the Rich Text field?
Are there any plans to increase the functionality of the Rich Text field? For example (but not limited to) - Support indented lists... such as indented outlines?…
-
In Ninox's WEB , when we have Many Views, some Views doesn't appear in the screen
In Ninox's WEB , when we have Many Views, some Views doesn't appear in the screen, and it's not possible to select that Views
-
New Website Bugs
Hey Team, I saw that you guys updated the front page and menu of the website. Great job! In the meantime, I found a minor bug. this are the screenshots of the top menu when I get loaded in the page,…
-
Debt and credit
I have 3 columns for debater, creditor and balance. What formula do i need to show the balance columns. So the balance columns it is a difference of the debtor and creditor based on the picture…
-
Correct loop syntax
Hi guys, I am trying to copy and paste a column with a more than 500 cells into another empty column through the use of a button. The mentioned button contains the following formula: let a :…
-
How to make more than one selection for a single field linked to another table?
Hi, I have a table called "People" and a table called "Movies". In my "Movies" table, I have a field called "Translator", which is linked to my "People" table.…
-
Date field color
Does anyone know the code that will make a date field show as a color until the date is added? I want the field to stand out as a critcal item. Thank you.
-
Can I create a single view that contains fields from multiple tables?
Mutiple tables > single view
-
Copy and Paste a column using a button
Good afternoon all, I am pretty new into coding/ninox. I need a code that can be triggered through the use of a button and allow the user to do the following:…
-
One of my tables has automatically been nested in another. Why, and how can I revert this?
Hi, I've just started using Ninox, and I'm running into quite a few issues... One of them is as follows: I had two separate tables ("Personnes" and "Films"), but, for some reason,…
-
Insert Date in Calendar after Validation
Hi, I'd like to insert in the calendar a date just when a customer confirms it, is it possible to validate a date with a checkbox like a "yes/no"
-
Update multiple choice
Hi there. Some help with a trigger needed here, plesae! In a multiple choice field I have 40+ choices. Is there a way to set a sort of "select all" button without having to click 40+ times?…
-
Make a formula field concider code as plain text
How to make a formula field ignore a line of html code. As if I would want to write an exemple code to appear in a formula field in my text but I dont want the code to be « used »,…