<?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: New Field Maps Calculated Expressions and Conditional Visibility in ArcGIS Field Maps Questions</title>
    <link>https://community.esri.com/t5/arcgis-field-maps-questions/new-field-maps-calculated-expressions-and/m-p/1158897#M2821</link>
    <description>&lt;P&gt;So I think you could use conditional expressions on these same "extra" fields to hide them automatically. So in this case, if you pick Stop for the sign code, then the conditional expression on BG_color2 would be hidden, and the BG_color&amp;nbsp; would have a similar conditional expression except for when you do "Stop" it would show, instead of hidden. You would have multiple fields capturing the same data, but you could do a calculated field later to concatenate all of the items into one field for reports or analysis.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm in the same boat a lot of times on whether or not I want to go the extra mile on the back end to make it marginally easier for the guys in the field, so I get where you're coming from. I know the developers have made it seem like there is some major problem with the conditional expressions as of Thursday, so I hope a lot of what we are seeing is that, and not a heavy limitation on the capabilities.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Mar 2022 15:40:33 GMT</pubDate>
    <dc:creator>DamonBreen</dc:creator>
    <dc:date>2022-03-29T15:40:33Z</dc:date>
    <item>
      <title>New Field Maps Calculated Expressions and Conditional Visibility</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/new-field-maps-calculated-expressions-and/m-p/1158611#M2801</link>
      <description>&lt;P&gt;It appears as if the new Calculated Expressions still only work on non-editable fields..&lt;/P&gt;&lt;P&gt;Is there a setting for this so we can toggle this behavior on/off.&amp;nbsp; Seems that a feature to "help" populate the data and reduce required form input on certain features is nice, but if you can't edit the data for other features that don't fit the query it is very limiting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, it appears as if a field is 'hidden' with a conditional visibility query, any data in the field is still being deleted.&amp;nbsp; Was there an option added to control this behavior as well?&lt;/P&gt;&lt;P&gt;Seems like the only way to hide a field without the data being deleted is to use Calculated Expressions.&lt;/P&gt;&lt;P&gt;So, if Calculated expressions can populate (and not delete hidden field values), seems we should be able to toggle that restriction off for any field.&lt;/P&gt;&lt;P&gt;R_&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 21:53:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/new-field-maps-calculated-expressions-and/m-p/1158611#M2801</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2022-03-28T21:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: New Field Maps Calculated Expressions and Conditional Visibility</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/new-field-maps-calculated-expressions-and/m-p/1158764#M2806</link>
      <description>&lt;P&gt;When they released the Calculated expressions in Beta, the instructionals made it out that only non-editable fields would be able to use calculated expressions. From what I have seen, there is no workaround directly. However, you could set up a conditional in the calculated expression itself to determine whether that field should be populated or whether it should be left open for input. Without knowing what it is you're doing, I can't help much further than that. Something like a controlled subset of values depending on a previously selected value.&lt;/P&gt;&lt;P&gt;Give an example and maybe I can try to help a bit more.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 11:37:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/new-field-maps-calculated-expressions-and/m-p/1158764#M2806</guid>
      <dc:creator>DamonBreen</dc:creator>
      <dc:date>2022-03-29T11:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: New Field Maps Calculated Expressions and Conditional Visibility</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/new-field-maps-calculated-expressions-and/m-p/1158865#M2815</link>
      <description>&lt;P&gt;I saw that in the Beta, and had some input.&amp;nbsp; But, as flaky as the beta site is, and absolutely zero feedback, not even sure if it is actually working or not.&lt;/P&gt;&lt;P&gt;In any case, one current example: Say I am collecting sign data, and my sign code domain (drop down pick list) has 265 different values in it (and growing).&lt;/P&gt;&lt;P&gt;Of them, say 30 of them will always have the same shape, background color, etc.&amp;nbsp; so I would like to populate these&amp;nbsp;5+ fields with known values&amp;nbsp; and hide them to make the form less daunting.&lt;/P&gt;&lt;P&gt;Now, in order to be able to populate the rest of the data, I will have to make 235 different calculate expressions OR, have no way to populate these fields for the other sign types.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Of course, this is dumbing it down a bit, and I &lt;STRIKE&gt;will&lt;/STRIKE&gt; would have several more calculated expressions to handle groups of signs, but would still end up with hundreds of expressions required.&lt;/P&gt;&lt;P&gt;Other than calculating key fields or record numbers, I'd have to think a bit to find a normal work case scenario where having the fields un-editable would be an advantage.&amp;nbsp; I guess if you were colleting data where every single possible combination of data/attributes is static and could be known well ahead of time, this would be perfect.&amp;nbsp; However, in the real world, this is rarely the case.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;However, you could set up a conditional in the calculated expression itself to determine whether that field should be populated or whether it should be left open for input.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This is exactly what I am looking for, but, of course, the fields left open for input will need to accept input.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;R_&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 14:43:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/new-field-maps-calculated-expressions-and/m-p/1158865#M2815</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2022-03-29T14:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: New Field Maps Calculated Expressions and Conditional Visibility</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/new-field-maps-calculated-expressions-and/m-p/1158869#M2816</link>
      <description>&lt;P&gt;Yeah, so I think the way I would go about doing it is to identify the sign codes that will have matching and expected attributes, and use calculated fields to do the work where you can. Then for the sign codes that will need to have user input beyond the drop downs, I would add a new field as a catch all, and use the conditional expressions to determine whether they get a drop down selection or an open text box.&lt;/P&gt;&lt;P&gt;If sign codes a, b, c all have expected answers and can be calculated, then upon selecting sign code a, a conditional expression makes a drop down field called "ExpectedSize" or whatever to appear. But when they pick sign code d, which does not have expected answers, a second conditional expression makes a text box field called "UnexpectedSize" to appear. This allows the use of either, likely dependent on similar code for the calculated fields and for the conditional fields.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 14:50:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/new-field-maps-calculated-expressions-and/m-p/1158869#M2816</guid>
      <dc:creator>DamonBreen</dc:creator>
      <dc:date>2022-03-29T14:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: New Field Maps Calculated Expressions and Conditional Visibility</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/new-field-maps-calculated-expressions-and/m-p/1158890#M2819</link>
      <description>&lt;P&gt;Thanks for the input, I was thinking along the same line, but was trying to avoid having to have duplicate fields for every field that I plan to calculate and then have the data scattered across columns that would later need to be calculated back into one.&lt;/P&gt;&lt;P&gt;So far, the best workaround I have come up with IS to have duplicate fields for each, but, use calculated field(s) to edit the non-editable fields.&lt;/P&gt;&lt;P&gt;So, for BG_Color I'd have a BG_Color2 field, and if the BG_Color2 field is populated, use that value to populate the original BG_Color field.&lt;/P&gt;&lt;P&gt;So, for a stop sign:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;IIf(IsEmpty($feature.BG_Color2),
     IIf($feature.SIGNcode == 'Stop', 'Red', ''), $feature.BG_Color2)&lt;/LI-CODE&gt;&lt;P&gt;So, if I just pick "Stop" from the code list, and the BG_Color2 field is empty, it will populate BG_Color with "Red".&amp;nbsp; However, if I type "White" in the BG_Color2 field, it will override the non-editable field, and put "White" in there.&lt;/P&gt;&lt;P&gt;Of course, this requires that I now have a bunch of other fields visible in the form, and only used for override of this odd limitation.&amp;nbsp; Which, of course, is the opposite of streamlining the data entry form and very confusing to the field personnel.&lt;/P&gt;&lt;P&gt;So, at this point, is seems that the field crew is going to be stuck entering the exact same values hundreds of times a day since setting a field calculation on it essentially locks that field from normal entry OR I have to duplicate a bunch of fields and the form then becomes unwieldy.&lt;/P&gt;&lt;P&gt;Even though it is risky calculating/modifying hosted feature layers as it can break everything you have set up, another option was to just hide all those fields and query/calculate the values at a later date.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Problem here is that this is an inventory/inspection collection map.&amp;nbsp; So, it is possible to preform an inspection on/edit existing signs.&amp;nbsp; The way smart forms are set up, if I hide these fields, any existing data gets set to Null for all of them.&amp;nbsp; So, since these two features designed to help streamline data entry either lock or clobber the data, seem like very limited use case for each.&lt;/P&gt;&lt;P&gt;R_&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 15:28:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/new-field-maps-calculated-expressions-and/m-p/1158890#M2819</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2022-03-29T15:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: New Field Maps Calculated Expressions and Conditional Visibility</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/new-field-maps-calculated-expressions-and/m-p/1158897#M2821</link>
      <description>&lt;P&gt;So I think you could use conditional expressions on these same "extra" fields to hide them automatically. So in this case, if you pick Stop for the sign code, then the conditional expression on BG_color2 would be hidden, and the BG_color&amp;nbsp; would have a similar conditional expression except for when you do "Stop" it would show, instead of hidden. You would have multiple fields capturing the same data, but you could do a calculated field later to concatenate all of the items into one field for reports or analysis.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm in the same boat a lot of times on whether or not I want to go the extra mile on the back end to make it marginally easier for the guys in the field, so I get where you're coming from. I know the developers have made it seem like there is some major problem with the conditional expressions as of Thursday, so I hope a lot of what we are seeing is that, and not a heavy limitation on the capabilities.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 15:40:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/new-field-maps-calculated-expressions-and/m-p/1158897#M2821</guid>
      <dc:creator>DamonBreen</dc:creator>
      <dc:date>2022-03-29T15:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: New Field Maps Calculated Expressions and Conditional Visibility</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/new-field-maps-calculated-expressions-and/m-p/1158937#M2822</link>
      <description>&lt;P&gt;I find that if I don't make the data collection as simple as possible, especially with something monotonous like this, then I'm the one that ends up doing all the extra work due to all the errors/omissions/etc. that pop up, as well as have to hear all the complaints.&lt;/P&gt;&lt;P&gt;Now that the EA forums is letting me in again, I see that they have apparently included the ability to toggle fields as editable or not by code to allow for calculating or editing.&amp;nbsp; However, still no web interface or way to author these expressions yet. (Hopefully the Null/NotNull fields when hiding with conditional visibility option is there now also).&lt;/P&gt;&lt;P&gt;Looks like best bet for me is to wait and see if this function gets updated where it fits my use case(s).&lt;/P&gt;&lt;P&gt;Thanks again for the input,&lt;/P&gt;&lt;P&gt;R_&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 16:26:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/new-field-maps-calculated-expressions-and/m-p/1158937#M2822</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2022-03-29T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: New Field Maps Calculated Expressions and Conditional Visibility</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/new-field-maps-calculated-expressions-and/m-p/1164553#M3017</link>
      <description>&lt;P&gt;I need this functionality. It would be nice to have to option to allow users to edit a field with a calculation. Sometimes I need to pull attributes from another layer but the data might have changed so having the option to edit the field with calculation would be good.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 20:05:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/new-field-maps-calculated-expressions-and/m-p/1164553#M3017</guid>
      <dc:creator>Will_Hughes</dc:creator>
      <dc:date>2022-04-14T20:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: New Field Maps Calculated Expressions and Conditional Visibility</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/new-field-maps-calculated-expressions-and/m-p/1179661#M3736</link>
      <description>&lt;P&gt;The addition of the ability to edit calculated fields would be huge. As it is I feel like I really need to think twice before utilizing this functionality, it's almost more detrimental than not as it stands. There are so many places I would love to use a calculated field, but without the ability to edit before submission I often can't allow it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use the same functionality in Survey123 and it's great, but there the field can be edited. Why the change?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 23:37:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/new-field-maps-calculated-expressions-and/m-p/1179661#M3736</guid>
      <dc:creator>beachcamp</dc:creator>
      <dc:date>2022-06-02T23:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: New Field Maps Calculated Expressions and Conditional Visibility</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/new-field-maps-calculated-expressions-and/m-p/1220650#M4679</link>
      <description>&lt;P&gt;Agreed, it would be helpful to allow editing of calculated fields after they are populated. In my instance, a field populates based on an intersection with a road dataset. If the point is close to the intersection of two roads, it may populate based on one of the roads, when I want it to be the other.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2022 12:40:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/new-field-maps-calculated-expressions-and/m-p/1220650#M4679</guid>
      <dc:creator>PGebhardt_Stone_Env</dc:creator>
      <dc:date>2022-10-11T12:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: New Field Maps Calculated Expressions and Conditional Visibility</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/new-field-maps-calculated-expressions-and/m-p/1244472#M5096</link>
      <description>&lt;P&gt;Yes, this functionality is needed. I can't implement it to save time if it stops people from editing the field after the fact.&lt;/P&gt;&lt;P&gt;in my example for Field A and Field B&lt;/P&gt;&lt;P&gt;if Field A = option 1 then Field B will always be option a&lt;/P&gt;&lt;P&gt;if Field A = option 2,3, or 4, then field B will have either option b,c,d, or e.&lt;/P&gt;&lt;P&gt;Field B options can vary in combination with A and are not a given formula, only option 1 equals option A all the time.&lt;/P&gt;&lt;P&gt;Please make this happen! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Dec 2022 00:30:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/new-field-maps-calculated-expressions-and/m-p/1244472#M5096</guid>
      <dc:creator>Brady</dc:creator>
      <dc:date>2022-12-30T00:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: New Field Maps Calculated Expressions and Conditional Visibility</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/new-field-maps-calculated-expressions-and/m-p/1265426#M5514</link>
      <description>&lt;P&gt;Has anyone figure out a way to do this? I've been tinkering to no avail&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 13:32:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/new-field-maps-calculated-expressions-and/m-p/1265426#M5514</guid>
      <dc:creator>ILoveMap</dc:creator>
      <dc:date>2023-03-08T13:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: New Field Maps Calculated Expressions and Conditional Visibility</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/new-field-maps-calculated-expressions-and/m-p/1267007#M5545</link>
      <description>&lt;P&gt;I haven't played with it yet, but the new field maps designer has a toggle for "Required" and it also allows for expressions to determine whether "Required" is enabled. Seems to me that you may be able to do a calculated expression, and then remove the required if those conditions are not met.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2023 11:24:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/new-field-maps-calculated-expressions-and/m-p/1267007#M5545</guid>
      <dc:creator>DamonBreen</dc:creator>
      <dc:date>2023-03-13T11:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: New Field Maps Calculated Expressions and Conditional Visibility</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/new-field-maps-calculated-expressions-and/m-p/1324457#M6915</link>
      <description>&lt;P&gt;Not being able to edit a field with a calculated expression is a huge limitation and significantly limits where I can implement this.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2023 17:27:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/new-field-maps-calculated-expressions-and/m-p/1324457#M6915</guid>
      <dc:creator>EdwardMcFarlin</dc:creator>
      <dc:date>2023-08-31T17:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: New Field Maps Calculated Expressions and Conditional Visibility</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/new-field-maps-calculated-expressions-and/m-p/1324488#M6916</link>
      <description>&lt;P&gt;Go into the field maps designer, and enter your calculated expression. Just above that, you have 3 toggle switches for edit, visibility and required. It will default edit to "off", but you can toggle it to on. I have one field that is capable of scanning a barcode, and if that field is left blank, the user can manually enter all of the fields, if they scan the barcode, and the barcode field is holding a value, it calculates the rest of the fields and they are not editable. You may be able to do a master switch in the form to enable editing, or enable calculations. Hope that helps.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2023 18:28:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/new-field-maps-calculated-expressions-and/m-p/1324488#M6916</guid>
      <dc:creator>DamonBreen</dc:creator>
      <dc:date>2023-08-31T18:28:08Z</dc:date>
    </item>
  </channel>
</rss>

