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
ioannis
ioannis.1
8
0
0
Joined: Fri May 10 14:09:21 UTC 2019
Follow
My Posts
Latest Posts
Re: Building your own Function?
Hi Gunther Thank you for your input I am not sure what do you mean by "use the real Tablename as a format!"
ioannis
ioannis.1
4 yrs ago
Get help
Reported - view
Re: Building your own Function?
Thank you for your time I think this is a bug because this version works function gtTbl(tblnm : text) doswitch tblnm docase "rajan sankaran collection":(select 'Rajan SANKARAN')endend;let tblnm :…
ioannis
ioannis.1
4 yrs ago
Get help
Reported - view
Re: Building your own Function?
I think I managed the syntax function getTable(tblnm : text) doswitch tblnm docase "remedies":(select Remedies)case "rajan sankaran collection":(select 'Rajan SANKARAN')endend;let tblnm :…
ioannis
ioannis.1
4 yrs ago
Get help
Reported - view
Re: Building your own Function?
Thank you for the answer I am trying to use it in simple example but cannot figure exactly the syntax let tblnm := "TABLE";switch tblnm docase "TABLE":(select 'Remedies')end; "TABLE".…
ioannis
ioannis.1
4 yrs ago
Get help
Reported - view
Re: Building your own Function?
I would like to use in (select 'Table Name' ) I am trying to make a function for searching data in all databases Somethng more sofisticated than the built-in search So i would like to be able to use…
ioannis
ioannis.1
4 yrs ago
Get help
Reported - view
Re: Building your own Function?
Hi I am looking in the manual and I cannot find the possible data types that can be used in a user defined function as in function name(argument:data type,...…
ioannis
ioannis.1
4 yrs ago
Get help
Reported - view
Re: UD Array Functions by Index
Perfect Thank you
ioannis
ioannis.1
5 yrs ago
Get help
Reported - view
Re: UD Array Functions by Index
Hi I am trying to make a function to check if a string is a member in an array function aContains(txt : text,chk : text) dolet ar := split(txt, ",");for i in range(0, cnt(ar)) doif item(ar,…
ioannis
ioannis.1
5 yrs ago
Get help
Reported - view
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