Skip to content

IDENTITY

Usage

Use this function to return an incrementing id

Category Function Type Where to use Argument statement
FUNCTION SERVER STORAGE NUMERIC .VALUE

Syntax

1
=IDENTITY(#Storage.Field.DATA)

Arguments

Storage.Field.DATA ...

Return Value

Integer

Examples

Example 1

Formula
=IDENTITY(#StorageExample.Number.DATA)

Description
Return incremental integer number in the column Number of the StorageExample

Result
Incremental integer number