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
Solutions
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: Filter records in Kanban view?
@j.ford.pico.. What I have done is build a filtered table tab.. then build the Kanban tab off that. The drawback that I see thus far.. the Kanban is locked to the initial filter.…
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
Re: Filter records in Kanban view?
@j.ford.pico.. What I have done is build a filtered table tab.. then build the Kanban tab off that. The drawback that I see thus far.. the Kanban is locked to the initial filter.…
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
Re: Poll: are you using the visual or the text editor in formula editing?
Text
Mconneen
Mconneen
5 yrs ago
Learn and share
Reported - view
Re: function valid for one time
I use an item price table that has a date range. Then a function that looks up the price based on a date (Sale Date for example)... Then I have a button on the item price to "Add New Price" ..…
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
Re: Can I create a display that contains a food menu that updates the database after each sale?
@Scott ... most set ups that I am familiar with use the thermal printer to trigger the drawer to open. So when a receipt it printed, it pops the drawer.…
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
Re: Optain Bearer-Token Client-Side?
OK.. Is there a way to optain the bearer token via basic auth (or smth. similar) against an api-endpoint ... If your third party end point requires basic authentication, YES..…
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
Re: Optain Bearer-Token Client-Side?
Basic authentication requires a base64 encodd Authorization header. Ninox does NOT have a base64 function, so you have to encode that outside of Ninox.
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
Re: Syntax for consecutive requests API
I have NOT used bexio.. but this page defines the oAuth steps. https://docs.bexio.com/oauth/oauth/index.html First.. verify these steps using a development platform ... Postman is a typical one..…
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
Re: HTTP Call Closes Database
@Clive, While I have not tried to use the wordpress api (yet)... This link points to the authentication needed https://developer.wordpress.org/rest-api/using-the-rest-api/authentication/ The secret…
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
Re: HTTP Call Closes Database
@Clive, While I have not tried to use the wordpress api (yet)... This link points to the authentication needed https://developer.wordpress.org/rest-api/using-the-rest-api/authentication/ The secret…
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
Re: is it possible to make a specific field writeable when empty or if its a amdin
oops.. here is the form.
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
Re: is it possible to make a specific field writeable when empty or if its a amdin
This worked from me on the cloud version .. DANGER.. for a regular user.. once the TAB off the field. it is locked.... If you want to keep it open until intentionally "saved" ..…
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
Re: Is there a way to get an action done in the background
@berry_in_manila ... Well.. while we wait for Ninox to impement a schedule .. There are a few options.. 1. Use the Options Trigger after Open event to fire a global function to determine if something…
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
Re: time limited data entry for new record?!
Hmm.. without thinking too hard.. You could use a formula field in the writable if.. and compare the _cd (created on) to the current time.. If less than 15 mintues.. return true (writable) ...…
Mconneen
Mconneen
5 yrs ago
Learn and share
Reported - view
Re: record lock-out
Hmmm.... I guess you would have to code your own lookup .. and place the userID of the person editing the row on the row ..and then do a writeable if.. scenario .. Out Of the Box..…
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
Re: closed a page without using the cross
@Administrateur There have been a few html / css hacks discussed on this forum.. Here is one of them..…
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
Re: Maps and Locations
@Max.K.. I recall a similar thread somewhere on this forum.... Basically .. if you store your addresses as "locations", you have access to the lat / long..…
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
Re: Ninox is losing id of functions, am I taxing the app too much?
@Drew, I have seen strange behaviors.. one of which was Ninox would never call my FIRST fuction .. I had to put a bogus one in. No clue as to why.. and it would randomly repeat.…
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
Re: Can a field appear on TWO tabs of the same form view?
@Drew.. Let's pull the last issue back to your original thread..…
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
Re: Show day of the week from date field
@Joe Sure.. you can find the function defintion here. https://ninoxdb.de/en/manual/calculations/reference-of-functions-and-language Then use your browsers search (ctl+f ..…
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
Re: Show day of the week from date field
@Joe ... check out the format(datetime, format) ... put something like format('My Date Field', "ddd"); in a function or after update trigger.
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
Re: How to update new number field to contain the table record id
@Dean This worked for me on the Mac App.
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
Re: Can a field appear on TWO tabs of the same form view?
@Drew, When it is important enough.. I put the rules (after update / on create) into a global function.. then call them from other code snipettes. Interestingly enough..…
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
Re: Can a field appear on TWO tabs of the same form view?
@Drew ... At lest via the MacApp.. the triggers after update are fired via UI interactions, not other triggers / code.
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
Re: System for multiple "guest" users?
You could front-end your Ninox Cloud application with a web app and use the Ninox REST API to pull / push the data. While you "could" develop your own "log on page" in your Ninox Cloud app and manage…
Mconneen
Mconneen
5 yrs ago
Get help
Reported - view
1
10
11
12
13
14
46
Ninox-Website
Overview
Learn and share
Get help
Service status
Documentation
Solutions
Ninox E-Invoice
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