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
3614
569
5
Joined: Thu Feb 06 18:42:57 UTC 2020
Follow
My Posts
Latest Posts
Re: Change a field's background color: is this possible?
@Vermaji I understand what you are being asked to do. I'm pointing you in a direction that it can be done. The user doesn't need to see the raw tables. The user just needs to be presented with the…
Fred
Fred
11 mths ago
Get help
Reported - view
Re: Change a field's background color: is this possible?
@Vermaji You still can not modify the style of text/number fields either as a default or through code. I don't see why they haven't added the ability to set the style of a text/number field manually.…
Fred
Fred
11 mths ago
Get help
Reported - view
Re: Print and Delete buttons are not active
You can't print from the Table View. You could create a dashboard for the owner where they can set the parameters then print the records they need.
Fred
Fred
11 mths ago
Get help
Reported - view
Re: Displaying a record in another table
@iliper LTD Do you want Daily Estimations linked to GM TABLES? You have it setup to be N:1 from Daily Estimations to GM TABLES. It would work better if it was switched,…
Fred
Fred
11 mths ago
Get help
Reported - view
Re: Displaying a record in another table
@iliper LTD In your workflow, do you always create hourly estimates for all tables? do you want the ability to select the tables you want to create hourly estimates for?…
Fred
Fred
11 mths ago
Get help
Reported - view
Re: Displaying a record in another table
Take a look at the attached DB. It will open to a dashboard. You can play around with the selecting a GM TABLE record then a table record then you can click on Create Hourly Estimate and see that it…
Attachment
Fred
Fred
11 mths ago
Get help
Reported - view
Re: Displaying a record in another table
Are GM TABLE records differentiated by Date? So there is only 1 record in GM TABLE for each day? Your Daily Estimation table seems a bit redundant if your GM TABLE is also daily.…
Fred
Fred
11 mths ago
Get help
Reported - view
Re: Displaying a record in another table
@iliper LTD said: let d := format(Date, "DD.MM.YY"); (select 'Table2')[format(Date, "DD.MM.YY") = d].number if ш use this formula, having previously created the 'Date' fields,…
Fred
Fred
11 mths ago
Get help
Reported - view
Re: Displaying a record in another table
@iliper LTD said: I created a new field, I thought to add a button, but it creates a record, but when I open a new day, it is empty. I'm looking at the new DB you uploaded and I can't find any other…
Fred
Fred
11 mths ago
Get help
Reported - view
Re: Displaying a record in another table
@iliper LTD Are you updating the button in Table1? or creating a new button? in which table?
Fred
Fred
11 mths ago
Get help
Reported - view
Re: Displaying a record in another table
@iliper LTD said: in table2 there are records. And if in table3 I create a day, and on this day in table2 there is a record, it should be displayed in table5 I need to work with tables,…
Fred
Fred
11 mths ago
Get help
Reported - view
Re: Displaying a record in another table
@iliper LTD said: now the system is set up so that I need to enter the same data in table 5 p in fields 'tab.name' - 'number' - 'group' and the rest will go automatically.…
Fred
Fred
11 mths ago
Get help
Reported - view
Re: Ninox 3.13
The example Nioxus gave is probably not too common, we know we shouldn't have too many fields that are labeled field01 and field02, etc. But it can be useful if you creating a dashboard that you want…
Fred
Fred
11 mths ago
Get help
Reported - view
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
11 mths 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
11 mths 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
11 mths ago
Get help
Reported - view
Re: ninoxLocales.AggregationName is not a function
Check out this post.
Fred
Fred
11 mths 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
11 mths 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
11 mths 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
11 mths 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
11 mths 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
11 mths 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
11 mths 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
11 mths 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
11 mths ago
Get help
Reported - view
1
27
28
29
30
31
145
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
Usage overview
Process monitor
View all topics