/
URL_PARAM
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
Column1 | Column2 | URL_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 |
, multiple selections available,
Related content
URL_PARAM
URL_PARAM
More like this
URL_PARAM
URL_PARAM
More like this
URL_PARAMS
URL_PARAMS
More like this
URL_PARAMS
URL_PARAMS
More like this
URL_PARAMS
URL_PARAMS
More like this
URL_DECODE
URL_DECODE
More like this