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
3683
590
5
Joined: Thu Feb 06 18:42:57 UTC 2020
Follow
My Posts
Latest Posts
Re: 1 to N table had values removed
@BuffaloTony said: The one thing I might lose is my scheduling view that you helped me code with JS and HTML You won't lose this. You just have redirect the source of the data from the dynamic field…
Fred
Fred
1 mth ago
Get help
Reported - view
Re: Reminders in Ninox
One way is to use the Trigger on open in the DB option section. So every time they open the DB, it shows them a reminder. There is no time triggers in Ninox.
Fred
Fred
1 mth ago
Get help
Reported - view
Re: dynamisches Drucklayout
The official Ninox instructions are under the Documentation section of the forum. Here is the link to the German version. You can get more info from Carbone's website.…
Fred
Fred
1 mth ago
Learn and share
Reported - view
Re: 1 to N table had values removed
Sadly you have encountered the main issue with dynamic fields. I forgot that reorganize not only allows you to edit your DBs on another device, but it tells Ninox to do sort of reset record Ids.…
Fred
Fred
1 mth ago
Get help
Reported - view
Re: No Workspace Access - macOS Desktop Client
@BuffaloTony these the app "preferences". so deleting them seems to fix other issues. beyond that I don't know what would cause it.
Fred
Fred
1 mth ago
1
Get help
Reported - view
Re: No Workspace Access - macOS Desktop Client
Try deleting the preferences for the app: Terminal command please try the following to fix the problem: open the Terminal app You can find it via Spotlight search,…
Fred
Fred
1 mth ago
Get help
Reported - view
Re: Switch
To make the switch functional, but still not the method to use, is to put parentheses around the code in the cases. for i in (select dokumentation where 'Sagsnr.…
Fred
Fred
1 mth ago
Get help
Reported - view
Re: Switch
@Leo Woer said: What I am trying is to insert all images in the db as attachments to the mail even if there are 1 or 5 pictures. If you need to create an array of documents then the switch will not…
Fred
Fred
1 mth ago
Get help
Reported - view
Re: Product from multiple records
You can try something like this: let allNumbers := (select Table2).A; let startMulti := 1; for num in allNumbers do startMulti := startMulti * num end; startMulti Line 1:…
Fred
Fred
1 mth ago
Get help
Reported - view
Re: add Rich Text Fields
@Leo Woer When you get a chance please mark the post “answered”.
Fred
Fred
1 mth ago
Get help
Reported - view
Re: add Rich Text Fields
@Leo Woer said: if there is a smarter way to use a number as id in the workaround I do in line 2 and 3 ? I'm not sure what you are asking? Scripts in buttons never "leave" the table they are in.…
Fred
Fred
2 mths ago
1
Get help
Reported - view
Re: add Rich Text Fields
try: html(raw(RT1) + raw(RT2) If you just use raw(), you will see the html code that is the backbone of the RichText field. So we need to first get the raw() data from each RichText field,…
Fred
Fred
2 mths ago
Get help
Reported - view
Re: Resetting a Page Field...
@Graham Brown said: BUT....is there a bug in the MacOS app with open page("page name","tab name") ? The spelling and case sensitivity checked, but I only get taken to the owning page,…
Fred
Fred
2 mths ago
Get help
Reported - view
Re: Resetting a Page Field...
Or you can use the Trigger after open in the Option for the DB.
Fred
Fred
2 mths ago
Get help
Reported - view
Re: Resetting a Page Field...
If you put a tab at the front you can use the Trigger before view or Trigger after hide.
Fred
Fred
2 mths ago
1
Get help
Reported - view
Re: I can't edit fields?
@Mr. K. That is strange since you probably didn't do anything on your Mac. That would have to be a question for Ninox.
Fred
Fred
2 mths ago
1
Get help
Reported - view
Re: I can't edit fields?
iCloud stored DBs can only be administered by one app (either MacOS or iPhone or iPad). Since there is no login, the device is the user account and only 1 is set to be admin.…
Fred
Fred
2 mths ago
1
Get help
Reported - view
Re: Formula error? What is wrong?
I can't seem to duplicate it.
Fred
Fred
2 mths ago
Get help
Reported - view
Re: Formula error? What is wrong?
@Mr. K. is it a local saved or iCloud saved DB?
Fred
Fred
2 mths ago
Get help
Reported - view
Re: Are these all errors?
Looks like you have Ninext installed. Those numbers show different types of links. Red are external links. I forget what green and yellow mean.
Fred
Fred
2 mths ago
Get help
Reported - view
Re: V 3.16.4, WOW what a mess.
@Mr. K. I just tried it with your DB and I had no issues setting a background on my iPhone.
Fred
Fred
2 mths ago
Get help
Reported - view
Re: Sum the checked items in Dynamic Multiple Choice
@Rafael Remember that dynamic choice fields give you the recId so you will need to also use the numbers() command in the for loop so you can then use the record() command.…
Fred
Fred
2 mths ago
1
Get help
Reported - view
Re: Formula error? What is wrong?
Is this in the iPhone version?
Fred
Fred
2 mths ago
Get help
Reported - view
Re: V 3.16.4, WOW what a mess.
@Mr. K. said: You could test first with the older version of Ninox So on my iPhone ver 15.4, I was able to add an image to a background of a DB. I updated to 16.…
Fred
Fred
2 mths ago
Get help
Reported - view
Re: Sum the checked items in Dynamic Multiple Choice
try a for loop and record() command.
Fred
Fred
2 mths ago
Get help
Reported - view
1
2
3
4
5
148
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