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
3736
592
5
Joined: Thu Feb 06 18:42:57 UTC 2020
Follow
My Posts
Latest Posts
Re: Ninox 3.17.4
Looking at the iPad app, I see it is at 3.17.7. I don’t know when the change happened but My Database is now called Local Database. To my memory there has never been an option to sync.…
Fred
Fred
1 mth ago
Get help
Reported - view
Re: updating a summary table automatically over time
I guess you could create a script that runs a opening of the DB that checks the date and if it equals Jan 1 of the new year then it creates the new summary records.…
Fred
Fred
1 mth ago
Learn and share
Reported - view
Re: deduct processing weeks from delivery week
Can you upload a sample DB?
Fred
Fred
1 mth ago
Get help
Reported - view
Re: pdf from html
Is the HTML file generated from Ninox data? Or is the HTML file imported? Are you planning on using the built in print engine or do you have a public cloud account with access to dynamic printing?…
Fred
Fred
1 mth ago
Get help
Reported - view
Re: Execution context
@Johannes if you use the app then the Native app column applies. The web app is only for browsers.
Fred
Fred
1 mth ago
Scripting
Reported - view
Re: Execution context
@Pieter Jelle Biesheuvel yes it does. if you save your DBs local/iCloud then your computer is the "server" so this chart doesn't really apply.
Fred
Fred
1 mth ago
1
Scripting
Reported - view
Re: Is this possible in ninox?
Found some time. Here is my changes. I only update the button in SchedulePlanner. I don't see how you can add the same button to DailyPlan since you don't have the same information.…
Attachment
Fred
Fred
1 mth ago
Get help
Reported - view
Re: Module or another smart way to do things
Are you using dynamic or regular printing?
Fred
Fred
1 mth ago
Get help
Reported - view
Re: Is this possible in ninox?
@Kruna I'm sorry for not replying sooner. I don't have a lot of free time right now. If someone else can jump in that would be great. If you don't mind waiting I can get to it in a week or so.
Fred
Fred
1 mth ago
Get help
Reported - view
Re: Is this possible in ninox?
@Kruna So here is the updated button code: let allTimeslots := ((select Timeslots) order by Uhrzeit); let selectedTimeRec := record(Timeslots,number('Select Start Time')); let selectedServiceRecs :…
Fred
Fred
2 mths ago
Get help
Reported - view
Re: How to Implement Batch Data Entry and Quoting via a Button After Uploading Product Details?
@lixingyang Another option, if you don't need a history, is to use the link to quote to just pull the Customer Name/Number. In a new formula field you can put: first(Quotes.Contacts).…
Fred
Fred
2 mths ago
Get help
Reported - view
Re: Is this possible in ninox?
@Kruna can you remind me the table and buttons that you are having issues with?
Fred
Fred
2 mths ago
Get help
Reported - view
Re: Stocktaking/inventory
Can you post a sample DB?
Fred
Fred
2 mths ago
Get help
Reported - view
Re: How to Implement Batch Data Entry and Quoting via a Button After Uploading Product Details?
You can try something like: let t := this; let importRecs := select ImportTable where 'Quote Batch Number' = t.'Batch Number'; for import in importRecs do create Positions.…
Fred
Fred
2 mths ago
1
Get help
Reported - view
Re: dialog - causes text field "trigger after update" to fail
Take a look at this page. It shows you where actions happen in Ninox by default. If your DB is stored locally,, then a dialog should always work. I noticed that you don’t have a let in front of ans.…
Fred
Fred
2 mths ago
1
Get help
Reported - view
Re: custom form in a table view - weird issue
That is the issue with creating UI in data tables. You need a record to show the UI, so once you delete all records you have nothing to show the UI. One solution would be to put a new parent table…
Fred
Fred
2 mths ago
Get help
Reported - view
Re: Upgrade Mac App: 3.17.4....or a backwards step?
What was the old code?
Fred
Fred
2 mths ago
Get help
Reported - view
Re: Modularity FAQ and quick start
@John Halls Sadly I only know what is on this page and videos. Though I think the “get email” was mentioned by Andy at Nioxus. I’m not a partner so I don’t get any special access.
Fred
Fred
2 mths ago
Modules
Reported - view
Re: Modularity FAQ and quick start
@RoSoft_Steven I wasn't talking about data size. I know all the data gets copied. But for me since all three leagues are in one DB, all the records are in one DB.…
Fred
Fred
2 mths ago
Modules
Reported - view
Re: Modularity FAQ and quick start
@Leo Woer One aspect is the ability to make DBs, “products”, that you can sell to others. This is not planned for the first versions but is planned. For us immediately,…
Fred
Fred
2 mths ago
Modules
Reported - view
Re: Mise à jour nouvelle version
@Hubert Follic A subscription allows you to use the public cloud service. Which gives you: automatic backups dynamic printing ability to connect to external data sources sending of email (soon also…
Fred
Fred
2 mths ago
Learn and share
Reported - view
Re: Date and time formats
@Anton Yeah, their instructions have been a work in progress since forever. You use the format() command.
Fred
Fred
2 mths ago
1
Scripting
Reported - view
Re: Different views on on page
@Philip Meinertz If you are happy with the solution, please mark the post answered when you have a moment.
Fred
Fred
2 mths ago
Get help
Reported - view
Re: Mise à jour nouvelle version
@Hubert Follic It sounds like you are using the iOS app. Do you see ‘Local databases’ in upper left corner of the app? If all of your DBs are here then you don’t need to have a Ninox starter…
Fred
Fred
2 mths ago
Learn and share
Reported - view
Re: Who can help me with this or a partner?
@Rafael very impressive. good work.
Fred
Fred
2 mths ago
Get help
Reported - view
1
2
3
4
5
150
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
Backups and storage
Process monitor
View all topics