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_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=trialq[datameer, trial]
  • No labels