<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Is there a way to display text that is specific to a single data driven page. in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/is-there-a-way-to-display-text-that-is-specific-to/m-p/520652#M5583</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want dynamic text in the layout of your map listing the tanks, or dynamic labels next to your features?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Jan 2015 18:29:06 GMT</pubDate>
    <dc:creator>DarrenWiens2</dc:creator>
    <dc:date>2015-01-14T18:29:06Z</dc:date>
    <item>
      <title>Is there a way to display text that is specific to a single data driven page.</title>
      <link>https://community.esri.com/t5/mapping-questions/is-there-a-way-to-display-text-that-is-specific-to/m-p/520651#M5582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Each storage tank has a name but I only want the names of the tanks to show up on page 2 and 4 of my data driven page.&amp;nbsp; Not all of the pages.&amp;nbsp; Some form of dynamic text?&amp;nbsp; Ideally I would like to be able to add a piece of text and tell it to only display on certain pages.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 16:49:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/is-there-a-way-to-display-text-that-is-specific-to/m-p/520651#M5582</guid>
      <dc:creator>DavidJones4</dc:creator>
      <dc:date>2015-01-14T16:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to display text that is specific to a single data driven page.</title>
      <link>https://community.esri.com/t5/mapping-questions/is-there-a-way-to-display-text-that-is-specific-to/m-p/520652#M5583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want dynamic text in the layout of your map listing the tanks, or dynamic labels next to your features?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 18:29:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/is-there-a-way-to-display-text-that-is-specific-to/m-p/520652#M5583</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2015-01-14T18:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to display text that is specific to a single data driven page.</title>
      <link>https://community.esri.com/t5/mapping-questions/is-there-a-way-to-display-text-that-is-specific-to/m-p/520653#M5584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Technically I need dynamic labels that show up next to my features.&amp;nbsp; But I only want them displayed on select pages.&amp;nbsp; I'm using a strip index map that has significant overlap.&amp;nbsp; If I use standard labeling techniques I end up sometimes getting that label showing up on neighboring pages of the index map and since the pages have different rotations my labels end up looking bad.&amp;nbsp; If I rotate the label to look correct on sheet one then it is awkwardly rotated on adjacent sheet 2 in the overlap area.&amp;nbsp; I'd prefer to not show it at all on sheet 2.&amp;nbsp; My thinking was that I could just place a piece of text in layout view and have it displayed only when page 1 is active.&amp;nbsp; The concept would be similar to how I insert Dynamic text like data driven page numbers.&amp;nbsp; Each step through the pages causes the page number to change.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 19:48:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/is-there-a-way-to-display-text-that-is-specific-to/m-p/520653#M5584</guid>
      <dc:creator>DavidJones4</dc:creator>
      <dc:date>2015-01-14T19:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to display text that is specific to a single data driven page.</title>
      <link>https://community.esri.com/t5/mapping-questions/is-there-a-way-to-display-text-that-is-specific-to/m-p/520654#M5585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I&amp;nbsp; can only think of this somewhat hacky solution, without turning to &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Introduction_to_arcpy_mapping/00s300000032000000/"&gt;arcpy.mapping&lt;/A&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.) add tanks symbolized as usual&lt;/P&gt;&lt;P&gt;2.) add as many text fields as pages on which labels should be displayed (so, one for page 2, and one for page 4).&lt;/P&gt;&lt;P&gt;3.) populate one field with "2", and one field with "4"&lt;/P&gt;&lt;P&gt;4.) copy and paste this layer twice into the table of contents again, so there are three copies of tanks&lt;/P&gt;&lt;P&gt;5.) make the second/third copies with no symbol&lt;/P&gt;&lt;P&gt;6.) turn on labels for the second/third copies&lt;/P&gt;&lt;P&gt;7.) set a &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00s90000003p000000"&gt;Page Definition&lt;/A&gt; on each new layer, so that features (and labels) are only displayed if they match the dynamic text name field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works for two pages, but if you want to automate the process, you should look to arcpy.mapping, specifically the &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Layer/00s300000008000000/"&gt;Layer&lt;/A&gt; object, to turn labels on and off.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 21:16:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/is-there-a-way-to-display-text-that-is-specific-to/m-p/520654#M5585</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2015-01-14T21:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to display text that is specific to a single data driven page.</title>
      <link>https://community.esri.com/t5/mapping-questions/is-there-a-way-to-display-text-that-is-specific-to/m-p/520655#M5586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Darren.&amp;nbsp; I was hoping for a more eloquent solution but sometimes in GIS they just aren't there.&amp;nbsp; I will look at Arcpy.mapping but I'm not much of a scripter.&amp;nbsp; IF I can't figure something out I'll try your original approach.&amp;nbsp; Thanks. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 16:43:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/is-there-a-way-to-display-text-that-is-specific-to/m-p/520655#M5586</guid>
      <dc:creator>DavidJones4</dc:creator>
      <dc:date>2015-01-15T16:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to display text that is specific to a single data driven page.</title>
      <link>https://community.esri.com/t5/mapping-questions/is-there-a-way-to-display-text-that-is-specific-to/m-p/520656#M5587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I haven't treid this, but I wonder if you could do something with data frame clipping, where you can set it to clip to the current data driven page extent. Then, if you want you could also exclude some layers from the clipping if you still want those layers to draw outside the clipped shape. Maybe just include the layer that has the storage tanks, then ones that are not within the extent of the current page extent would be excluded and therefore not labeled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another question - given what you said about rotation, are you using annotation or labels to label the tanks?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 14:26:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/is-there-a-way-to-display-text-that-is-specific-to/m-p/520656#M5587</guid>
      <dc:creator>DavidBarnes</dc:creator>
      <dc:date>2015-01-16T14:26:25Z</dc:date>
    </item>
  </channel>
</rss>

