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
Günther
Gunther.1
14
0
0
Joined: Fri Sep 14 18:42:46 UTC 2018
Follow
My Posts
Latest Posts
Re: Creative community and javascript
Hi, with the new way of Syntax -checking it's not possible anymore to create new code.
Attachment
Günther
Gunther.1
2 yrs ago
Learn and Share
Reported - view
Re: Does anyone have any strategies for release management from a development to test to production environments?
Have a look: https://gitnox.com
Günther
Gunther.1
3 yrs ago
Get help
Reported - view
Re: Http GET request including a WRAP authorisation header
In compare to the documentaion you have "client=" in your Token. >>"client=nkgbvldfglknfdl&user_token=dkjbgkdfhkl"
Günther
Gunther.1
4 yrs ago
Get help
Reported - view
Re: Building your own Function?
Hi, let tblnm: ="rajan sankaran collection"
Günther
Gunther.1
4 yrs ago
Get help
Reported - view
Re: Building your own Function?
You can use: function myfunction(TempTable: tblnm) do let tb1 := select TempTable ... The point is to use the real Tablename as a format!
Günther
Gunther.1
4 yrs ago
Get help
Reported - view
Re: File attachments
You can read attachments from other team/db/table/record but only programs outside from ninox ( by example Integrator) could write/ delete this files
Günther
Gunther.1
5 yrs ago
Get help
Reported - view
Re: can I set and use global variables ?
You have to take a calculated Field with pn() <compareOperation> . Then use yes/no in this field to select the valid entries.
Günther
Gunther.1
5 yrs ago
Get help
Reported - view
Re: can I set and use global variables ?
Hi, you can define a user function function pn() do 110 end; Now you can uses this like let XX := pn() + ...
Günther
Gunther.1
5 yrs ago
Get help
Reported - view
Re: Universal array handling when array items are not text strings
Hi, try this: let array := [0, 20, 30, 40];let max := cnt(array) + 1;let add := 75;var newArray := for ind from 0 to max doif ind = max - 1 then add else item(array, ind) endend;alert(text(newArray))
Günther
Gunther.1
5 yrs ago
Get help
Reported - view
Re: XML Data File
112_xml im Webinar de2018 Falls Du kein Zugriff hast, bitte über den Support anfragen
Günther
Gunther.1
6 yrs ago
Get help
Reported - view
Re: XML Data File
112_xml im Webinar de2018
Günther
Gunther.1
6 yrs ago
Get help
Reported - view
Re: Define text variables in the console with the iPad version?
Hi You are using the wrong quotation marks. „“ must be "". Please hold down the „ - Button, then the right code for " is displayed.
Günther
Gunther.1
6 yrs ago
Get help
Reported - view
Re: XML Data File
Ergänzung: sieh webinar-teamspace 112_xml
Günther
Gunther.1
6 yrs ago
Get help
Reported - view
Re: XML Data File
Hier eine ninoxfunktion, die von xml nach json wandelt. parseXML(formatXML)
Günther
Gunther.1
6 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