Contact Sales to request a demo
Request demo
Product
Platforms
Templates
Security
Customer Reviews
Product Updates
Solutions
Success Stories
Partners
Partners
Become Our Partner
Pricing
Support
Help Center
Webinars
Hero Webinar
Manual
Forum
Tutorial Videos
Blog
Contact us
Search
How to enable Javascript
Sign Up
Log in
Support
Forum
Home
Learn & Share
Search the community
Home
Learn & Share
Get help
Knowledge Base
Latest Activity
Contact Us
Privacy
Home
Learn & Share
Add new
Learn & Share
All topics
Learn & Share
Get help
Learn how other people are using Ninox, get tips and tricks for your business and purpose.
Filter
Active
Newest
Popular
Most likes
Most replies
Most views
Tags
Follow
Ninox Storage - Deleting Manual and Automated Backups
If you notice that your storage has exceeded your licence's limitation, try deleting Manual backups and Automated Backups to reduce unnecessary space. - Open the Usage Overview page - Check which of…
Maria
Ninox
Customer Service Ninox
Maria_pasini
updated
7 days ago
1
reply
78
1
Last reply
Mel Charles
7 days ago
Learn & Share
Ninox Products - App vs. Cloud
Before diving into the Ninox world please read this article about our two product lines - Ninox App and Ninox Cloud! The image below shows our two products side by side in a sample database from the…
maja
Ninox
Customer Service Ninox
maja
updated
2 mths ago
183
2
Learn & Share
Learning Sources for Ninox Newbies
Welcome to Ninox! Here is a list of learning source material: Manual on Ninox.com activate our amazing TOURS and create your first database in a matter of minutes Video Tutorials join our Webinars…
maja
Ninox
Customer Service Ninox
maja
2 mths ago
1
reply
148
3
Last reply
Mel Charles
2 mths ago
Learn & Share
Sticky Messages or Tags
I see the new posts can have a tag (not tried it yet) but I guess if a subject is really important, we can set a tag that can be searched in some other way other than a general search - so set this…
Mel Charles
Mel_Charles
3 mths ago
7
replies
130
2
Last reply
Mel Charles
3 mths ago
Learn & Share
Formula for next blank field
Hi Group, I have button that will open a table and show the last entry for a field. Does anyone know what I can add to the formula or create a new to open the table and display the next blank field…
Sam
Sam.1
yesterday
1
reply
23
Last reply
Sam
yesterday
Learn & Share
Speed up a script using Local Binding
I wanted to check my stock position going forward for the next 100 days so I created a table of days and took the daily demand out of stock each day and added in any forward contracts on the day…
John Halls
John_Halls
updated
7 days ago
1
reply
24
Last reply
Mel Charles
7 days ago
Learn & Share
Ninox REST API for Javascript
Hey Guys, long time lurker. I have written this little javascript wrapper for the REST API for Ninox. I personally didn't like using Letters and hashes to address my tables,…
Axel Rothe
Axel_Rothe
9 days ago
1
reply
40
1
Last reply
Jacques TUR
7 days ago
Learn & Share
Old threads occasionally appearing
Why are old topics from a few years ago occasionally popping up when there is no new posts to that thread? - Was just about to launch into great detail to answer one then realised it was from 2…
Mel Charles
Mel_Charles
12 days ago
1
reply
22
Last reply
Fred
12 days ago
Learn & Share
Cross Tab in a Form
I have come up with a way to cross tabulate a table of values in a form This is the table of values And this is the table I use to create the Cross Tab This code do as server delete XTab; let a :…
John Halls
John_Halls
2 wk ago
19
replies
104
1
Last reply
Rafael
13 days ago
Learn & Share
HTML Report
Hi all. There are any way to create on Ninox a HTML report like this, there are some examples here. Thanks.
Rafael
Rafael Sanchis
Rafael_Sanchis
updated
2 wk ago
3
replies
65
Last reply
buy
2 wk ago
Learn & Share
Customized button
Hello everybody, I added the buttonEvent to Ninext. This allows to dynamically change the caption, the color and the help title of a button. Just add the onUpdate function in the "Display field only,…
Jacques TUR
Jacques_TUR
4 wk ago
4
replies
101
3
Last reply
UweG
3 wk ago
Learn & Share
Suggestions from May 2022
Please add and suggestion or feature you would like to see in Ninox here and after a while I will collated them and send the off to Ninox support. Please keep your suggestion short and to the point…
Mel Charles
Mel_Charles
1 mth ago
38
replies
285
Last reply
Jacques TUR
20 hrs ago
Learn & Share
A major step forward.
Ninox is a fantastic database. If you could develop the possibility to LINK tables between databases it would change everything. NOT API. If I have a master database and then link tables from other…
Kim Schacht
Kim_Schacht
1 mth ago
2
replies
79
1
Last reply
Jacques TUR
1 mth ago
Learn & Share
Improve performance: Save Calculated values in Static fields
Views of the tables can sometimes take longer to be displayed due to the functions which are calculating the values. Formula fields have to be calculated every time the view is opened.…
Maria
Ninox
Customer Service Ninox
Maria_pasini
1 mth ago
69
2
Learn & Share
What to do with the saved files in the Ninox_DB?
The good thing about Ninox is that you can use the apps to directly create photos for the record. As long as you use the app only and also save the database on your own computer or in the iCloud,…
UweG
UweG
1 mth ago
39
Learn & Share
Display linked records within the according table view
If you have a main record with several linked records (e.g. record of a contact/customer with a list of linked invoices) and you want to access those directly in the according table view,…
Ricardo Klünter
Customer Service Ninox
Ricardo_Klunter
1 mth ago
48
2
Learn & Share
Switch Case statement in Ninox
Another great structure in Ninox that can help you in the automatization of your processes is a Switch Case statement. Simple syntax, fewer lines of code, and faster result in your app.…
maja
Ninox
Customer Service Ninox
maja
updated
1 mth ago
2
replies
147
3
Last reply
Jacques TUR
1 mth ago
Learn & Share
Improve performance: Count records from subtable WITHOUT select statement
If you are counting records from a subtable, you can avoid using the 'select' statements... For example: Instead of using the code: let t := this; count(select Invoice where Customer = t and Status…
Maria
Ninox
Customer Service Ninox
Maria_pasini
updated
1 mth ago
8
replies
139
6
Last reply
Jacques TUR
1 mth ago
Learn & Share
Passing data from a Text field or MultipleChoice field to a DynamicMultipleChoice field
If you have a MultipleChoice field, and want to pass the same chosen options to a DynamicMultipleChoice field, follow the steps below: - Create a new reference table with the options written exactly…
Maria
Ninox
Customer Service Ninox
Maria_pasini
updated
1 mth ago
3
replies
118
3
Last reply
Jacques TUR
1 mth ago
Learn & Share
Printing Dynamic Field in Ninox App
The video is presenting a little workaround for printing Dynamic fields in Ninox App. In the print layout, we can avoid showing the record ID by simply rapping the field name into text().…
maja
Ninox
Customer Service Ninox
maja
2 mths ago
44
3
Learn & Share
add onselect event for view field
In response to @Alain Fontaine & @Fred Christmas wish (https://forum.ninox.com/t/h7hbkmp?r=h7hbvzj), I have added a viewEvent function to Ninext project.…
Jacques TUR
Jacques_TUR
2 mths ago
27
replies
185
2
Last reply
Jacques TUR
yesterday
Learn & Share
Targeted deletion of records in tables
Table management is an important task in keeping your database clean and running by avoiding redundancies, accidental double entries, etc. While you could open every record in question and delete…
Ben Lucas Sauer
Ben_Lucas_Sauer
2 mths ago
47
1
Learn & Share
Dynamic choice fields
Dynamic choice fields With the new Dynamic single and multiple-choice fields, you can create fully dynamic lists with the flexibility to decide the list items, update parameters, display values,…
Maria
Ninox
Customer Service Ninox
Maria_pasini
updated
2 mths ago
119
2
Learn & Share
Operators for searching one/several texts in the field filter (Boolean)
From time to time you need to search for several texts in a table column at the same time or you want to exclude certain texts from the search. To do this,…
Ben Lucas Sauer
Ben_Lucas_Sauer
2 mths ago
1
reply
70
3
Last reply
Jacques TUR
2 mths ago
Learn & Share
Exporting Images from Ninox
After exporting your database as a .csv file you might be wondering why your images are not there! The reason behind is that a .csv cannot export images. Here is a small workaround.…
maja
Ninox
Customer Service Ninox
maja
updated
2 mths ago
70
4
Learn & Share
1
2
3
4
5
23
Next
Start a new topic
Learn how other people are using Ninox, get tips and tricks for your business and purpose.
Tags
Top contributors
View all members
Recent activity
Home
Learn & Share
Get help
View all topics
Tags