From bf264b2df37870002f4c1ab323b1208a2c3065de Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 13:08:56 -0400 Subject: [PATCH] [v11.1.x] Docs: Remove duplicate row (chore) (#90767) Co-authored-by: Nikolaos Pothitos --- docs/sources/panels-visualizations/configure-data-links/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/sources/panels-visualizations/configure-data-links/index.md b/docs/sources/panels-visualizations/configure-data-links/index.md index a6f644da36e..3e4ec1fbaa2 100644 --- a/docs/sources/panels-visualizations/configure-data-links/index.md +++ b/docs/sources/panels-visualizations/configure-data-links/index.md @@ -219,7 +219,6 @@ To access values and labels from other fields use: | --------------------------------- | ------------------------------------------ | | `__data.fields[i]` | Value of field `i` (on the same row) | | `__data.fields["NameOfField"]` | Value of field using name instead of index | -| `__data.fields["NameOfField"]` | Value of field using name instead of index | | `__data.fields[1].labels.cluster` | Access labels of another field | ### Template variables