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
Plugins
Documentation
Setup
Databases
Automation
My account
Administration
Solutions
Webinars
Overview
Profile
Fred
Fred
San Francisco, USA
Follow
Joined
Thu Feb 06 18:42:57 UTC 2020
3900
posts
629
likes received
5
followers
Badges
Latest Posts
Re: Filtering Products in the table by Dynamic Choice
As I played around with your previous database I ran into the following question: Do you want to find products that have at least 1 of the selected characteristics? Which is not very helpful.…
Attachment
Fred
Fred
1 yr ago
Get help
Reported - view
Re: How to implement a button function in Ninox: Create a new record and pop it up?
@RoSoft_Steven I thought that Ninox is saying that ui.XXX should not be used as support for it will go away in the future.
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Challenges with Optimizing Multi-User Data Entry in Ninox
I don't have much to add as I am the only user of my DB, but I know @Andy at Nioxus has multi-user templates that you can get with a subscription.
Fred
Fred
1 yr ago
Get help
Reported - view
Re: How to implement a button function in Ninox: Create a new record and pop it up?
@我是我的我 Wow, this is a completely different direction. What do you mean by "latest record"?
Fred
Fred
1 yr ago
Get help
Reported - view
Re: How to implement a button function in Ninox: Create a new record and pop it up?
Does your code not work?
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Issues (Some idea)
@Rafael looks like you will need to break it up into smaller groups then have a Next/Previous button.
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Issues (Some idea)
@Rafael Can you be more specific about what you want to do?
Fred
Fred
1 yr ago
Get help
Reported - view
Re: HTML display bug in pdf
So if you print in the print layout page there is no issue? I'm not sure how much effort they will put into fixing things in the old print engine.
Fred
Fred
1 yr ago
Learn and share
Reported - view
Re: Fill data more friendly way
@Cirugia Toracica said: We are not programmers, we do not have time, and if it is not made friendly, it simply does not fill up and the work is useless.…
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Fill data more friendly way
You asked earlier about allowing non-Ninox users to enter in data. Have you made a decision on that front?
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Issue with adding products to the cart and creating invoices
@iliper LTD Take a look at my first suggestion. The first step in troubleshooting is to figure out what kind of data you are returning. So check to see what is actually returned in the variable…
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Issue with adding products to the cart and creating invoices
@RoSoft_StevenThat is a gotcha that is not talked about a lot. So make sure when you start your tables to always default your yes/no to a value so all of your fields have some value.
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Slowly getting a handle on Dynamic Printing
Been adjusting my print layout to be more dynamic as I had more information that had to be displayed. The last bit of info is to show which events had $300K or more in prize money and highlight the…
Attachment
Fred
Fred
1 yr ago
Learn and share
Reported - view
Re: Issue with adding products to the cart and creating invoices
I would test out line 4 by itself to see that you are actually getting the records you want. So in a new formula field just copy the first 4 lines and then put this at the end:…
Fred
Fred
1 yr ago
Get help
Reported - view
Re: How do you set a linked field to a specific record?
Can you be a bit more descriptive of the flow? The table name, names/kind of fields that you are working with. Etc.
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Merry Christmas
Merry Christmas and Happy Holidays to all.
Fred
Fred
1 yr ago
4
Learn and share
Reported - view
Re: Service Status
No problem here in SF, USA.
Fred
Fred
1 yr ago
1
Get help
Reported - view
Re: Warning of dynamic multi choice bug
@Matthew email support@ninox.com.
Fred
Fred
1 yr ago
Learn and share
Reported - view
Re: Error when placing button functionality in the ‘Trigger after update’ of the address field
I like the use of the split() and item() to find the city and state. Very creative. For the code in the Trigger try the following: let allADDrecs := (select ADD); S :…
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Filters - product filtration
@iliper LTD The searching part is easy. Like I said earlier, I created the fields SearchTerms and Formula in their respective tables to make an array of all selected choices.…
Fred
Fred
1 yr ago
Get help
Reported - view
Re: JSON in dynamic fields
@John Halls said: is that it gives the ability to have different dmc values for different records in the same table, which might not be correct. Never thought of that. As you say it works.…
Fred
Fred
1 yr ago
Learn and share
Reported - view
Re: Filters - product filtration
You should be aware that dynamic choice fields selections are "remembered" by Ninox even if you change the selection. If you select Gender under Filter and then select Male.…
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Filters - product filtration
@iliper LTD Take a look at the attached DB. A few changes: 1) added a field called SearchTerms in Products. It creates an array of the selection(s) from Filter and Categories.…
Attachment
Fred
Fred
1 yr ago
Get help
Reported - view
Re: JSON in dynamic fields
Looks like there is difference between how you build your JSON that affects the ability of Ninox to use text(). This code works: for i from 1 to 13 do { id: i, caption: text(date(2024, i,…
Fred
Fred
1 yr ago
1
Learn and share
Reported - view
Re: JSON in dynamic fields
@RoSoft_Steven Here is my json code: let originalFruit := split(originalChoices, ", "); for i in range(1, count(originalFruit) + 1) do { id: i, caption: item(originalFruit,…
Fred
Fred
1 yr ago
Learn and share
Reported - view
1
22
23
24
25
26
156
Ninox-Website
Overview
Learn and share
Get help
Service status
Plugins
Documentation
Setup
Installed apps
Public Cloud
Private Cloud
On-Premises
Plugins
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
Private Cloud Administration
Manage workspaces
Manage collaborators
Access permissions
Backups and storage
Process monitor
Solutions
Ninox E-Invoice
View all topics