I have feature class with many objects in extent and I need to add dynamic text to layout with only one value from Text field. All object in current extent has same field value.
Has anyone figure out how to do it?
Tag in text element
"<"dyn type="table" property="value" mapFrame="Фрейм карты" mapMemberUri="CIMPATH=__________/______2.xml" isDynamic="true" field="LH_mery.Lesnich" delimiter=" "/> –
What i have enter image description here enter image description here
What i need
-
Is this for screen display, outputting to. PDF, sharing as a map service or something elsePolyGeo– PolyGeo ♦2021年03月27日 22:58:21 +00:00Commented Mar 27, 2021 at 22:58
-
What text and tag is in your current text element?PolyGeo– PolyGeo ♦2021年03月27日 22:59:33 +00:00Commented Mar 27, 2021 at 22:59
-
<dyn type="table" property="value" mapFrame="Фрейм карты" mapMemberUri="CIMPATH=__________/______2.xml" isDynamic="true" field="LH_mery.Lesnich" delimiter=" "/>Andrew Lyubimtsev– Andrew Lyubimtsev2021年03月28日 07:02:54 +00:00Commented Mar 28, 2021 at 7:02
-
Please use the edit button beneath your question to revise it with any requested clarifications.PolyGeo– PolyGeo ♦2021年03月28日 10:17:40 +00:00Commented Mar 28, 2021 at 10:17
1 Answer 1
If the text is the same for every feature in your dataset, then you could set it by using a "custom query" where you set your query to select a single ObjectID
.
So, insert table attribute, under "Source" and "Query" select custom query, and enter as your query "OBJECTID = 1"
. That way only a single value will appear.