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
Nick
Nick
653
5
1
Joined: 01 Jan 2014
Follow
My Posts
Latest Posts
Re: MAJOR problem (v3.7.14 Mac)
UKenGB As Fred said, I can't reproduce the problem either. MacOS app v 3.7.14
Nick
Nick
5 mths ago
Get help
Reported - view
Re: Ninext : Debug Tracer
Another gift from Jacques TUR (Christmas gift this time). Thanks. Warmest wishes to everyone this holiday season!
Nick
Nick
5 mths ago
Learn & Share
Reported - view
Re: v3.7.11 on MacOS does not like Ninext
I also have a problem with ninext so I can't work. I use the Mac app and iCloud. So I thought of disconnecting from the internet so that ninext wouldn't load.…
Nick
Nick
5 mths ago
Get help
Reported - view
Re: Multi language solutions best practices
Jacques TUR With the last version, after the modules are loaded, clicking on a table or activating the red wrench all tables renamed as Unnamed and no changes can be made. I'm using the Mac app
Nick
Nick
5 mths ago
Get help
Reported - view
Re: while loop stops before reaching end
Mel Charles gone back to Filemaker.
Nick
Nick
10 mths ago
Get help
Reported - view
Re: while loop stops before reaching end
Well, I've given up on ninox but still reading the forum. I tested the database and the 1st time it gave me 28 records, the second time it gave me 31 records.…
Nick
Nick
11 mths ago
Get help
Reported - view
Re: How to create balance table from income and expense tables
Hi Bruno Skëndaj I've created a small database... https://1drv.ms/u/s!AglD8AFJ3Q28gtwCuzAdh6Hfv3DRwQ?e=1Kgtkw I hope it helps.
Nick
Nick
1 yr ago
Get help
Reported - view
Re: Set auto completion on Ninox editor
Fred You're right. I can duplicate it. MacOS app v3.5.14
Nick
Nick
1 yr ago
Learn & Share
Reported - view
Re: Squinting is not enough for this list.
Haha, I became younger! :-)
Nick
Nick
1 yr ago
1
Learn & Share
Reported - view
Re: Auto increment in subtable
Try this in the BEATS subtable (formula field): let myID := number(Id);let myVIDEOS:= VIDEOS;if VIDEOS then cnt((select BEATS)[VIDEOS = myVideos and number(Id) <= myID])else 0end
Nick
Nick
1 yr ago
Get help
Reported - view
Re: Merry Christmas to all my Fellow Ninox Forum Users
I wish a very Merry Christmas and Happy New Year, may you get all that you want in your life.
Nick
Nick
1 yr ago
Get help
Reported - view
Re: can't open database after upgrading to Mac OS Monterey 12.0.1
Ninox is a universal app, so it doesn't needs Rosetta. I am too have an M1 Mac. I don't have problems with Ninox app and macOS Monterey. From Apple: - Application (Intel) means the app supports only…
Nick
Nick
1 yr ago
Get help
Reported - view
Re: Having a problem with dates
I found this old topic about this matter... https://ninox.com/en/forum/technical-help-5ab8fe445fe2b42b7dd39ee7/date-format-5ae1a46ecb360d04ce32bd8b
Nick
Nick
1 yr ago
Get help
Reported - view
Re: Having a problem with dates
Nick
Nick
1 yr ago
Get help
Reported - view
Re: Having a problem with dates
Ninox will display date as specified in the Apple System Prefs. It will use the "Medium" format.
Nick
Nick
1 yr ago
Get help
Reported - view
Re: Change colour of a formula box if it’s a year later
You're right John, I just wanted to show him the case of multiple ifs...
Nick
Nick
1 yr ago
Get help
Reported - view
Re: Change colour of a formula box if it’s a year later
Sure, --- let t := days('Last Updated', today());if t > 365 then styled("Expired", "red")else if t < 365 then styled("Not Expired", "green") endend --- Change the words "Expired" and "Not Expired" to…
Nick
Nick
1 yr ago
Get help
Reported - view
Re: Change colour of a formula box if it’s a year later
Try this in the formula box called Last updated status: let t := days('Last Updated', today());styled("Status", if t > 365 then "red" end)
Nick
Nick
1 yr ago
Get help
Reported - view
Re: Hosed table
I Agree :-)
Nick
Nick
1 yr ago
Get help
Reported - view
Re: Hosed table
I have a (very old) history of complaints on this forum ...This gives me the right to vote ... ... Yes Mel, you are asking too much !!! (I wish to be refuted)
Nick
Nick
1 yr ago
Get help
Reported - view
Re: How do I create a new database using the custom tables created by me in another database?
Ninox app for Mac, has a choice to import from another Ninox DB
Nick
Nick
1 yr ago
Get help
Reported - view
Re: Airtable Convert - Looking For Feedback...
The Chucker wrote: PS - The forum software needs work. Why not use something like Discourse? It's opens source and has a bunch of features this forum could benefit from.…
Nick
Nick
1 yr ago
Get help
Reported - view
Re: How to make birth date from text field ?
Create a formula field with this code: --- let d := substr(Pesel, 4, 2);let m := substr(Pesel, 2, 2);let y := substr(Pesel, 0, 2);d + "/" + m + "/" + y ---
Nick
Nick
1 yr ago
Get help
Reported - view
Re: How do I move a record to another table?
I'm using this code for this task (copy the record to table B and delete the record from table A) --- let reply := dialog("", "Would you like to continue moving this record to Table B", ["Yes",…
Nick
Nick
1 yr ago
1
Get help
Reported - view
Re: M1 Mac version
UKenGB, Ninox is an universal app. Ι'm not sure but It does not mean that it is a native app?
Nick
Nick
1 yr ago
Get help
Reported - view
1
2
3
4
5
27
Ninox-Website
Ninox-Documentation
Overview
Learn & Share
Get help
Webinars
View all topics