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: an you please help me optimize the code structure?
Let me see if I read you code properly: check if ZM = 0 and LM = 0 if true than show NO in an alert box. if false switch on field 'L&Z'. if the value of L&Z = 1 then check if ZM is less than the…
Fred
Fred
2 yrs ago
Get help
Reported - view
Re: I Need to update field in another table.
@Rafael Please answer my questions above so we can help you.
Fred
Fred
2 yrs ago
Get help
Reported - view
Re: Odd behavior / bugs with PAGES on macOS
@BuffaloTony I switched over about two years ago. I noticed that the disparity started to grow and then they made the app free. Which means they can, not that they do, care about it less.…
Fred
Fred
2 yrs ago
Get help
Reported - view
Re: I Need to update field in another table.
@Rafael 1) does the select find the correct records? 2) if #1 is ok, then what is the issue going on?
Fred
Fred
2 yrs ago
Get help
Reported - view
Re: I Need to update field in another table.
Since you said you want to update data, then you need to first put in a variable the correct record Id of the record in Control Deliverables. You can do a select or use appropriate reference links.…
Fred
Fred
2 yrs ago
Get help
Reported - view
Re: Odd behavior / bugs with PAGES on macOS
@BuffaloTony You can submit a feature request, as Nick did point out that Ninox does not say Pages is for the app with local DB. I wouldn't go holding my breath to ever hear from them.
Fred
Fred
2 yrs ago
1
Get help
Reported - view
Re: Odd behavior / bugs with PAGES on macOS
@BuffaloTony Or you can click on the letter of your account name in the upper right corner of the app.
Fred
Fred
2 yrs ago
1
Get help
Reported - view
Re: Display associated content with conditional constraints.
@我是我的我 Well, you have to decide how you want to deal with the 'and' part of your code: let aa := this; (select copy where 'Y&N' = aa.'Y&N' and fieldname = 1) order by -appearances In record 1 of Home,…
Fred
Fred
2 yrs ago
Get help
Reported - view
Re: Display associated content with conditional constraints.
@我是我的我 said: I don't know how to start because I haven't understood the purpose of the square brackets yet. Square brackets can be used in place of where in selects and to filter out any array.…
Fred
Fred
2 yrs ago
Get help
Reported - view
Re: Odd behavior / bugs with PAGES on macOS
@Nick You are correct, Nick. I forgot to test on local DB. I can confirm that Pages, does not work on local DBs.
Fred
Fred
2 yrs ago
1
Get help
Reported - view
Re: Odd behavior / bugs with PAGES on macOS
tested in v3.12.2 on my Mac and had no issues with images or dynamic choice fields.
Fred
Fred
2 yrs ago
1
Get help
Reported - view
Re: Display associated content with conditional constraints.
@我是我的我 said: Although these are too difficult for someone like me who doesn't understand code, It wasn't that difficult as you seem to have no problem figuring it out.…
Fred
Fred
2 yrs ago
Get help
Reported - view
Re: createXLSX: format column as currency
Well, according to Andy at Nioxus the Ninox docs for createXLXS() are not completely accurate. In addition he talked about a format function that is not defined in the docs as well.…
Fred
Fred
2 yrs ago
Learn and share
Reported - view
Re: Display associated content with conditional constraints.
@我是我的我 said: For example, in the 'copy table,' 'beverage' is also considered a duplicate item. How can we achieve the same effect for these as well? That was the next step in the process.…
Fred
Fred
2 yrs ago
Get help
Reported - view
Re: Calender language changed with newest update
Check out this post. Looks like you need to email support to let them know.
Fred
Fred
2 yrs ago
Get help
Reported - view
Re: Display associated content with conditional constraints.
You wrote: let xxx := length((select copy).name); for i from 0 to xxx do if i = 0 then 1 else 0 end end Here are the steps I suggested: 1) create an array of all records that have "coffee" in a the…
Fred
Fred
2 yrs ago
Get help
Reported - view
Re: Display associated content with conditional constraints.
@我是我的我 said: I would also like to write a piece of code in the copy table such that if "coffee" appears 3 times, the first occurrence of "coffee" is marked as 1, and the other two are marked as 0.…
Fred
Fred
2 yrs ago
Get help
Reported - view
Re: Professional help
Ninox has a partners search: https://ninox.com/en/find-partner We here in the forum are always willing to answer questions.
Fred
Fred
2 yrs ago
Get help
Reported - view
Re: Birding database
@SimonS If you had the table of species then you can do a simple count() or length() of the table. Or you can modify the html code I posted earlier and add a few lines to get a count of species:…
Fred
Fred
2 yrs ago
Get help
Reported - view
Re: Whether the data content of table1 field can become the field of select(table2)
shucks, @John Halls beat me to it. Let us breakdown your code: let t := this; let X := 'code name'; first((select Table2)[name = t.name].X) According to your first picture,…
Fred
Fred
2 yrs ago
1
Get help
Reported - view
Re: Display associated content with conditional constraints.
@我是我的我 can you post your solution so others can learn from your wisdom?
Fred
Fred
2 yrs ago
Get help
Reported - view
Re: Birding database
to be helpful like, @Sotirios Zormpas , here is a sample html. Put the following into a formula field. let getSightings := (select 'Sightings revised 1'); let uniqueSpecies :…
Fred
Fred
2 yrs ago
1
Get help
Reported - view
Re: Birding database
@SimonS said: Not quite sure how to do that. I’ve attached an archived version. that will work. so you have this in your view element: select 'Sightings revised 1' where unique(Species) Sadly,…
Fred
Fred
2 yrs ago
1
Get help
Reported - view
Re: How to run chatgpt or Claude…
@Tomasz Winiarski that is pretty cool. According to Ninox, the MacApp can not do any API work. That is why it is free.
Fred
Fred
2 yrs ago
Get help
Reported - view
Re: Birding database
Can you post a sample DB?
Fred
Fred
2 yrs ago
Get help
Reported - view
1
48
49
50
51
52
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