Skip to main content
Ninox-Website
Ninox-Documentation
How to enable Javascript
Sign Up
Log in
Learn & Share
Get help
Webinars
All topics
Contact
Privacy
Overview
Profile
NIOXUS
NIOXUS
34
0
0
Joined: 20 Feb 2018
Follow
My Posts
Latest Posts
Re: Documentation.
Yes Kim - we work very hard to keep it complete and no, it is not simply the NINOX manual organized in another way. Commands - YES. Keywords - YES. Functions - YES. Statements - YES.…
NIOXUS
NIOXUS
3 yrs ago
Learn & Share
Reported - view
Re: Documentation.
NIOXUS
NIOXUS
3 yrs ago
Learn & Share
Reported - view
Re: Documentation.
Kim - Our Programming in Ninox section of the User's Manual is complete documentation of the Ninox NX Language
NIOXUS
NIOXUS
3 yrs ago
Learn & Share
Reported - view
Re: Documentation.
Kim - we have written a detail, indexed Ninox User's Manual with hundreds of illustrations and explainations of the Ninox system and its use. It's free for all of our members at www.nioxus.com.…
NIOXUS
NIOXUS
3 yrs ago
Learn & Share
Reported - view
Re: Application DMS Document management system with Ninoxdb
Robert - check out the new Document Management System for Ninox databases at www.ULTIMATEDATASOLUTION.COM.
NIOXUS
NIOXUS
3 yrs ago
Get help
Reported - view
Re: How I can prevent duplicate records being added?
Hi Wolfgang - We are going to be going over this very topic in our Ninox Learning Lab at 12:00 Noon EST. You can register for the FREE event here >>> https://www.nioxus.…
NIOXUS
NIOXUS
3 yrs ago
Get help
Reported - view
Re: How do I make a multiple choice box dependent on the value of a specific field?
There are two ways to accomplish what you are trying to do. The first option is a construct called Cascades; In this case, cascading Choice fields. You create and populate with choices all of the…
NIOXUS
NIOXUS
4 yrs ago
Get help
Reported - view
Re: Make a formula field concider code as plain text
Joelle - when you are entering content in the formula editor, you can enter comments by enclosing the text in quotation marks. This is a formula >>> let x := 2. This is a comment >>> "let x := 2".
NIOXUS
NIOXUS
4 yrs ago
Get help
Reported - view
Re: How to show AND link a 'last' field
Bilderblitzberlin - we have a Job/Project/Workflow Management Application that may be the solution for which you are looking. If you like, go to WWW.NINOXUS.…
NIOXUS
NIOXUS
4 yrs ago
Get help
Reported - view
Re: Can i change what is displayed in the Calendar?
Chcik out our training video - Working with Date & Time Fields and the Ninox Calendar at our YouTube Learning channel - Ninox Learning. Here is the link to the video that should give you some insight…
NIOXUS
NIOXUS
4 yrs ago
Get help
Reported - view
Re: Auto Numbering Issue
Thanks Mike.
NIOXUS
NIOXUS
4 yrs ago
Get help
Reported - view
Re: Auto Numbering Issue
Rushhenry - the easiest way to do this would be to use an If/Then structure to test whether or not next next record is a continuation of the current series or is it the first record in a new series.…
NIOXUS
NIOXUS
4 yrs ago
Get help
Reported - view
Re: Linking tables
Glad it workd Thos. Make sure to check out www.ninoxus.com for more Ninox tools, tips and templates.
NIOXUS
NIOXUS
4 yrs ago
Get help
Reported - view
Re: Print table for only some of the files
Louis - To print a sub-set of all of the records in a table, you need to embed a multi-record layout in the print format itself. Once that has been done,…
NIOXUS
NIOXUS
4 yrs ago
Get help
Reported - view
Re: Linking tables
Thosbryan - the data model you want to build will contain three tables - two parents and a child. The Parent (or Master) tables are Clinics and Caretakers.…
NIOXUS
NIOXUS
4 yrs ago
Get help
Reported - view
Re: Formula for age calculation
In that case Pierre you need to turn that year into a date using the date(YYYY,MM,DD) function. So say for example you want to calculate age from the first day of Year (####),…
NIOXUS
NIOXUS
4 yrs ago
Get help
Reported - view
Re: Formula for age calculation
Pierre - what, exactly, appears in the field 'TheBirthField'. If it is a date, then year(Field) will extract the year component of that date and age(Year) will calculate the number of years between…
NIOXUS
NIOXUS
4 yrs ago
Get help
Reported - view
Re: Formula for age calculation
Pierrre - You can calculate the age using the formula age(year(The BirthField))
NIOXUS
NIOXUS
4 yrs ago
Get help
Reported - view
Re: can appointments appear in the same calendar from different databases?
Theoretically yes Mark. Since it's possible to "connect" multiple, separate database applications, you should be able to view date-sensitive data from multiple apps on a single calendar.…
NIOXUS
NIOXUS
4 yrs ago
Get help
Reported - view
Re: Setting up a formula field across records in a single table
OK - Having now re-read your question, you are correct in that my original answer will not suffice. What you are going to have to do is create a Parent/Child relationship between two tables.…
NIOXUS
NIOXUS
4 yrs ago
Get help
Reported - view
Re: Is there any way to use icons as label in tabs, instead og text?
Kulejani - copy an emoji image (this is a good site to source emojis >>> https://getemoji.com/ >>> and paste the emoji into the name field for the Tab in the table structure.
NIOXUS
NIOXUS
4 yrs ago
Get help
Reported - view
Re: Formula for age calculation
Pierre - The code for your "heaven on earth" solution is as follows: let a := age('Date Field') if ('The Birth Field' != null and 'The Birth Field' != 1000 and 'The Birth Field !…
NIOXUS
NIOXUS
4 yrs ago
Get help
Reported - view
Re: Create n records in a subtable at once
Gsechi - the easiest way to do this would be to use a For loop structure with an embedded create record function. The syntax for this is as follows: 1 for p in 'TABLE A' do2 let q :…
NIOXUS
NIOXUS
4 yrs ago
Get help
Reported - view
Re: BUTTON
Rachel - instead of an icon, try copying an emoji. You can copy them from this website >>> https://getemoji.com/ and then paste them right into the name field for any button in Ninox.
NIOXUS
NIOXUS
4 yrs ago
Get help
Reported - view
Re: Training Using Videos and Quizzes with Scoring
Terinna - There are a number of ways you can do this. The first thing you need to determine is whether or not the videos will be embedded and views inside of Ninox or on some other platform.…
NIOXUS
NIOXUS
4 yrs ago
Get help
Reported - view
1
2
Ninox-Website
Ninox-Documentation
Overview
Learn & Share
Get help
Webinars
View all topics