Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions explore-analyze/find-and-organize/data-views.md
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,8 @@ When the formatter type is **Audio**, the `{{value}}` template string specifies

To pass unescaped values directly to the URL, use the `{{rawValue}}` string.

To insert a value into the rison-encoded state of a {{kib}} app URL, for example `query:'{{risonValue}}'`, use the `{{risonValue}}` string. It escapes the value for rison and then URL-encodes it, so characters such as `'` don't break the target URL.
Comment thread
florent-leborgne marked this conversation as resolved.
Outdated

A **Label template** enables you to specify a text string that appears instead of the raw URL. You can use the `{{value}}` template string normally in label templates. You can also use the `{{url}}` template string to display the formatted URL.


Expand Down Expand Up @@ -597,6 +599,8 @@ When the formatter type is **Audio**, the `{{value}}` template string specifies

To pass unescaped values directly to the URL, use the `{{rawValue}}` string.

To insert a value into the rison-encoded state of a {{kib}} app URL, for example `query:'{{risonValue}}'`, use the `{{risonValue}}` string. It escapes the value for rison and then URL-encodes it, so characters such as `'` don't break the target URL.

A **Label template** enables you to specify a text string that appears instead of the raw URL. You can use the `{{value}}` template string normally in label templates. You can also use the `{{url}}` template string to display the formatted URL.


Expand Down Expand Up @@ -656,6 +660,8 @@ When the formatter type is **Audio**, the `{{value}}` template string specifies

To pass unescaped values directly to the URL, use the `{{rawValue}}` string.

To insert a value into the rison-encoded state of a {{kib}} app URL, for example `query:'{{risonValue}}'`, use the `{{risonValue}}` string. It escapes the value for rison and then URL-encodes it, so characters such as `'` don't break the target URL.

A **Label template** enables you to specify a text string that appears instead of the raw URL. You can use the `{{value}}` template string normally in label templates. You can also use the `{{url}}` template string to display the formatted URL.

The **String** field formatter enables you to apply transforms to the field.
Expand Down