This manual describes the functions supplied with your Information Builders product. It is intended for application developers who call these functions from their programs to perform calculations or manipulate data. Other users who access corporate data to produce reports can call these functions.
This manual also explains how to create functions tailored to individual needs (called subroutines) for use with your Information Builders product.
This manual includes the following chapters:
Chapter/Appendix | Contents | |
---|---|---|
1 |
Introduces functions and explains the different types of available functions. |
|
2 |
Describes the considerations for supplying arguments in a function, and explains how to use a function in a command and access functions stored externally. |
|
3 |
Describes analytic functions that have streamlined parameter lists, similar to those used by SQL functions. |
|
4 |
Describes character functions that have streamlined parameter lists, similar to those used by SQL functions. |
|
5 |
Describes character functions that manipulate alphanumeric fields and character strings. |
|
6 |
Describes variable-length character functions which manipulate alphanumeric fields and character strings. |
|
7 |
Describes functions that manipulate strings of DBCS and SBCS characters when the configuration uses a DBCS code page. |
|
8 |
Describes Maintain-specific character functions that manipulate alphanumeric fields and character strings. |
|
9 |
Describes data source and decoding functions that search for data source records, retrieve data source records or values, and assign values based on the value of an input field. |
|
10 |
Describes date and date-time functions that have streamlined parameter lists, similar to those used by SQL functions. |
|
11 |
Describes date functions that manipulate date values. |
|
12 |
Describes date-time functions that manipulate date-time values. |
|
13 |
Describes Maintain-specific date and time functions that manipulate date and time values. |
|
14 |
Describes conversion functions that have streamlined parameter lists, similar to those used by SQL functions. |
|
15 |
Describes format conversion functions that convert fields from one format to another. |
|
16 |
Describes light update support functions that retrieve WebFOCUS parameter or variable data implicitly from within a Maintain Data procedure. |
|
17 |
Describes numeric functions that have streamlined parameter lists, similar to those used by SQL functions. |
|
18 |
Describes numeric functions that perform calculations on numeric constants and fields. |
|
19 |
Describes script functions that enable you to integrate JavaScript and VBScripts into your Maintain Data applications and to perform client-side execution without returning to the WebFOCUS Server. |
|
20 |
Describes functions that perform statistical calculations. |
|
21 |
Describes functions that run Python scripts to perform classification, regression, extreme gradient boosting, and outlier detection. |
|
22 |
Describes system functions that have streamlined parameter lists, similar to those used by SQL functions. |
|
23 |
Describes system functions that call the operating system to obtain information about the operating environment or to use a system service. |
|
24 |
Describes geography functions that have streamlined parameter lists, similar to those used by SQL functions. |
|
25 |
Describes SQL character functions which manipulate alphanumeric fields and character strings. |
|
26 |
Describes miscellaneous SQL functions which perform conversions, tests and manipulations. |
|
27 |
Describes how to create custom subroutines in addition to the functions provided by Information Builders. |
|
28 |