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: 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
Re: google chart in form
@subzwari Maybe this https://forum.ninox.com/t/h7hrmm9 helps. Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Colour Coding
@Rafael As in the manual the styled function accept more than one setting: styled(myText, backgroundColor, fontColor, icon) so in your case you can use styled(text(t),"","blue") for example.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: all databases disappeard
Are you using the latest version of Ninox? The previous version gave us a white screen and nothing else. Maybe Ninoxmanually updating…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: A major step forward.
Agreed with that.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Learn and share
Reported - view
Re: Create records from dynamic multiple choice
@Joren Brouillard 👍
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Create records from dynamic multiple choice
@Joren Brouillard Ik dacht dat u records wou maken vanuit een dynamic multiple choice field. Dit is exact wat de tabel 'Fill Lines with DMC Fields' doet.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Da numeri a lettere
@visiolimaurizio Grazie per aver condiviso questo.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Can i hide empty fields in the customer view?
If you click in the column header, you can set the filter(of a date field) to (not empty) Doing this in ADMIN-mode (red wrench) keeps the changes.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Create records from dynamic multiple choice
And here's the direct link: https://www.dropbox.com/s/qhrs8f6htf2sctj/Used%20Cars.ninox?dl=0 Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Create records from dynamic multiple choice
@Joren Brouillard Maybe these cascading dynamic choice fields could help you Joren :…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Connect customer to E-Mail - Help
@Edward you can delete that, and if you don't need Table 1, you can also delete it.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
1
Get help
Reported - view
Re: Connect customer to E-Mail - Help
@Edward Can you try without the urlEncode in the sendbutton-code ? Sometimes you have to use this depending on the used email program.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Connect customer to E-Mail - Help
@Edward I've changed your e-mail-testing3.ninox version to a working version: most important code is in the 'trigger after update' of the E-Mail Templates - reference field in the EMail table.…
Attachment
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
1
21
22
23
24
25
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