Skip to main content
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
Documentation
Setup
Databases
Automation
My account
Administration
Webinars
Overview
Profile
Sean
Sean
1762
79
0
Joined: Tue Jul 31 23:45:13 UTC 2018
Follow
Coding Dart/Flutter in my spare time
My Posts
Latest Posts
Re: Prevent record pop-ups when clicking the view table or a subtable
I don't think that is possible with a View layout element or Table Reference yet. If you have access to the Webinar EN 2020 team there is an example database, HTML Tricks,…
Sean
Sean
4 yrs ago
Get help
Reported - view
Re: how do i delete a reference between rows
Set the table reference equal to 0. So if you wanted to unlink the current record in the many table you would use code like this... let curRec = this; curRec.…
Sean
Sean
4 yrs ago
Get help
Reported - view
Re: How to delete a table
Click on the gear icon and choose "Edit fields..." then you'll see a red "Delete table" button at the bottom left corner.
Sean
Sean
4 yrs ago
Get help
Reported - view
Re: What relationship is appropriate?
See if these two links help. I think you need a Many to Many relationship.…
Sean
Sean
4 yrs ago
Get help
Reported - view
Re: Find by array ?
You're welcome Alain. I worked up some code based on your original post which was more general about wanting to select records based on items in an array.…
Sean
Sean
4 yrs ago
Get help
Reported - view
Re: Regex (tests) not working as expected ?
You're welcome Luis. I'm fairly confident Ninox does not support the ability to turn modes on/off for only part of the regular expression. Where the manual briefly mentions the regex functions,…
Sean
Sean
4 yrs ago
Get help
Reported - view
Re: Regex (tests) not working as expected ?
Here are a couple of ways that produce the same result in a View layout element. First, uses the testx() function and 'Search String' is a text field...…
Sean
Sean
4 yrs ago
Get help
Reported - view
Re: Regex (tests) not working as expected ?
Well, I always wondered how people managed to post the same thing twice
Sean
Sean
4 yrs ago
Get help
Reported - view
Re: Regex (tests) not working as expected ?
You answered your own question. From the manual... testx(string, regular_expression, flags) You were trying to combine the pattern with the flag and I'm not so sure your pattern would work.
Sean
Sean
4 yrs ago
Get help
Reported - view
Re: Regex (tests) not working as expected ?
You answered your own question. From the manual... testx(string, regular_expression, flags) You were trying to combine the pattern with the flag and I'm not so sure your pattern would work.
Sean
Sean
4 yrs ago
Get help
Reported - view
Re: Find by array ?
How are you filling your array? The only way I know it can be done is to create another table that you can copy the information to and then you can either go to that table or use it as the source for…
Sean
Sean
4 yrs ago
Get help
Reported - view
Re: Forms
If I understand correctly, you need to add a Tab layout element to one of your Forms. This enables you to have different fields on each Tab, but you can't have the same field on multiple Tabs.
Sean
Sean
4 yrs ago
Get help
Reported - view
Re: Static Map With Multiple Markers
Very nice Steven! Thanks for sharing
Sean
Sean
4 yrs ago
Learn and Share
Reported - view
Re: How to Sort Localisation fields properly ?
I wasn't aware of all the possible prefix names. It is easily fixed though. Move all single word prefixes to the end of the list of compound prefixes that begin with the same word.…
Sean
Sean
4 yrs ago
Get help
Reported - view
Re: I would like to copy the contents of a field to the same field in the next record
Please look at this thread... https://ninox.com/en/forum/technical-help-5ab8fe445fe2b42b7dd39ee7/question-5c40c978b03a5d15e04ad2e6?post=5c423cb788e94d34092bcf36&page=1
Sean
Sean
4 yrs ago
Get help
Reported - view
Re: multiple choice equal to twice the same value!
Scott, Difficult to say without more information. You can use the numbers() function, but you have to convert it to a string first. Something like this...…
Sean
Sean
4 yrs ago
Get help
Reported - view
Re: How to Sort Localisation fields properly ?
Sean
Sean
4 yrs ago
Get help
Reported - view
Re: Is there a way to combine 2 print layouts?
I would send an email to Ninox support directly or join one of their webinars at this point.
Sean
Sean
4 yrs ago
Get help
Reported - view
Re: integrated Google Maps Formula.
Hi Terry, It's possible to do what you want in Ninox, but I don't know if it's going to work in Google Maps. I tried your code from just the "Street Address" condition and didn't use "do as server".…
Sean
Sean
4 yrs ago
Get help
Reported - view
Re: integrated Google Maps Formula.
Terry, Would you please post what the final src string is supposed to look like. "" equates to nothing when you are building a string so I don't know why that is in there.…
Sean
Sean
4 yrs ago
Get help
Reported - view
Re: How to Sort Localisation fields properly ?
Julien, You can do it a couple of different ways. In my tests, I just added a formula field to the table and entered the formula there. You can also put the formula in the "Trigger after update" of…
Sean
Sean
4 yrs ago
Get help
Reported - view
Re: How would I code/formula for a MAC address in a text field?
In the "Trigger after update" of you MAC Address field enter this... 'MAC Address' := replacex(upper('MAC Address'), "(\w{2})(\w{2})(\w{2})(\w{2})(\w{2})(\w{2})", "$1:$2:$3:$4:$5:$6")
Sean
Sean
4 yrs ago
1
Get help
Reported - view
Re: Why is Formula Editor changing my variables?
I would try changing the variable names to something other than single capital letters. I think your variable names are conflicting with internal Ninox Ids.…
Sean
Sean
4 yrs ago
Get help
Reported - view
Re: on which database is Ninox build
If you look at this link https://ninox.com/en/jobs/senior-full-stack-developer in their Careers section, you'll see Mongodb and PostgreSQL mentioned. I'm just speculating,…
Sean
Sean
4 yrs ago
Get help
Reported - view
Re: Multi line cell to several singel line cells
You can use the split() function which will return an array. Something like this... newArr := split(MultilineField, " ") Use the count() function to get the total array items and use the item()…
Sean
Sean
4 yrs ago
Get help
Reported - view
1
32
33
34
35
36
71
Ninox-Website
Overview
Learn and Share
Get help
Service status
Documentation
Setup
Installed apps
Public Cloud
Private Cloud
On-Premises
Databases
Tables
Table relationships
Fields and elements
Pages
Views
Import and export
Modules
Printing
Templates
Use cases
Automation
Scripting
Functions
API
My account
Subscriptions
Administration
Manage workspaces
Manage collaborators
Access permissions
Usage overview
Process monitor
View all topics