From d6e53930bcd92207a6dbfd0903bbfd77423c5be3 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:00:00 -0400 Subject: [PATCH] [v11.0.x] Docs: Remove duplicate row (chore) (#90766) 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 f1af5d4260e..d01c5e5bb36 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