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
Search the community
Home
Learn & Share
Get help
Knowledge Base
Latest Activity
Contact Us
Privacy
Home
Add new
All topics
All topics
Learn & Share
Get help
Filter
Active
Newest
Most likes
Most likes
Most replies
Most views
Tags
Set auto completion on Ninox editor
Hello everyone, I was fed up with always having to close the code editor to fetch the name of a field or table, so I set up the Ninox code editor to have an auto-completion function :…
Jacques TUR
Jacques_TUR
3 mths ago
71
replies
697
14
Last reply
Jacques TUR
1 mth ago
Learn & Share
Printing a Ninox table as a PDF with Images
Printing a Ninox table as a PDF with Images Follow the steps below to create a printing layout with images: Create a table 'Master', and in this table create ONLY 1 record In this table,…
Maria
Ninox
Customer Service Ninox
Maria_pasini
3 mths ago
5
replies
150
7
Last reply
Mel Charles
3 days ago
Learn & Share
acces to array items like with Where fonction
Hello to all, This new forum made me want to share something with you
. I chose this code which allows to find elements in a table by filtering as we would do with the Where function of Select.…
Jacques TUR
Jacques_TUR
updated
3 mths ago
30
replies
292
7
Last reply
Fred
1 mth ago
Learn & Share
Creative community and javascript
Hello everyone, For more than a year I have been exploring the Ninox code to better understand how it works. Initially driven by the lack of documentation and the frustration of some limitations,…
Jacques TUR
Jacques_TUR
updated
3 mths ago
5
replies
201
7
Last reply
Jacques TUR
2 mths 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
151
6
Last reply
Jacques TUR
1 mth ago
Learn & Share
NEW FORUM
Well done NINOX Team and thank you! At long last we get a new forum - lets hope it all goes well and this is the end of all the spam crap that we were being bombarded with every week.!
Mel Charles
Mel_Charles
4 mths ago
19
replies
116
6
Last reply
Mel Charles
4 mths ago
Learn & Share
Really Goods News !!
Calling all friends and regular contributors. There is no doubt this week has shown a huge leap forward for the new forum. However - for those of us who remember - Ninox's presence on this forum -…
Mel Charles
Mel_Charles
4 mths ago
1
reply
99
5
Last reply
Timo Wiedenbrueck
4 mths ago
Learn & Share
All I want for Christmas!
Ninox Support (When you are monitoring this forum - Please pay attention to this Santa Wish List thread. This is what your user base are listing here because we need a few (err probably more that…
Mel Charles
Mel_Charles
updated
3 mths ago
37
replies
400
4
Last reply
Mel Charles
1 mth ago
Get help
Answered
Answered
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
3 mths ago
72
4
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
195
3
Last reply
Jacques TUR
9 days 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
1 mth ago
4
replies
106
3
Last reply
UweG
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
122
3
Last reply
Jacques TUR
1 mth ago
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
162
3
Last reply
Jacques TUR
1 mth ago
Learn & Share
Weird switch issue
I'm using the MacOS app, so if I put this in a formula field: switch Number do case Number < 5: 10 case Number > 5: 20 end with Number being a number field in the same table.…
Fred
Fred
1 mth ago
5
replies
96
3
Last reply
Fred
1 mth ago
Get help
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
48
3
Learn & Share
Adding values between values in a (dynamic) choice field...
Ever wanted to add a value between values in a choice field? This is possible with a Dynamic Choice Field : >Formula in the MoveUp button: Number := Number - 1.…
RoSoft_Steven
RoSoft_Steven.1
updated
2 mths ago
1
reply
176
3
Last reply
Sam
2 mths ago
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
72
3
Last reply
Jacques TUR
2 mths ago
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
153
3
Last reply
Mel Charles
2 mths ago
Learn & Share
New 3.6 Script Editor
Is there a way of turning off the auto-complete function in the new 3.6 script editor? If I want 2x " (double-quotes) or a pair of braces () or {} then it assumes I always want a pair.…
Paul Chappell
Paul_Chappell
1 mth ago
7
replies
150
2
Last reply
Jacques TUR
23 hrs ago
Get help
Comments icon hi-lite like Attachments.
In another post wrt hiliting the paper clip this code was advised: if count(files(this)) != 0 then html(" <style> .i-light-grey.i-attachment { background-color: #a9a9a9; border-radius: 4px;…
Alan Cooke
Alan_Cooke
4 mths ago
23
replies
245
2
Last reply
Jacques TUR
3 wk ago
Get help
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
71
2
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
51
2
Learn & Share
The New IPhone Display Mode
I don't use the Iphone for any data/ entry etc, except for to check things like orders/daily sales - profit figures (which usually make we want to cry !…
Mel Charles
Mel_Charles
updated
3 mths ago
9
replies
77
2
Last reply
havrup
2 mths ago
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
129
2
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
201
2
Learn & Share
1
2
3
4
5
225
Next
Add new
Tags
Top contributors
View all members
Recent activity
Home
Learn & Share
Get help
View all topics
Tags