.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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