<?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 Syntax for q:queryparameter in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/syntax-for-q-queryparameter/m-p/1210077#M44672</link>
    <description>&lt;P&gt;I would like to open my survey to a specific record in the inbox from a URL constructed with an attribute expression in a popup in a webmap.&amp;nbsp; The online help provides this example:&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;q:where=waterbodytype='Lake' for doing this.&amp;nbsp; However, I cannot get this to work.&amp;nbsp; My code is below.&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var urlsource ='arcgis-survey123://?';
var params = {
  itemID:'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
  folder:'inbox',
  'q:where=MapBlockLot=':$feature.MapBlockLot,
  //'q:where=MapBlockLot':$feature.MapBlockLot,
  //'q:MapBlockLot':$feature.MapBlockLot,
  //'q:globalId':$feature.GlobalID,
  action:'edit',
  update:'true'
};&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What am I missing? Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Sep 2022 20:02:46 GMT</pubDate>
    <dc:creator>JimW</dc:creator>
    <dc:date>2022-09-06T20:02:46Z</dc:date>
    <item>
      <title>Syntax for q:queryparameter</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/syntax-for-q-queryparameter/m-p/1210077#M44672</link>
      <description>&lt;P&gt;I would like to open my survey to a specific record in the inbox from a URL constructed with an attribute expression in a popup in a webmap.&amp;nbsp; The online help provides this example:&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;q:where=waterbodytype='Lake' for doing this.&amp;nbsp; However, I cannot get this to work.&amp;nbsp; My code is below.&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var urlsource ='arcgis-survey123://?';
var params = {
  itemID:'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
  folder:'inbox',
  'q:where=MapBlockLot=':$feature.MapBlockLot,
  //'q:where=MapBlockLot':$feature.MapBlockLot,
  //'q:MapBlockLot':$feature.MapBlockLot,
  //'q:globalId':$feature.GlobalID,
  action:'edit',
  update:'true'
};&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What am I missing? Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 20:02:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/syntax-for-q-queryparameter/m-p/1210077#M44672</guid>
      <dc:creator>JimW</dc:creator>
      <dc:date>2022-09-06T20:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for q:queryparameter</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/syntax-for-q-queryparameter/m-p/1210179#M44688</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/6397"&gt;@JimW&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try&lt;/P&gt;&lt;PRE&gt;"q:where": "MapBlockLot=" + $feature.MapBlockLot&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 00:40:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/syntax-for-q-queryparameter/m-p/1210179#M44688</guid>
      <dc:creator>ZacharySutherby</dc:creator>
      <dc:date>2022-09-07T00:40:23Z</dc:date>
    </item>
  </channel>
</rss>

