Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Syntax

URL_PARAM(<URLĀ string>; <string>)

Description

From the given URL gets the value indicated by the second parameter and the result is a string.

Examples

Column1Column2URL_PARAM returns

http://portal.com/site/insidege/fullstory?id_a=2648385&id_b=9988

id_b

9988

http://portal.com/site/insidege/fullstory?id_a=2648385&id_b=9988&id_c=181818

id_c

181818

  • No labels