Skip to main content
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
Setup
Databases
Automation
My account
Administration
Webinars
Overview
Profile
Fred
Fred
San Francisco, USA
3366
532
4
Joined: Thu Feb 06 18:42:57 UTC 2020
Follow
My Posts
Latest Posts
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 mth 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 mth 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 mth 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 mth 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 mth 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 mth ago
Get help
Reported - view
Re: Merry Christmas
Merry Christmas and Happy Holidays to all.
Fred
Fred
1 mth ago
4
Learn and Share
Reported - view
Re: Service Status
No problem here in SF, USA.
Fred
Fred
1 mth ago
1
Get help
Reported - view
Re: Warning of dynamic multi choice bug
@Matthew email support@ninox.com.
Fred
Fred
1 mth 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 mth 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 mth 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 mth 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 mth 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 mth 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 mth 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 mth 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 mth 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 mth 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 mth 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 mth 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 mth ago
1
Public Cloud
Reported - view
Re: Multiple users to enter data
There are no free accounts in Ninox. If you have a public cloud stored DB then each user will need a subscription. It could be a starter account, but you will need to pay for each user that you want…
Fred
Fred
1 mth ago
Get help
Reported - view
Re: copy part of a table on a new subtable
@Cirugia Toracica I’m not sure what you mean by: @Cirugia Toracica said: not able to copy an specific field value without creating a new field. Can you post a sample DB?
Fred
Fred
1 mth ago
Get help
Reported - view
Re: Store generated PDFs
@Alina Morgovsky Glad to hear you have a solution. If you can provide a brief summary of what you did and post the code that you ended up with that would be very helpful for others who come upon this…
Fred
Fred
1 mth ago
Get help
Reported - view
Re: Questions Regarding Bugs in the New Mac App and the Windows Version Release
You should email Ninox. They don’t check the English forum as much as they do the German one.
Fred
Fred
1 mth ago
Get help
Reported - view
1
2
3
4
5
135
Ninox-Website
Overview
Learn and Share
Get help
Service status
Documentation
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
Scripting
Functions
API
My account
Subscriptions
Administration
Manage workspaces
Manage collaborators
Access permissions
Usage overview
Process monitor
View all topics