URL

Syntax

URL( address, text )

Description

Wraps text into a hyperlink to URL address. When you click on the link, the page opens in a new browser tab.

Argument types:

  • addressString
  • textMarkup | String

Return type: Markup

Example

URL('https://yandex.ru/search/?text=buy+a+' + [Product Name], [Product Name])

Data source support

ClickHouse 21.8, Microsoft SQL Server 2017 (14.0), MySQL 5.7, Oracle Database 12c (12.1), PostgreSQL 9.3, YDB.

Previous