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
3920
posts
633
likes received
5
followers
Badges
Latest Posts
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
Re: JSON in dynamic fields
@RoSoft_Steven I'm in public cloud, so yes. Here is what it looks like:
Fred
Fred
1 yr ago
Learn and share
Reported - view
Re: Filters - product filtration
Here are my suggestions: In the Products table: 1: change the code for Filter dynamic choice to: record(Filters,1).Filter_Name It looks like Filters is a dashboard or the beginning of a modular table.…
Fred
Fred
1 yr ago
1
Get help
Reported - view
Re: JSON in dynamic fields
@RoSoft_Steven I don't see any changes. when I do text(dMC) I get a blank formula field. If I do just dMC then it shows the selections. If I do debugValueInfo(text(dMC)) it shows string("").
Fred
Fred
1 yr ago
Learn and share
Reported - view
Re: Warning of dynamic multi choice bug
Once they get the new JSON dynamic choice fields fixed maybe that will make dynamic choice fields more dependable. Or maybe Ninox really only intended dynamic choice fields to be a UI element and not…
Fred
Fred
1 yr ago
1
Learn and share
Reported - view
Re: Release notes
This is awesome! Thanks for putting this in the forum. Can I request that you start adding what changes were made with x.x.1 updates?
Fred
Fred
1 yr ago
Service status
Reported - view
1
23
24
25
26
27
157
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
Manage workspaces
Manage collaborators
Access permissions
Backups and storage
Process monitor
Solutions
Ninox E-Invoice
View all topics