URL_PARAM

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