Contents
- ENCODEURL
- WEBSERVICE
- FILTERXML
Having trouble getting help?
Contact Support
Contact Support
Web Formulas in Windows Forms Calculation Engine (Calculate)
13 Jul 20211 minute to read
ENCODEURL
The EncodeURL
function retrieves an URL-encoded string.
Syntax:
ENCODEURL(name)
where:
- name denotes a string that is to be URL encoded.
WEBSERVICE
The Webservice
function returns data from a web service on the Internet or Intranet.
Syntax:
WEBSERVICE(url)
where:
- url of the web service to be called.
FILTERXML
The Filterxml
function returns specific data from XML content by using the specified xpath.
Syntax:
FILTERXML(xml, xpath)
where:
-
xml is a string in valid XML format.
-
xpath is a string in standard XPath format.
NOTE
The above formulas will not be supported for Xamarin.Forms,Xamarin.Android,Xamarin.iOS and .NETCore.