<?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 Conditional field display in arcade pop-ups in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/conditional-field-display-in-arcade-pop-ups/m-p/735568#M36299</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having trouble with this. I have scoured the blogs concerning this issue and admittedly am very new to arcade and would appreciate any help. I may be trying to do too much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a layer with several different permit inspections within it (43 to be exact with 5 fields each). I would hope to not have to do the same thing 215 times but if i need to, I shall. What I am trying to do is to only show the fields that have a value. This I can do, 215 times if needed. I would like to be able to group them and have a header if there is a value in a field and for there not to be blank space in between.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I have currently (am currently only working with one inspection until i have it figured out).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My arcade:&lt;/P&gt;&lt;P&gt;IIF(isEmpty($feature.notes14), "", "Footer") &lt;EM&gt;This ideally would be an&amp;nbsp;expression that returns the below set if status14 has any value (or anyone of the predfined values of inprogress, approved, or notapproved with a header of footer&lt;/EM&gt;&lt;BR /&gt;IIF(isEmpty($feature.status14), "", "Status") &lt;BR /&gt;IIF(isEmpty($feature.assignedto14), "", "Inspector")&lt;BR /&gt;IIF(isEmpty($feature.other14), "", "Other Inspector")&lt;BR /&gt;IIF(isEmpty($feature.date_approved14), "", "Date Approved")&lt;BR /&gt;IIF(isEmpty($feature.notes14), "", "Notes")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current attribute expressions:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/500934_expression.jpg" /&gt;&lt;/P&gt;&lt;P&gt;And the current Pop-up: the red box are fields with no value: would like for there to be no break in between fields with values.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji jive-image image-2 j-img-original" src="https://community.esri.com/legacyfs/online/500935_popup.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I can do this in a single block of code for each different inspection, that would be fine. I can easily replace the number and the header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance for any help!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jul 2020 18:26:38 GMT</pubDate>
    <dc:creator>JoeLivoti</dc:creator>
    <dc:date>2020-07-21T18:26:38Z</dc:date>
    <item>
      <title>Conditional field display in arcade pop-ups</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/conditional-field-display-in-arcade-pop-ups/m-p/735568#M36299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having trouble with this. I have scoured the blogs concerning this issue and admittedly am very new to arcade and would appreciate any help. I may be trying to do too much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a layer with several different permit inspections within it (43 to be exact with 5 fields each). I would hope to not have to do the same thing 215 times but if i need to, I shall. What I am trying to do is to only show the fields that have a value. This I can do, 215 times if needed. I would like to be able to group them and have a header if there is a value in a field and for there not to be blank space in between.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I have currently (am currently only working with one inspection until i have it figured out).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My arcade:&lt;/P&gt;&lt;P&gt;IIF(isEmpty($feature.notes14), "", "Footer") &lt;EM&gt;This ideally would be an&amp;nbsp;expression that returns the below set if status14 has any value (or anyone of the predfined values of inprogress, approved, or notapproved with a header of footer&lt;/EM&gt;&lt;BR /&gt;IIF(isEmpty($feature.status14), "", "Status") &lt;BR /&gt;IIF(isEmpty($feature.assignedto14), "", "Inspector")&lt;BR /&gt;IIF(isEmpty($feature.other14), "", "Other Inspector")&lt;BR /&gt;IIF(isEmpty($feature.date_approved14), "", "Date Approved")&lt;BR /&gt;IIF(isEmpty($feature.notes14), "", "Notes")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current attribute expressions:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/500934_expression.jpg" /&gt;&lt;/P&gt;&lt;P&gt;And the current Pop-up: the red box are fields with no value: would like for there to be no break in between fields with values.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji jive-image image-2 j-img-original" src="https://community.esri.com/legacyfs/online/500935_popup.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I can do this in a single block of code for each different inspection, that would be fine. I can easily replace the number and the header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance for any help!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2020 18:26:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/conditional-field-display-in-arcade-pop-ups/m-p/735568#M36299</guid>
      <dc:creator>JoeLivoti</dc:creator>
      <dc:date>2020-07-21T18:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional field display in arcade pop-ups</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/conditional-field-display-in-arcade-pop-ups/m-p/735569#M36300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/people/JosephLivoti" target="_blank"&gt;JosephLivoti&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A solution was provided at this post:&amp;nbsp;&lt;A href="https://community.esri.com/docs/DOC-14276" target="_blank"&gt;Conditional Field display with Arcade in Pop Ups (revisited)&lt;/A&gt;&amp;nbsp;(scroll&amp;nbsp;all the way down). To make it easier to find for others, see the answer below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;EM&gt;You can use a single expression&amp;nbsp;which reads out all the information and presents the result. The thing that you can't do is apply any formatting at different parts of the result. In you example you have expression single underlined and all expressions in bold. So, I think it might be better to adjust what you already have.&lt;/EM&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;EM&gt;The individual expressions would become:&lt;/EM&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="token function"&gt;IIF&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;isEmpty&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;$feature&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;status14&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; TextFormatting&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;NewLine &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Footer"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="token function"&gt;IIF&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;isEmpty&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;$feature&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;status14&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; TextFormatting&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;NewLine &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Status"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="token function"&gt;IIF&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;isEmpty&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;$feature&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;assignedto14&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; TextFormatting&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;NewLine &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Inspector"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="token function"&gt;IIF&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;isEmpty&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;$feature&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;other14&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; TextFormatting&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;NewLine &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Other Inspector"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="token function"&gt;IIF&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;isEmpty&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;$feature&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;date_approved14&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; TextFormatting&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;NewLine &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Date Approved"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="token function"&gt;IIF&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;isEmpty&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;$feature&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;notes14&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; TextFormatting&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;NewLine &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Notes"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="token function"&gt;IIF&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;isEmpty&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;$feature&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;status15&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; TextFormatting&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;NewLine &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Foundation"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="token function"&gt;IIF&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;isEmpty&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;$feature&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;status15&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; TextFormatting&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;NewLine &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Status"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="token function"&gt;IIF&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;isEmpty&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;$feature&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;assignedto15&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; TextFormatting&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;NewLine &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Inspector"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="token function"&gt;IIF&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;isEmpty&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;$feature&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;other15&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; TextFormatting&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;NewLine &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Other Inspector"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="token function"&gt;IIF&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;isEmpty&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;$feature&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;date_approved15&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; TextFormatting&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;NewLine &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Date Approved"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="token function"&gt;IIF&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;isEmpty&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;$feature&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;notes15&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; TextFormatting&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;NewLine &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Notes"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;EM&gt;...and the text in the pop-up would become a single line like this:&lt;/EM&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;EM&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff; border: 0px; font-weight: bold; text-decoration: underline;"&gt;{expression/expr5}&lt;/SPAN&gt;&lt;STRONG style="color: #4c4c4c; background-color: #ffffff; border: 0px; font-weight: bold;"&gt;{expression/expr0}&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;{status14}&lt;/SPAN&gt;&lt;STRONG style="color: #4c4c4c; background-color: #ffffff; border: 0px; font-weight: bold;"&gt;{expression/expr1}&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;{assignedto14}&lt;/SPAN&gt;&lt;STRONG style="color: #4c4c4c; background-color: #ffffff; border: 0px; font-weight: bold;"&gt;{expression/expr2}&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;{other14}&lt;/SPAN&gt;&lt;STRONG style="color: #4c4c4c; background-color: #ffffff; border: 0px; font-weight: bold;"&gt;{expression/expr3}&lt;/STRONG&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;&amp;nbsp;{date_approved14}&lt;/SPAN&gt;&lt;STRONG style="color: #4c4c4c; background-color: #ffffff; border: 0px; font-weight: bold;"&gt;{expression/expr4}&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;{notes14}&lt;/SPAN&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff; border: 0px; font-weight: bold; text-decoration: underline;"&gt;{expression/expr6}&lt;/SPAN&gt;&lt;STRONG style="color: #4c4c4c; background-color: #ffffff; border: 0px; font-weight: bold;"&gt;{expression/expr7}&lt;/STRONG&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;&amp;nbsp;{status15}&lt;/SPAN&gt;&lt;STRONG style="color: #4c4c4c; background-color: #ffffff; border: 0px; font-weight: bold;"&gt;{expression/expr8}&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;{assignedto15}&lt;/SPAN&gt;&lt;STRONG style="color: #4c4c4c; background-color: #ffffff; border: 0px; font-weight: bold;"&gt;{expression/expr9}&lt;/STRONG&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;&amp;nbsp;{other15}&lt;/SPAN&gt;&lt;STRONG style="color: #4c4c4c; background-color: #ffffff; border: 0px; font-weight: bold;"&gt;{expression/expr10}&lt;/STRONG&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;&amp;nbsp;{date_approved15}&lt;/SPAN&gt;&lt;STRONG style="color: #4c4c4c; background-color: #ffffff; border: 0px; font-weight: bold;"&gt;{expression/expr11}&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;{notes15}&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;EM&gt;In case a field is empty the expression will detect it and return an empty string which you wont see and which does not take up an empty line.&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 07:21:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/conditional-field-display-in-arcade-pop-ups/m-p/735569#M36300</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2021-12-12T07:21:53Z</dc:date>
    </item>
  </channel>
</rss>

