<?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: Can I stop a note form a recalculation when opening from Sent or Draft? in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/can-i-stop-a-note-form-a-recalculation-when/m-p/809482#M12931</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Doug,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not seeing the behavior you are describing - can you compare your form to the one attached?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Aug 2019 20:54:31 GMT</pubDate>
    <dc:creator>JamesTedrick</dc:creator>
    <dc:date>2019-08-12T20:54:31Z</dc:date>
    <item>
      <title>Can I stop a note form a recalculation when opening from Sent or Draft?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/can-i-stop-a-note-form-a-recalculation-when/m-p/809481#M12930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a simple time on my form that tells the user how long they have been going while adding repeats.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Calc is&amp;nbsp;if(${SpeciesList},round(int(now() - ${StartedForm}) div (1000*60),1),round(int(now() - ${StartedForm}) div (1000*60),1))&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I remember right I do the If so that it recalcs on each repeat add.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is it also recalcs as soon as someone opens the form back up from sent.&amp;nbsp; This causes the time to go really high.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way I can get it to calc each repeat but not when reopening from Sent or Draft?&amp;nbsp; If they add more data I get it but even just looking at the old one changes the value.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe my if is if(opened from sent or drafts?, keep old val, else calc new val).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for any ideas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2019 16:36:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/can-i-stop-a-note-form-a-recalculation-when/m-p/809481#M12930</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2019-07-01T16:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Can I stop a note form a recalculation when opening from Sent or Draft?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/can-i-stop-a-note-form-a-recalculation-when/m-p/809482#M12931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Doug,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not seeing the behavior you are describing - can you compare your form to the one attached?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2019 20:54:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/can-i-stop-a-note-form-a-recalculation-when/m-p/809482#M12931</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2019-08-12T20:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Can I stop a note form a recalculation when opening from Sent or Draft?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/can-i-stop-a-note-form-a-recalculation-when/m-p/809483#M12932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Our formulas are the same but we tested again and it does recalc the minutes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you opening from Draft or Outbox or Sent? Seems to do it in each.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In some ways it makes sense because the calc uses now() - which is always changing.&amp;nbsp; I think i tried End also but same issue.&amp;nbsp; Not sure though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2019 21:14:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/can-i-stop-a-note-form-a-recalculation-when/m-p/809483#M12932</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2019-08-12T21:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can I stop a note form a recalculation when opening from Sent or Draft?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/can-i-stop-a-note-form-a-recalculation-when/m-p/809484#M12933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Doug,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was testing opening from the Sent Box for editing. &amp;nbsp;The values did not change when opened.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would expect the recalculation to not occur as the new value would be different from the original value; Survey123 is supposed to preserve the original value in that case. &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2019 01:17:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/can-i-stop-a-note-form-a-recalculation-when/m-p/809484#M12933</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2019-08-13T01:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Can I stop a note form a recalculation when opening from Sent or Draft?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/can-i-stop-a-note-form-a-recalculation-when/m-p/809485#M12934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using your example if I add the same time question outside the repeat, and change it to a Note field - then it will recalc when coming back from Drafts.&amp;nbsp; It will even change just navigating the repeats using the arrows.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Text it will show the recalc button but not recalc.&amp;nbsp;It is looking like Text as read only may work differently than note?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do all Note fields update when just viewing from Drafts/Sent?&amp;nbsp; Never noticed before but that is what seems to be happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2019 13:41:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/can-i-stop-a-note-form-a-recalculation-when/m-p/809485#M12934</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2019-08-13T13:41:41Z</dc:date>
    </item>
  </channel>
</rss>

