Skip to main content
Ninox-Website
Ninox-Documentation
How to enable Javascript
Sign Up
Log in
Learn and share
Get help
Webinars
Service status
Documentation
All topics
Contact
Privacy
Overview
Profile
Westy
Choices_Software_Dean
564
3
0
Joined: Sat Jun 15 16:44:57 UTC 2019
Follow
My Posts
Latest Posts
Re: Selecting specific records
When searching the documentation at the above link, try pressing the command and f keys (on mac) or control and f keys (on windows) and typing "select".…
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Selecting specific records
select b[Status=2] order by Amount There are numerous examples in the documentation at: https://ninox.com/en/manual/calculations/reference-of-functions-and-language You can also filter and sort by…
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: How customers access the database?
It sounds like you want a multi-tenant solution where a "permanent session filter" could be applied to each table at startup. For example, if the filter criteria was an email address,…
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Embed /URL
Are you looking for the "Share this view..." url? That is under the Tools pop-up at top left in list view.
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Send Email only once and when Text Block was changed
Please provide a sample of your code.
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Send Email only once and when Text Block was changed
To check if content of field has changed you could add code to the "Trigger after update" property of the field. Regarding the emails, you could use a hidden number field as a variable that is set to…
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Buton E-mail
Yes, if you are using the Ninox Cloud: sendEmail({ from: userEmail(user()), to: "recipient@domain.com", subject: "Hello World!", text: "Some text", html: "<h1>Some Text</h1><i>With Markup</i>",…
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Retrievieng values from existing records
jm.deszczynski@ are you trying to copy data to the new record or display related data in the new record? kulejani@ are you trying to relate two tables that were imported into Ninox?
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Retrievieng values from existing records
I agree with Sean that the question(s) are not clear. Please restate.
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Show a constant URL link on all records?
1. create new table1 2. add URL field named "URL" to table1 (fill with URL) 3. create new table2 4. add formular field named URL 5. paste in formular record(table1,1).URL
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Show a constant URL link on all records?
Create a "Prefs" table with one record and a URL field named "URL". In your other table(s) create a formular field with the formular: record(Prefs,1).URL This way the URL is only saved once in the…
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Go to last record
I just noticed that the above code fails if any record in the FieldName column has no value. Someone else can probably come up with a better sample.
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Go to last record
let n := cnt((select TableName).FieldName);openRecord(record(TableName,n))
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Multiple Find?
Good. Thank you for letting us know.
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Auto complete or free entry
See prior post: https://ninox.com/en/forum/technical-help-5ab8fe445fe2b42b7dd39ee7/recall-data-automatically-5eac89a9e0db794e9ade8ecd?page=2
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Multiple Find?
I do not know the answer to your question about the search field, however, if Color is a Choice field, then you can click the Color header and then select any combination of colors as your filter…
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Help for a link
First of all, thank you for being a doctor. Your work is very much appreciated! Try the following steps, to quickly create a sample solution for tracking patient visits: 1.…
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Help for a link
You could have a forms table with a related notes table. The notes table would include a date column that defaults to the current date each time a new notes record is created.…
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Recall data automatically
Nice coding. Well done!
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: how I setup and install Ninox on windows server >> any steps or YouTube video ?
I suggest you send an email to support@ninoxdb.de
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Recall data automatically
Thank you for explaining. Now I understand. I can not think of a way to do what you describe in Ninox. Maybe someone else can help you.
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: how I setup and install Ninox on windows server >> any steps or YouTube video ?
See: https://ninox.com/en/manual/ninox-private-cloud-on-premise-installation/ninox-cloud-on-premise-installation
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Recall data automatically
How is what you describe different than the Find (Trova) field at the top of your screenshots? Enter search criteria and hit Enter key. Then remove filter by clicking "x".…
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: Searching for Tags and successive subsets of Views
One approach would be to create a view (table) for each tag. Then have the views switch from visible to not visible based on the contents of the Choice popup field.…
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
Re: merging two databases into one team
If you just want to copy a database from team1 to team2, you could create a manual baskup of the database in team1 and then import the backup to team2, giving it a unique name.
Westy
Choices_Software_Dean
4 yrs ago
Get help
Reported - view
1
12
13
14
15
16
23
Ninox-Website
Ninox-Documentation
Overview
Learn and share
Get help
Webinars
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