<?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 Filtering for GlobalID? in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/filtering-for-globalid/m-p/877540#M29664</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible on Survey123 to "filter" for Global ID? I see you can filter for Object ID, but the same option for Global ID isn't possible. However, this code does export to excel sheets, so I'm wondering why it's not possible to filter by it if the data is store in the table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 18 Jan 2020 19:48:51 GMT</pubDate>
    <dc:creator>WinleyDurham</dc:creator>
    <dc:date>2020-01-18T19:48:51Z</dc:date>
    <item>
      <title>Filtering for GlobalID?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/filtering-for-globalid/m-p/877540#M29664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible on Survey123 to "filter" for Global ID? I see you can filter for Object ID, but the same option for Global ID isn't possible. However, this code does export to excel sheets, so I'm wondering why it's not possible to filter by it if the data is store in the table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jan 2020 19:48:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/filtering-for-globalid/m-p/877540#M29664</guid>
      <dc:creator>WinleyDurham</dc:creator>
      <dc:date>2020-01-18T19:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering for GlobalID?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/filtering-for-globalid/m-p/877541#M29665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Winley,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you provide an example of where you would filter by GlobalID? &amp;nbsp;GlobalIDs in general are database-maintained values for internal use- it is not expected that a user would regularly type one in.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2020 18:25:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/filtering-for-globalid/m-p/877541#M29665</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2020-01-31T18:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering for GlobalID?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/filtering-for-globalid/m-p/1163527#M42043</link>
      <description>&lt;P&gt;It is helpful to validate joins of data tables from repeats.&amp;nbsp; The Parent Global ID is the only thing connecting the the child table to the parent table.&amp;nbsp; Why not allow filtering on these critical fields?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2022 15:57:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/filtering-for-globalid/m-p/1163527#M42043</guid>
      <dc:creator>JohnRagosta</dc:creator>
      <dc:date>2022-04-12T15:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering for GlobalID?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/filtering-for-globalid/m-p/1492254#M57390</link>
      <description>&lt;P&gt;I would like to filter&amp;nbsp; so the selected record's and it repeats are only displayed. IE show only record with selected global ID equals repeat's Parent GlobalID. The parent point and its repeats are only features displayed on the map. The map setting syntax should allow zoom to the extent of the repeats in a single map in the feature report. Is this possible?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2024 00:55:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/filtering-for-globalid/m-p/1492254#M57390</guid>
      <dc:creator>SusanPollard</dc:creator>
      <dc:date>2024-06-14T00:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering for GlobalID?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/filtering-for-globalid/m-p/1654407#M64309</link>
      <description>&lt;P&gt;Hey James,&lt;/P&gt;&lt;P&gt;I would argue in any Database System you can do the following:&lt;BR /&gt;&lt;EM&gt;SELECT * FROM TABLE WHERE GLOBALID = 'my_globalid';&lt;BR /&gt;&lt;/EM&gt;Or in Survey you could set up a filter where the globalid &lt;STRONG&gt;starts with&lt;/STRONG&gt; 'ABC'. (You also can do this in a database &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;) I dont think anyone would type the whole globalid.&lt;/P&gt;&lt;P&gt;And in many Cases this is super convenient. So why not provide the user with this functionality? And I really mean it! WHY?!&lt;/P&gt;&lt;P&gt;And in my spcial case. We have a FME Workbench which is very complex and joins many tables from different system. This Workbench fails because of one entry. And being able to filter for this one entry in survey (table and repeats) with thousands of entries would help me a lot.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2025 06:07:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/filtering-for-globalid/m-p/1654407#M64309</guid>
      <dc:creator>MarcelBeckmann</dc:creator>
      <dc:date>2025-10-01T06:07:50Z</dc:date>
    </item>
  </channel>
</rss>

