| Parameter | Type |
|---|---|
value | string, formattedtext |
url | string, anyuri |
Returns: formattedtext
Example
query:
SELECT WITH_LINK("dave", "www.google.com") as name
results:
| name |
|---|
| dave |
A data.world specific function for controlling the formatting of query results. Cells with WITH_LINK specified will be displayed as clickable hyperlinks to the specified URL. For any other uses (e.g. export to CSV or API access), the WITH_LINK specification is ignored
| Parameter | Type |
|---|---|
value | string, formattedtext |
url | string, anyuri |
query:
SELECT WITH_LINK("dave", "www.google.com") as name
results:
| name |
|---|
| dave |