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
Plugin apps
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
1621
posts
226
likes received
5
followers
Badges
Latest Posts
Re: How can I disable the the delete record, duplicate record and create record buttons in the menu
I've tried it with an if then statement and it doesn't work in the trigger on create. Today I have requested this feature in the Beta team for future updates.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
7 yrs ago
Get help
Reported - view
Re: How can I disable the the delete record, duplicate record and create record buttons in the menu
You can also use delete this with a if statement.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
7 yrs ago
Get help
Reported - view
Re: How can I disable the the delete record, duplicate record and create record buttons in the menu
For the create and duplicate you can put delete this in the trigger on create field of the table properties. To disable deletion, therefore i have no solution.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
7 yrs ago
Get help
Reported - view
Re: email Attachments
I think E-mailing is only possible with Cloud version.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
7 yrs ago
Get help
Reported - view
Re: Formatting a formula result in a subtable
👍
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
7 yrs ago
Get help
Reported - view
Re: Formatting a formula result in a subtable
Note that 20% in your numberfield is a value of 20 and not 0,2. %-sign is just an indicator.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
7 yrs ago
Get help
Reported - view
Re: Formatting a formula result in a subtable
The first number of the formula gives the number's currency or %. eg if you calculate this 100€ * 20% / 100 it wil give 20€ if you calculate 20% / 100 * 100€ it wil give 20%
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
7 yrs ago
Get help
Reported - view
Re: How to show tables marked hidden ?
Go to the wrench upper right and activate editing. Then you can see all the tables in the datamodel tab where you can unhide them to view.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
7 yrs ago
Get help
Reported - view
Re: Automate other field entries depending on one table reference field
In the next fields you could enter this in the Display field only,if : "Client name" != null
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
7 yrs ago
Get help
Reported - view
Re: Multi criteria filter
Maybe try like in stead of = like "German" and like "French" I haven’t test it dough.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
7 yrs ago
Get help
Reported - view
Re: Template for password protected database
I agree, I have also experienced this fault. I Think the DE 2019 version locking method is better.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
7 yrs ago
Learn and share
Reported - view
Re: Display field only if Question
Oops, my fault, it must be this:
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
7 yrs ago
Get help
Reported - view
Re: Display field only if Question
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
7 yrs ago
Get help
Reported - view
Re: How do I update a view field
Normally there is an hamburger symbol to open a menu in the upper right corner? Here you can delete the image...
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
7 yrs ago
Get help
Reported - view
Re: CHOICE option appended to a TEXT field
Put this in the trigger after update in the Choice field. let prevTEXT := Text;let txtChoice := text(Choice);Text := prevTEXT + " " + txtChoice Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
7 yrs ago
Get help
Reported - view
Re: Template for password protected database
You could be right but i can't test it because i'm the only user of Ninox. In the german Webinar DE 2019 i saw an other password related table (221_Erst_Passwort_dann_Zugriff) witch could also be…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
7 yrs ago
Learn and share
Reported - view
Re: Template for password protected database
Thank you for the feedback, I didn't thought about multi users since the cloud version has already build in restrictions for multi users. But still a good idea to implement. Thanks
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
7 yrs ago
Learn and share
Reported - view
Re: Using old format for new table
You can also use "duplicate" database and set "copy records" to "no". Then You will have an emty database to use for new data...
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
7 yrs ago
Get help
Reported - view
Re: copy a database
Click next the database icon on the right where you get a menu. In that menu you can create a backup of the database. see : https://ninoxdb.de/en/manual/data-backup/data-backup
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
7 yrs ago
Get help
Reported - view
Re: Hiding fields
Display field only, if: null your field would then be hidden....
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
7 yrs ago
Get help
Reported - view
Re: Windows version ???
You could also use the cloud version on any browser in windows.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
7 yrs ago
Get help
Reported - view
Re: Text Field entry forced UPPERCASE
Ex. Put this in the trigger after update in the field. let myT := Textfield;Textfield := upper(myT)
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
7 yrs ago
Get help
Reported - view
Re: Custom made Icons
Unicode perhaps?
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
7 yrs ago
Get help
Reported - view
Re: Text styled function
I don't think it is possible to "style" text fields or number fields. If it has to be, you can make duplicates of the fields in a formula field and use only these fields in a table view. ex.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
7 yrs ago
Get help
Reported - view
Re: Text styled function
Not shure what you mean but is this working for you? This should be entered in a formula field. if 'Candidats Inscrits' < 'Max. Candidats' thenstyled("Incomplet","red")elsestyled("COMPLET",…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
7 yrs ago
Get help
Reported - view
1
59
60
61
62
63
64
65
Ninox-Website
Overview
Learn and share
Get help
Service status
Plugin apps
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