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: Variables: let vs var
Quoted from the 0001_Ninox-Reference database: "The 'var' statement is used to declare a variable in Ninox by assigning a value to it. It automatically assumes the data type of the assigned value.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: Return/Select Record ID of a sub table
last(select ...... order by date) adding order by date will give jou the latest date.. Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: Two formulas updating two seperate fields in a choice field.......Help
Michael, Does this work for you? if 'Num of Curtains' = 1 thenWide_W := "1 x" + " " + Wide_Widths;Num_of_Width := "1 x"+" "+ Curt_elseif 'Num of Curtains' = 2 thenWide_W :…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: Formula to Round up to .5 or full number.
Thank you Michael, and a Happy New Year to you too.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: How can you call an Apple Shortcut from the Ninox iPad app? Found the answer 😊
This is also interesting like your use case for apple users.... https://ios.gadgethacks.com/news/always-updated-list-ios-app-url-scheme-names-0184033/
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Learn and share
Reported - view
Re: Formula to Round up to .5 or full number.
let n := Number % 1;if n = 0 thenNumberelseif n < 0.5 thenNumber - n + 0.5elseif n > 0.5 then Number - n + 1 else Number endendend
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: A personal remark
Happy New Year ! 🥂
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Learn and share
Reported - view
Re: Guidance to build my first database
Waste-bin after clicking on the empty line ?
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: Guidance to build my first database
Gregg, Thanks for the heartening words. First I“ll let you play a little more to learn more about the database, but you need to know this: You have 3 MAIN Tables in my example: To start with:…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: Guidance to build my first database
👍
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: Guidance to build my first database
Hi Gregg, I made an example database where I“ve pulled all my tricks out of my sleeves, and maybe it”s a little overkill, but I think this is more what you want. You can download it here: https://www.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
Re: What is the formula to trigger a yes/no option to set up a follow-up date field 30 days from that day?
Hi, you can put this formule in the trigger after update of your Yes/No field: if “Yes / No” = true thenAppiontmentField := appointment(datetime(number(now()) + 1000 * 60 * 60 * 24 * 30),…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
5 yrs ago
Get help
Reported - view
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
1
36
37
38
39
40
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