FORMULA LANGUAGE

@UrlQueryString
Example

In a Web application, returns the current URL command and parameters, or the value of one of the parameters.

Note This function is new with Release 6.

Syntax

@UrlQueryString( parameterName )

Parameters

parameterName


Return value

query

Usage

@UrlQueryString is useful in formulas that run in the context of a browser.

The Notes client always returns null for this formula.

Example