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.

This function can be used to compose dynamic DB2 query views in Web applications.

The Notes client always returns null for this formula.

Example