0

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

enter image description here

asked Mar 27, 2021 at 20:46
4
  • Is this for screen display, outputting to. PDF, sharing as a map service or something else Commented Mar 27, 2021 at 22:58
  • What text and tag is in your current text element? Commented Mar 27, 2021 at 22:59
  • <dyn type="table" property="value" mapFrame="Фрейм карты" mapMemberUri="CIMPATH=__________/______2.xml" isDynamic="true" field="LH_mery.Lesnich" delimiter=" "/> Commented Mar 28, 2021 at 7:02
  • Please use the edit button beneath your question to revise it with any requested clarifications. Commented Mar 28, 2021 at 10:17

1 Answer 1

0

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.

Kadir Şahbaz
78.6k57 gold badges260 silver badges407 bronze badges
answered Sep 2, 2021 at 19:05

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.