Skip to main content
Ninox-Website
Ninox-Documentation
How to enable Javascript
Sign Up
Log in
Learn & Share
Get help
Webinars
All topics
Contact
Privacy
Overview
Profile
ioannis
ioannis.1
8
0
0
Joined: 10 May 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
4 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
4 yrs ago
Get help
Reported - view
Ninox-Website
Ninox-Documentation
Overview
Learn & Share
Get help
Webinars
View all topics