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
RoSoft_Steven
RoSoft_Steven.1
Ninox partner
Belgium
www.rosoft.be
Follow
Joined
Sun Sep 30 17:18:00 UTC 2018
1634
posts
234
likes received
5
followers
Badges
Latest Posts
Re: Can icons be made condition on a choice field?
In a formula field(with the function format()) or icon field you can only have one build-in icon. But You could try using unicode (📎 - 🔗 - ✏ - ...)characters instead of the build-in icons.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: Button action to switch from one table form to another table form?
From the blog: https://ninoxdb.de/en/blog/release-25 > The command openFullscreen(record) will pop up a screen-filling form: openFullscreen(this) or from another table :…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: About Ninox searching, indexing, search speed and file size
"Index" is not recommended for normal use but in some cases it is, Birger said we normally don't have to activate this. I believe this is also still an experimental option (forgive me developers if…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: How to setup a global relation?
You can use a table with those records. In another table you can use record(Table,recordId).field to point to that value.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: I want to show a field only if a particular item in a multiple choice field is selected. How do I do this?
Use: text(multiplechoice) = "textyouwanttocheck"
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: Is is possible to get the actual day from a date?
format(date,"dddd") see chapter Date Functions here : https://ninoxdb.de/en/manual/calculations/reference-of-functions-and-language
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: How to make a smaller save size with an archived database?
I think the above screen only applies to the IOS stand alone version for Mac. You can however make a backup of the entire database by clicking next to the database-icon (on the top-right of it).…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: Printing a document
No experience with mac computers (I use windows,maybe a search on the web can help you) and yes, by my knowing,PDF is the only way to print reports.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: Printing a document
Maybe because Pages is selected as default to open PDF files, can you chose another pdf reader on your mac?
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: Why does Ninox 'remember' deleted Ids?
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: Why does Ninox 'remember' deleted Ids?
In some versions (stand alone with icloud sync)there's an reorganize option in the menu next to the database-icon. maybe this will help with the "out of sequence" Id's.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: Export selection of data
If you look in the template database invoices in the customers table, there you have an example in the view top clients where only the top clients are displayed.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Learn and share
Reported - view
Re: Why does Ninox 'remember' deleted Ids?
It has something to do with sync possibilities of Ninox, when you delete records on one device, the same id still exists on another device. Now when you create another record with the same id you've…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: Can I change the format of the Date
Yes, have look under the section "Date functions" here https://ninoxdb.de/en/manual/calculations/reference-of-functions-and-language
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: More options for the View layout element
+1
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Learn and share
Reported - view
Re: How can I lock the data
If you put "null" (without the quotes) in writable if then these fields will be locked for editing.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: How can I lock the data
If you lock the whole table like here above, you must have a second table where you can switch this On or Off (with a yes/No field. Let's say you have a table "Settings" with only one record(*1) (Id…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: How can I lock the data
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: How can I lock the data
In every field you want to lock, You can put "not yourYESNOfield" without the quotes in the fields preferences.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: Filtering by multiple selections at the same time
Have you tried like"xxxxxx" or like"yyyyyy" like"xxxxxx" and like"yyyyyy" ps: not sure if you must use 'or' or 'and' , just try what suits best for you in your case.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: Need a field formula that inserts a unique and sequential number?
Problem is when you make use of the record ID is when you delete a record the numbers wouldn't be in a sequence annymore. So 2019+recordID is not a good idea.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: Export selection of data
You can make a new Tableview with the data you want and then export that Tableview with the command Export Data in the gear-icon menu in the middle top of the screen.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Learn and share
Reported - view
Re: This is all about GPS…
😊
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: This is all about GPS…
And birger did something with location fields in the 92_Location database in a past webinar.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
Re: This is all about GPS…
Yes, it was Maarten Thiebou. He is also a Ninox partner and his site is https://appweaver.nl/
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
6 yrs ago
Get help
Reported - view
1
58
59
60
61
62
66
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
Private Cloud Administration
Manage workspaces
Manage collaborators
Access permissions
Backups and storage
Process monitor
Solutions
Ninox E-Invoice
View all topics