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: Global Change (yes / no) field
You can make a button or use the "Update multiple records..." in your table view. With a button as example : for i in select Table1 do i.(yes/no := true) end Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
1
Get help
Reported - view
Re: Reference Manual
It is also present on the EN Webinar Team. 😉
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Learn and share
Reported - view
Re: Diacritic (¨/ ^ / é / ù ...) and failling researches
I came across this post, maybe this can help you: https://forum.ninox.com/t/h7hrmz2
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Track selection of Dynamic Multiple Choice field
Thanks @Fred , Always fun and appreciated when someone exchanges ideas. It would be even nicer if there were a sample database shared with the community. Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Learn and share
Reported - view
Re: "Join" script function will not show line breaks
Building +" "+Street address+" "+City+" "+County+" "+Postcode+" "+Country I use something like this in a formula field. Make sure the height of that formula field is high enough to display the…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Function parameters - which types are possible
@Sean I think it can be done with the eval() function (Haven’t try it though). let code:= “record(“+ FieldContainingYourTablename+”,number(extractx(text(i),””\d.*””)))”; eval(code,this) Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Trigger on Open....
@Mel Charles thanks Mel 👍
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Trigger on Open....
@Mel Charles Strange, this must be a bug... Does it continue to work after you reopened your database in the first tab or do you have to reopen every time?…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Meters
This one could also be of interest: https://www.dropbox.com/s/7yq86u5ftd9qm42/098_SVG_Progressbars.ninox?dl=0 Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Meters
@Rafael I've created this database, so I can share it with you. https://www.dropbox.com/s/q04vqds5l53tjlw/093_HTML_SVG.ninox?dl=0 Steven.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Trigger on Open....
You could use the 'trigger before' view of the TAB element.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
1
Get help
Reported - view
Re: Meters
Code to copy/paste.....😉 html("<html> <head> <script type=""text/javascript"" src=""https://www.gstatic.com/charts/loader.js""></script> <script type=""text/javascript""> google.charts.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Meters
@Rafael @Mel Charles It is possible with google charts to use their gauge: https://developers-dot-devsite-v2-prod.appspot.com/chart/interactive/docs/gallery/gauge Is this something you can use in…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
1
Get help
Reported - view
Re: CONSTRAINT
@Rafael Weird, it works on my ipad with like: Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: CONSTRAINT
@Rafael The constraint of your ACTIVITIES_Line field should be: a.Product_Line.Line like b.Product_Line.Line Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
1
Get help
Reported - view
Re: two-way communication with external app?
Yes, in a HTML page with API. You can query only the active ones. Or you can share a view in json where you already filter to the needs. Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Multiple Choice Field - How to get possible values/choices
There may be other ways but this is one... First, this will not work in a formula field as we need a trigger. In this example i used a button. Also we need a (multiline)text field,…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Cascading Selection Fields with a twist
Maybe this gives you idea's... : https://forum.ninox.com/t/g9hrzlf/filling-lines-of-ordersarticles-with-dynamic-multiple-choice-fields-and-cascading-dynamic-choice-fields Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
1
Get help
Reported - view
Re: Image size in fx field
You need something with html. See this post for info: https://forum.ninox.com/t/p8hrmy2#m1hrrvt Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: google chart in form
@subzwari Maybe wrapping your formula/funtion field in the number() function to pass in the chart. number('Inc per day') number('Expense per day') e.g.: ..... ['Complete'," + number(Complete) + "], ..…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Join without empty lines
No need of the else then null, also not using the join function is easier. Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
1
Get help
Reported - view
Re: google chart in form
@Rafael I haven't try this type of graph but importing them into Ninox would require a lot of javascript and is not easy.(And not my strenght) Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Customized button
Chouette @Jacques TUR merci!
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Learn and share
Reported - view
Re: google chart in form
@subzwari more info on the google chart website. Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Send reminder SMS
@Cirugia Toracica This can be done with messagebird.com using the API of messagebird. Code example: let response := do as server http("POST", "https://rest.messagebird.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
1
21
22
23
24
25
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