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: Using Id as record counter
Use “Record Counter” := Id = is used to compare things not to assign a value.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: How to select record in linked table on iPad
Problem seems to be solved with the latest Ipad version 3.2.4
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: How to select record in linked table on iPad
Seems like a bug, I can“t eighter 😤 I”ll email support for that.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: Function userLang() and userLang(user) ?
I can“t get something out of it, not in the cloud(browser) and nothing in the Ipad version. I tested it like this in a formula field: let me := user(); userLang(me) and also userLang() didn”t give…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: Test on empty date field failed
Like Uwe said, Or to check if someting is empty you can also use null. “Date Field” = null “Date Field” != null Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Learn and share
Reported - view
Re: How to sort by descending
Maybe with rsort() or sort() ? Haven“t try though.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: How do I find the storage address of an image / copy image outside of Ninox ?
Jaques, Do you have a cloud subscription? I can invite you to the Webinar DE 2020 team where you will find that Reference table and alot of other examples.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: How do I find the storage address of an image / copy image outside of Ninox ?
Already tried the hamburger icon in the imagefield where you have an option : Share this file... With this you can create a url to that image. Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: Maybe the last question of the year, cough,cough.
Michael, Suppose your form(table) where you want the button is Customers and you have a subtable(child) called Payments... You can make a button to create a subrecord like this: let currRec := Id;…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: A big shout out to RoSoft_Steven Rooryck
wow, that just made my day, thank you for those heartwarming words Michael !
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: Button Script needed to open Invoice and link a regular customer.
You could use the trigger on create field of your Invoices table where you can add something like: Customer := 43 for example where Customer is the name of the related custoler table and 43 is the Id…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: Note: Query values of function fields via REST API
Very nice Uwe, Thanks for sharing! Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: Looking for reference material to help understand coding.
Michael, https://ninox.com/en/forum/technical-help-5ab8fe445fe2b42b7dd39ee7/list-of-statements-and-syntax-5fca2397980cb7415a3a8c33?post=5fcb5802794d8413cb5d3a31&page=1 Are you already a member?…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: Print problem
Not possible with code in a button. What you can try is to enlarge the dimensions of the pagehight (2 pages high) and look if there something appears. Afterwards you can put the page normal. Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: List of statements and syntax
You are talking about the templates right? No not those ones, it“s in a Team where your database collection dashboard is. Where you can have multiple Teams.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: Clear Code for Button?
It will also work on number fields.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: Clear Code for Button?
Are the search fields text fields? Then you can use: textfield := null
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: How to make round down work
Yes, this forum becomes very sh.tt. To go to the link, copy as text and paste it in the browser URL bar. Steven.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: List of statements and syntax
No problem Michael, no waste of time. Are you member of the Webinar EN 2020 Team? Or don“t you have a cloud subscription? Maybe consider a free trial period so you can have access to the team.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: How to make round down work
I think Ninox need to update their website, the round up/down syntax is indeed documented in the Mathematical functions section, but I think it was used in previous version of Ninox and is no longer…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: How to make round down work
use floor(“CYL OD”) instead. “round down ” is not a valid syntax in ninox Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: expanding popupRecord
with a select statement you can do that.(this gives back a ID) e.g. let xCopy := “Qref”; let i := first(select Quotes where Qref = xCopy); popupRecord(i) Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: How do I make a linked field appear as I have set the record in the linked table?
Or simplified: Category.Category Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: How do I make a linked field appear as I have set the record in the linked table?
I think this is not possible. Though, You can add a formula field next to the linked field which does that. something like: let i := icon(Category.Category);let c := color(Category.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: Script to view current record ... help
Do you use something like let i =: (create Roller_Blinds ) in your script? Then you can use openRecord(i) to open the created record in your last line of code.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
1
37
38
39
40
41
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