URL_PARAMS
Syntax
URL_PARAMS(<URLÂ string>; <string>)
Description
From the given URL gets the values indicated by the second parameter and the result is a list.
Examples
Column1 | Column2 | URL_PARAMSÂ returns |
---|---|---|
http://portal/site/insidege/fullstory?id_a=2648385&id_a=9988&id_a=181818 | id_a | [2648385, 9988, 181818] |
http://portal/search?q=datameer&q=trial | q | [datameer, trial] |