Skip to main content

PQL47 (PQL Function Library - CPM 4.7)

INT

Applies to: CELONIS 4.0 CELONIS 4.2 CELONIS 4.3 CELONIS 4.4 CELONIS 4.5 CELONIS 4.6 CELONIS 4.7

Description

Celonis represents integers with 64 bits which supports a range from -9223372036854775808 to 9223372036854775807.

Examples

[1] Example with three small integer values.

Query

Column1

"Table1"."Values"

Input

Output

Table1

Values : INT

4

13

25

Result

Column1 : INT

4

13

25

[2] Example with the minimum and maximum integer values.

Query

Column1

"Table1"."Values"

Input

Output

Table1

Values : INT

-9223372036854775808

0

9223372036854775807

Result

Column1 : INT

-9223372036854775808

0

9223372036854775807

See also: