-
Full Summary of Scripting Commands?
I would love to have a summary of all the scripting commands possible in Ninox. I have read the manual, but there appear to be many other commands that are possible.…
-
Programming Language
Good Evening i just wondered what language Nino used for scripts etc. Is it sql?Are there and tutorials or references?thank you
-
Why is part of this script not pre-filling data in my form?
Here's the code in my script, attached the State field of the form. let strState := upper(State);State := strState;let SearchTerm := strState;'State Website' :…
-
How To Convert a multiple choice field to a choice field.
Did you make a mistake in designing your database and used a multiple choice field when it was supposed to be a choice field? With this trick you can convert the multiple choice field to a choice…
-
A very technical question
Can someone tell me the signification of Ninox ? I know it is the name of a nocturnal raptor in Oceania but so what ?
-
How to hide subscription notification
Hi, I use Ninox for a personal proyect and I don't need the cloud. Does anyone know how to hide the expired plan notification? It gets too much space on the screen. Thank you!
-
Cloud Services
Once I have a cloud subscription will my databases be saved in the cloud and if so will they be visible to anyone who has my user name and password?
-
Formula returning the ID number of the field not the value
Hello all, Any ideas why this formula is giving me the target record ID number rather than the value? let x := 'Our SKU';let priceMin := first(min((select 'Supplier List')['Our SKU' = x].…
-
How to add an attachment from the print option to an email
Hello, I have created a button to send emails to my client which works well. I am now trying to export a pdf document from the print option in the top right of the database.…
-
Search text in table
Hi Can someone tell he the way to search text and not nunbers in the table ? Ie > Search the letter "T", I mean one T, (there are TT or TTTT..)
-
Owner Rights
The owner of my database has no access rights, nor am I able to assign any. What's going on?
-
Is there a way to enter the location based on a formula?
I delete and then update my data table from an API. I need a formula to update this. Any help is appreciated.
-
Table with lots of records does not open
Hi, I have a table which contains roughly about 30000 records and because of the size it won't open. Is there a workaround?
-
Finding a specific entry in a many-to-many relationship
HI, I have three tables: - PERSON - a repository of historical figures- TIMELINE - a log of historical events- LINK - a table that permits PERSON and TIMELINE to be joined in a many-to-many…
-
See a linked table without using a magnifying glass
Hi I linked 2 tables : table 1 ant table 3 goût,To see table 1 when I am on table 3 goût I must click on the little magnifying glass.Is there a way that this table will automatically appear without…
-
I've set up an email box and put my email address in, but it doesn't seem to work - Is there something that I need to do? I am using a MacBook Air
I've set up an email box and put my email address in, but it doesn't seem to work - Is there something that I need to do? I am using a MacBook Air
-
How to get sub-table with REST API
What is no problem: Accessing a table or record and read text fields. - retrieve a table: https://api.ninox.com/v1/teams/<teamId>/databases/<dbId>/tables/B/ - retrieve it's first record: https://api.…
-
How do I import charts from one view into another?
I am trying to create a Dashboard where I should be able to show all charts that I had created in different views in different tables?
-
Can another team member upgrade to the Ninox Cloud on behalf of the owner
Can a team member upgrade to the Ninox cloud if other than the "owner" or on behalf of the owner or can the ownership be changed once activated?
-
Link/Group Fields in Print Template
Is there a way to group two or more fields/objects in a print template? I have a text field that I want to stay directly above a table view, but depending on the height of fields above it (which can…
-
Two PDF files in one mail
Hello Everyone I have a few diffrent tables and there is no proble to send on e of it like a PDF by pressing a button. The question is - can I save two PDF from two different tables in one Quote and…
-
Search and Return Value From Different Table
Evening all, I was wondering if anybody had an ideas on this conundrum: I have a table called Master Product that needs to retrieve a field from another table Called Variants.…
-
Please fix the extract() function so flags will work
Flags simply do not work the way Frank suggests in this post... https://ninoxdb.de/en/forum/technische-hilfe-5ab8fe445fe2b42b7dd39ee8/regex-flags-5b87f00b37fc0c3278cdf4b4
-
Move a record to another table.
Hi is it possible to move a record to another when a field has certain text. Ie. If field says complete move the record to other table.