Skip to main content
Forum
Privacy
Contact
How to enable Javascript
Sign Up
Log in
Welcome to the Ninox community
Search all topics or
ask a question
Learn and share
Get help
Service status
Documentation
Solutions
Setup
Databases
Automation
My account
Administration
Webinars
Overview
Profile
Fred
Fred
San Francisco, USA
3701
591
5
Joined: Thu Feb 06 18:42:57 UTC 2020
Follow
My Posts
Latest Posts
Re: Ninox 3.13
@Sotirios Zormpas That is correct. You can use the plain language field name and Ninox will convert it to the Ninox field name on the fly.
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Button that creates a new record for the next month
@John Halls I did know that. It is very handy of Ninox to do the math for us. Now you can just add 12 to your months to add years as well.
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Countdown Date
Just a thought process. 1 month is about 2.6 billion milliseconds. But what about February? 1 day is about 86 million milliseconds. So three days difference in Feburary is about 258 million…
Fred
Fred
1 yr ago
Get help
Reported - view
Re: ninoxLocales.AggregationName is not a function
Check out this post.
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Ninox 3.13
@Sotirios Zormpas I can already see a big change for my DB with the get/set function.
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Ninox 3.13
Nioxus did a better presentation of the get/set function. Ninox is more focused on the UI customization changes.
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Countdown Date
To be more accurate it would have to take into account multiple years: let x := if year(Date) > year(today()) then (12 * (year(Date)-year(today())) ) + month(Date) else month(Date) end;…
Fred
Fred
1 yr ago
Get help
Reported - view
Re: API Down on Public Cloud Yesterday
I hear you, brother. A company that won't list their bug fixes is one that is in serious need of communication help.
Fred
Fred
1 yr ago
1
Learn and share
Reported - view
Re: Button that creates a new record for the next month
@iliper LTD You need to tell Ninox where the Date field is coming from. If it is not in the table the button is on then you need to tell it where to get it from.
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Countdown Date
You can also try: let x := if year(Date) > year(today()) then 12 + month(Date) else month(Date) end; month(today()) - x It is not as short but a bit more understandable to those new to Ninox date…
Fred
Fred
1 yr ago
1
Get help
Reported - view
Re: Ninox hanging, not letting me edit and very slow
@TKay I'm glad things are moving in the right direction. We have all been there with select statements. I emailed Ninox about the same thing when I got started as well.
Fred
Fred
1 yr ago
1
Get help
Reported - view
Re: What is the max number of characters that a text field can be defined to hold?
There is the multi line text field as well that can hold more. You can also try out the rich text field. The text field is not meant to hold multi line data.
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Problem with "choice" the correct operation of fields
Glad it works. Looking closer now (because my brain works very slowly), why do you need Choice = 3 or = 4, if Show 14 is always 0 when they are selected? Wouldn't it work just with:…
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Ninox hanging, not letting me edit and very slow
@TKay what level of subscription do you have with Ninox? you can only do what Mel describes at the Pro level.
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Problem with "choice" the correct operation of fields
Try putting ( ) around the Choice fields? 'Show 14' > 0 and (Choice = 1 or Choice = 3 or Choice = 4)
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Ninox hanging, not letting me edit and very slow
@TKay I saw you on the Ninox support webinar. Can you post a copy of your DB with test data?
Fred
Fred
1 yr ago
Get help
Reported - view
Re: How can I add additional fields to the returned array?
Do you want to add a new line or a new field? If you want to add a new line, I politely ask, why? I would recommend you don't mess with how arrays look as they are formatted in a way that Ninox can…
Fred
Fred
1 yr ago
Get help
Reported - view
Re:
Join us for the Ninox 3.13 preview webinar in English tomorrow!
For those in time zones that will make it difficult to watch, will you post the video so we can watch it on demand?
Fred
Fred
1 yr ago
Learn and share
Reported - view
Re: Ninox data schema
@Jacques TUR I’m willing to help.
Fred
Fred
1 yr ago
Learn and share
Reported - view
Re: Designing Dashboard or Home Screen
You are not doing anything wrong. Maybe think horizontal instead of vertical. Have the buttons on top stretching across the page instead of on the side stretching down.
Fred
Fred
1 yr ago
Get help
Reported - view
Re: How to disable Create Record button in reference
@Vermaji No one software is perfect for everyone. We all have to make decisions about which software's weakness is least annoying. For me I am wiling to live with Ninox's limits versus others.…
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Calculate the percentage if this result is negative
@iliper I like the more common sense approach.
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Regarding 'history' issues.
One possible solution is to use a dashboard for your users to modify data. I think it is best not the let users modify the raw data directly. Then with the click of a button you can make your own…
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Search formula fields in another table
If you feel like the post has been answered please mark the the post answered.
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Search formula fields in another table
Take a look at the attached DB. The big change is the new Readings table and data subtable. There is also the Systems table with the attached subtables as well.…
Attachment
Fred
Fred
1 yr ago
Get help
Reported - view
1
31
32
33
34
35
149
Ninox-Website
Overview
Learn and share
Get help
Service status
Documentation
Solutions
Ninox E-Invoice
Setup
Installed apps
Public Cloud
Private Cloud
On-Premises
Databases
Tables
Table relationships
Fields and elements
Pages
Views
Import and export
Modules
Printing
Templates
Use cases
Automation
Performance
Scripting
Functions
API
My account
Subscriptions
Administration
Manage workspaces
Manage collaborators
Access permissions
Backups and storage
Process monitor
View all topics