<?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: Question in New to GIS Questions</title>
    <link>https://community.esri.com/t5/new-to-gis-questions/question/m-p/1052106#M1982</link>
    <description>&lt;P&gt;thank you Josh.&lt;/P&gt;&lt;P&gt;but I really can't use the expression.&lt;/P&gt;</description>
    <pubDate>Wed, 28 Apr 2021 07:33:33 GMT</pubDate>
    <dc:creator>alaaahmad</dc:creator>
    <dc:date>2021-04-28T07:33:33Z</dc:date>
    <item>
      <title>Question</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/question/m-p/1049022#M1980</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a field with the url for pdf.&lt;BR /&gt;When creating a popup and adding a hyperlink (more info),&lt;BR /&gt;They appear all the time even if the field has data or not.&lt;BR /&gt;How can I only show it (mor info) when the field has data?????&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 09:58:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/question/m-p/1049022#M1980</guid>
      <dc:creator>alaaahmad</dc:creator>
      <dc:date>2021-04-20T09:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/question/m-p/1049114#M1981</link>
      <description>&lt;P&gt;If you want to only display the link if the field is filled in, you'll need to use an &lt;STRONG&gt;expression&lt;/STRONG&gt;. Arcade has a function &lt;A href="https://developers.arcgis.com/arcade/function-reference/logical_functions/#isempty" target="_self"&gt;IsEmpty&lt;/A&gt; that would work well here.&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt;var p = $feature.pdfField

if(IsEmpty(p)){
  return 'No PDF'
} else {
  return p
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 14:06:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/question/m-p/1049114#M1981</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-04-20T14:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/question/m-p/1052106#M1982</link>
      <description>&lt;P&gt;thank you Josh.&lt;/P&gt;&lt;P&gt;but I really can't use the expression.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 07:33:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/question/m-p/1052106#M1982</guid>
      <dc:creator>alaaahmad</dc:creator>
      <dc:date>2021-04-28T07:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/question/m-p/1052203#M1983</link>
      <description>&lt;P&gt;I guess it would be helpful to know the context in which you are working, and why something like the expression above doesn't fit your situation.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 12:34:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/question/m-p/1052203#M1983</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-04-28T12:34:41Z</dc:date>
    </item>
  </channel>
</rss>

