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
Mconneen
Mconneen
1140
13
1
Joined: Fri May 11 20:44:06 UTC 2018
Follow
My Posts
Latest Posts
Re: Provide a ninox interface to the iOS app "shortcut"
Pascal, Here is the thread that outlines sending SMS through email gateways. https://ninoxdb.de/en/forum/technical-help-5ab8fe445fe2b42b7dd39ee7/smstext-function-5b352905f87cfa7f16294b0b
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
Re: Provide a ninox interface to the iOS app "shortcut"
Pascal.. I am not sure I follow your use case ... You CAN create a calendar entry via Ninox.. See the syntax for createCalendarEvent(calendar, title, from, to) Also.. to automatically SMS the client..…
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
Re: View that multiplies data from other two tables
Is there an "order" table ?? Or something that indicates you are making a Mucho Grande vs a Grande? Is that on the parent table?
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
Re: View that multiplies data from other two tables
Is there a field that is the same value on each table? Sounds like you need to create a relationship between the tables.. Once the relationship is created, then you can use the value.
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
Re: Is there an updated tutorial anywhere that isn't incorrect?
@Frederico, I understand your frustration. There are a few organizations that run blogs and such.. Check out the following:https://www.ninoxus.com/?r_done=1 And http://software.kirknessassociates.…
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
Re: Unticking a check box
@Dan.. Yes you can "uncheck it" .. You will just have to loop through and rebuild it each time.. which.. in my opinion is not a good strategy .. Pull them out into their own fields..…
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
Re: Unticking a check box
@Dan, is your "list of risk factors" a multi-choice box? I suppose you could create a loop to process the array of "chosen" values and remove the risk factor.…
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
Re: Is it possible to make a view with a top 10 only?
@Sean... Thanks for confirming.. and I recall a similar post about "rank".. though a slightly different use case. As I often say.. I like to walk around the block to go next door..…
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
Re: Is it possible to make a view with a top 10 only?
@Sean.. I thought of that.. but arrays are not multidemisional .. so all I would be sorting is the amounts.. not the records... Or am I missing something?
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
Re: Creating an address block from different fields
Given.. Here is the code for Address Label
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
Re: Open email client with pre-populated email, subject and attachment
You cannot add an attachment to a URL..
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
Re: Is it possible to make a view with a top 10 only?
WOW.. Never really paid attention that when ordering a select.. it only orders ascending... and the documentation does not list any other option to order descending.. Hmm.. Given that limitaiton..…
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
Re: Constraint formula to prevent double
Hmm.. Try this.. (1) To the Station table... add a field called "Add Product", which is a relationship from Station to Product. (2) In 'Add Product's Trigger after update ...…
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
Re: go to a table view (instead of dashboard) when opening database
Just to be clear.. You are putting the syntax in the trigger after open ??
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
Re: add item
If ordering is important... You can create a "insert after" or an "insert before" .. with a field ... and then programatically reorder the rest of them.. just a thought ..
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
Re: “markup-able” field
Interesting use case. However.. I see this OUTSIDE of Ninox capabilities.. Meaning.. Ninox attaches the image file.. If you want to chance the image file.. Open an host base editor (gimp .. etc)..…
Mconneen
Mconneen
5 yrs ago
Learn and Share
Reported - view
Re: I can no longer save my input to iCloud.
Hmm.. sounds like an email to support@ninoxdb.de
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
Re: Populate a multiple choice field with values from a table, and easily add new values
See this thread for similar discussion. https://ninoxdb.de/en/forum/technical-help-5ab8fe445fe2b42b7dd39ee7/choice-values-from-table-5ce7ed13d295954952aabee7?post=5ceab14d78f9df4b18920b8b&page=1
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
Re: Creating a summary from data
I do not follow what you are trying to "summarize" and what you are trying to "automatically fill in"... sorry.. :( Maybe a picture of your data model and/or suggested input form might help.
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
Re: Incrémentation on différents table
I assume you will keep the "increment value" somewhere globally accessible? As in it's own table? Assuming YES.. then create a global function that manages the "increment table"..…
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
Re: Can add comment to the Ninox query language
Good suggestion... As of now.. there are two leading practices for comments in formulas.. First (and my least favorite) is "just add a comment in quotes" The reason it is my least favorite is..…
Mconneen
Mconneen
5 yrs ago
Learn and Share
Reported - view
Re: choice values from table?
@joh85 For #1 above... there is a more elegant / user friendly way to make these connections other than they way I displayed (which is pretty much "out of the box").…
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
Re: choice values from table?
You can also configure the Keyword Association view on the Keyword table to show the Table 1 text. To populate the Table 1 row with "Keyword" .. .you can also add a search of the keyword table and…
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
Re: choice values from table?
I am not following 100%... Here is a "view" that searches by key word and display's the Table 1 row text..
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
Re: choice values from table?
Sure.. http://mconneen.infointegrators.net/ninox/Keyword.ninox
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
1
22
23
24
25
26
46
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