<?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: Is it &amp;quot;if&amp;quot; or is it &amp;quot;select&amp;quot; or &amp;quot;filter&amp;quot;???? in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/is-it-quot-if-quot-or-is-it-quot-select-quot-or/m-p/1021335#M32187</link>
    <description>&lt;P&gt;Attaching a word template below so you can see the syntax to filter the two types of cases in two separate tables.&lt;/P&gt;&lt;P&gt;The report template syntax is specific to Survey123 reports. It is documented here:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://doc.arcgis.com/en/survey123/browser/analyze-results/featurereporttemplates.htm" target="_blank"&gt;https://doc.arcgis.com/en/survey123/browser/analyze-results/featurereporttemplates.htm&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/understanding-survey123-feature-reports/ba-p/897659" target="_blank"&gt;https://community.esri.com/t5/arcgis-survey123-blog/understanding-survey123-feature-reports/ba-p/897659&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-summary-sections-in-reports/ba-p/898502" target="_blank"&gt;https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-summary-sections-in-reports/ba-p/898502&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This video could also be handy: &lt;A href="https://www.youtube.com/watch?v=a7pABoinPlM" target="_blank"&gt;https://www.youtube.com/watch?v=a7pABoinPlM&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Jan 2021 23:05:36 GMT</pubDate>
    <dc:creator>IsmaelChivite</dc:creator>
    <dc:date>2021-01-28T23:05:36Z</dc:date>
    <item>
      <title>Is it "if" or is it "select" or "filter"????</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/is-it-quot-if-quot-or-is-it-quot-select-quot-or/m-p/1021151#M32163</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;First post.&lt;/P&gt;&lt;P&gt;I've got a short survey.&amp;nbsp; Primary question is "Watch Report Item".&amp;nbsp; It is either "Significant Case" or "Patrol Check".&amp;nbsp; I've built a Word Template.&amp;nbsp; I've got a table for Significant Cases and a separate table for Patrol Checks. The tables are within the SUMMARY section.&amp;nbsp; How can I get the top table to just show "Significant Cases" and the bottom table to show just the "Patrol Checks"?&lt;/P&gt;&lt;P&gt;I've tried all of these options:&lt;/P&gt;&lt;P&gt;${watch_report_item | getValue:""}&lt;/P&gt;&lt;P&gt;${if watch_report_item | selected:"Significant_Case"} ... ${/}&lt;/P&gt;&lt;P&gt;${watch_report_item | checked:"Significant_Case"}&lt;/P&gt;&lt;P&gt;but get this error most of the time:&lt;/P&gt;&lt;P&gt;Error: An error occurred when checking the report template. Failed to parse &lt;EM&gt;${if watch_report_item == “Significant_Case”}&lt;/EM&gt; since field name or parameter &lt;EM&gt;watch_report_item&lt;/EM&gt; cannot be found in the current parsing scope.&lt;/P&gt;&lt;P&gt;I've also tried this "if" statement:&amp;nbsp;${if watch_report_item == “Significant_Case”}&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my current set up within the table:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;SIGNIFICANT CASES&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE width="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="222"&gt;&lt;P&gt;${#survey|orderByFields:"case_ DESC"}${watch_report_item}&lt;/P&gt;&lt;/TD&gt;&lt;TD width="455"&gt;&lt;P&gt;&lt;STRONG&gt;${case_}, ${time_of_incident}, ${incident_type}, ${location_checked}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;${narrative}${/}&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;&amp;nbsp;&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;PATROL CHECKS&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE width="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="222"&gt;&lt;P&gt;${#survey|orderByFields:"case_ DESC"}${watch_report_item}&lt;/P&gt;&lt;/TD&gt;&lt;TD width="456"&gt;&lt;P&gt;${case_}, ${time_of_incident}, ${location_checked}, ${narrative}${/}&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your help would be greatly appreciated.&amp;nbsp; I've tinkered around with it for hours with no luck.&amp;nbsp; This final "fix" will make my report just what I need.&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Lance in California&amp;nbsp;@ Merced Police Department&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 18:18:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/is-it-quot-if-quot-or-is-it-quot-select-quot-or/m-p/1021151#M32163</guid>
      <dc:creator>LanceEber</dc:creator>
      <dc:date>2021-01-28T18:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Is it "if" or is it "select" or "filter"????</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/is-it-quot-if-quot-or-is-it-quot-select-quot-or/m-p/1021179#M32165</link>
      <description>&lt;P&gt;Hi Lance. I think you may want to use syntax along these lines:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IsmaelChivite_0-1611860199161.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/4822iA81AB0552885E566/image-size/large?v=v2&amp;amp;px=999" role="button" title="IsmaelChivite_0-1611860199161.png" alt="IsmaelChivite_0-1611860199161.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In your case, the expression could look more like:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;${#survey | where: "watch_report_item = 'Significant_Case' " | orderByFields:"time_of_incident DESC"}&lt;/STRONG&gt;${case_}, ${time_of_incident}, ${incident_type}, ${location_checked} ${narrative}&lt;STRONG&gt;${/}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Also attaching a modified template here for your reference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is important that you keep the quotes straight. For example: simple quote: ' and double quote ".&amp;nbsp; Microsoft Word has a tendency to create 'smart quotes' and they generate errors in the Survey123 report engine. Check this: &lt;A href="https://support.microsoft.com/en-us/office/smart-quotes-in-word-702fc92e-b723-4e3d-b2cc-71dedaf2f343" target="_blank"&gt;https://support.microsoft.com/en-us/office/smart-quotes-in-word-702fc92e-b723-4e3d-b2cc-71dedaf2f343&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is hard to figure out the exact syntax without the reference help for your survey but I am hoping this gives you some clues. There are some additional details about summary sections in here: &lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-summary-sections-in-reports/ba-p/898502" target="_blank" rel="noopener"&gt;https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-summary-sections-in-reports/ba-p/898502&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2021 00:55:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/is-it-quot-if-quot-or-is-it-quot-select-quot-or/m-p/1021179#M32165</guid>
      <dc:creator>IsmaelChivite</dc:creator>
      <dc:date>2021-01-29T00:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Is it "if" or is it "select" or "filter"????</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/is-it-quot-if-quot-or-is-it-quot-select-quot-or/m-p/1021195#M32168</link>
      <description>Hi Ismael,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for the quick reply.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Your help is getting me closer. I'm using Survey123 on the web BTW, not Connect.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The template manager validated the syntax. However, when I clicked on "preview sample report", I get this error in a big orange pop up window:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;An error occurred when querying data from the feature layer. 400: Cannot perform query. Invalid query parameters. Render expression is: ${# survey | where: "watch_report_item = 'Significant_Case' " | orderByFields:"case_ DESC"}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I'm sure that we're getting closer. I just don't know how close.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I'm not sure what you meant by "without the reference help for your survey".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for offering input.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Jan 2021 19:29:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/is-it-quot-if-quot-or-is-it-quot-select-quot-or/m-p/1021195#M32168</guid>
      <dc:creator>LanceEber</dc:creator>
      <dc:date>2021-01-28T19:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Is it "if" or is it "select" or "filter"????</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/is-it-quot-if-quot-or-is-it-quot-select-quot-or/m-p/1021196#M32169</link>
      <description>&lt;P&gt;That screen shot is exactly what I'm trying to accomplish.&amp;nbsp; Ugh.&amp;nbsp; Just need to get it to work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 19:31:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/is-it-quot-if-quot-or-is-it-quot-select-quot-or/m-p/1021196#M32169</guid>
      <dc:creator>LanceEber</dc:creator>
      <dc:date>2021-01-28T19:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is it "if" or is it "select" or "filter"????</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/is-it-quot-if-quot-or-is-it-quot-select-quot-or/m-p/1021205#M32172</link>
      <description>&lt;P&gt;Hi. By the online reference I meant that cheat sheet page that appears in the Survey123 website where you can see the name of the different questions in your form. Like shown below. This page is important as it helps you get the right field names and values for your queries.&lt;/P&gt;&lt;P&gt;In any event, start with just on table and when you get the syntax right you can add the second. For example, drop Patrol Checks for now and lets focus on Significant Cases.&lt;/P&gt;&lt;P&gt;Attaching v15, although I am going a bit blind without the reference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IsmaelChivite_0-1611862724484.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/4827i70C16D9FC99BD6F6/image-size/large?v=v2&amp;amp;px=999" role="button" title="IsmaelChivite_0-1611862724484.png" alt="IsmaelChivite_0-1611862724484.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 19:45:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/is-it-quot-if-quot-or-is-it-quot-select-quot-or/m-p/1021205#M32172</guid>
      <dc:creator>IsmaelChivite</dc:creator>
      <dc:date>2021-01-28T19:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Is it "if" or is it "select" or "filter"????</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/is-it-quot-if-quot-or-is-it-quot-select-quot-or/m-p/1021206#M32173</link>
      <description>&lt;P&gt;Here's the report looks like so far. Oh so close to what I need.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 19:46:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/is-it-quot-if-quot-or-is-it-quot-select-quot-or/m-p/1021206#M32173</guid>
      <dc:creator>LanceEber</dc:creator>
      <dc:date>2021-01-28T19:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Is it "if" or is it "select" or "filter"????</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/is-it-quot-if-quot-or-is-it-quot-select-quot-or/m-p/1021212#M32175</link>
      <description>&lt;P&gt;Gotcha, so this section?&amp;nbsp; All of my syntax looks right to me.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="watch.JPG" style="width: 468px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/4829i9ED6F06BAF77D0A5/image-dimensions/468x345?v=v2" width="468" height="345" role="button" title="watch.JPG" alt="watch.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 19:54:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/is-it-quot-if-quot-or-is-it-quot-select-quot-or/m-p/1021212#M32175</guid>
      <dc:creator>LanceEber</dc:creator>
      <dc:date>2021-01-28T19:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Is it "if" or is it "select" or "filter"????</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/is-it-quot-if-quot-or-is-it-quot-select-quot-or/m-p/1021217#M32177</link>
      <description>&lt;P&gt;Awesome!&amp;nbsp; The PDF is looking good! The syntax can be tricky sometimes, but once you get the gist of it you can do pretty nice things with it. I am not sure if you need it, but you can add headers and also break down the case, description and other case info into separate columns within your Word table.&amp;nbsp; Happy you got this going!&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 19:56:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/is-it-quot-if-quot-or-is-it-quot-select-quot-or/m-p/1021217#M32177</guid>
      <dc:creator>IsmaelChivite</dc:creator>
      <dc:date>2021-01-28T19:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Is it "if" or is it "select" or "filter"????</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/is-it-quot-if-quot-or-is-it-quot-select-quot-or/m-p/1021221#M32179</link>
      <description>&lt;P&gt;The goal of the PDF is to eliminate column 1 of each table.&amp;nbsp; If I can just get the SIGNIFICANT CASE section to just show the "significant cases" and the same for the PATROL CHECK section, I'm golden!!!&amp;nbsp; Everything looks right. I just don't know what I'm missing.&amp;nbsp; Thanks for your time.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 20:02:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/is-it-quot-if-quot-or-is-it-quot-select-quot-or/m-p/1021221#M32179</guid>
      <dc:creator>LanceEber</dc:creator>
      <dc:date>2021-01-28T20:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is it "if" or is it "select" or "filter"????</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/is-it-quot-if-quot-or-is-it-quot-select-quot-or/m-p/1021228#M32181</link>
      <description>&lt;P&gt;BTW, what kind of "code" or "syntax" is this? MS Word specific?&amp;nbsp; Interested in finding sources for learning more about it.&amp;nbsp; Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 20:12:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/is-it-quot-if-quot-or-is-it-quot-select-quot-or/m-p/1021228#M32181</guid>
      <dc:creator>LanceEber</dc:creator>
      <dc:date>2021-01-28T20:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Is it "if" or is it "select" or "filter"????</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/is-it-quot-if-quot-or-is-it-quot-select-quot-or/m-p/1021335#M32187</link>
      <description>&lt;P&gt;Attaching a word template below so you can see the syntax to filter the two types of cases in two separate tables.&lt;/P&gt;&lt;P&gt;The report template syntax is specific to Survey123 reports. It is documented here:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://doc.arcgis.com/en/survey123/browser/analyze-results/featurereporttemplates.htm" target="_blank"&gt;https://doc.arcgis.com/en/survey123/browser/analyze-results/featurereporttemplates.htm&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/understanding-survey123-feature-reports/ba-p/897659" target="_blank"&gt;https://community.esri.com/t5/arcgis-survey123-blog/understanding-survey123-feature-reports/ba-p/897659&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-summary-sections-in-reports/ba-p/898502" target="_blank"&gt;https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-summary-sections-in-reports/ba-p/898502&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This video could also be handy: &lt;A href="https://www.youtube.com/watch?v=a7pABoinPlM" target="_blank"&gt;https://www.youtube.com/watch?v=a7pABoinPlM&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 23:05:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/is-it-quot-if-quot-or-is-it-quot-select-quot-or/m-p/1021335#M32187</guid>
      <dc:creator>IsmaelChivite</dc:creator>
      <dc:date>2021-01-28T23:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Is it "if" or is it "select" or "filter"????</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/is-it-quot-if-quot-or-is-it-quot-select-quot-or/m-p/1021525#M32196</link>
      <description>&lt;P&gt;Hi Ismael,&lt;/P&gt;&lt;P&gt;Here's what I did:&amp;nbsp; after your first reply, I typed into my template exactly how you had the syntax.&amp;nbsp; I typed it and retyped and retyped and retyped and none of them worked. Took a break for a few hours. Came back to it. Typed it again.&amp;nbsp; Still nothing.&amp;nbsp; Then, decided to just copy/paste your "line" from the reply into my template. By golly, it worked!!!!&amp;nbsp; I changed the "orderByField" to what I wanted and voila.&amp;nbsp; Success.&amp;nbsp; Honestly, I don't what was different.&amp;nbsp; To me, it looks exactly the same.&amp;nbsp; But, doing a copy/paste of yours worked.&amp;nbsp; Frustrating, but relieving at the same time.&lt;/P&gt;&lt;P&gt;I appreciate your time submitting your help.&amp;nbsp; I even reached out to Chris Delaney (my law enforcement contact) for some guidance.&lt;/P&gt;&lt;P&gt;Other than the "order" field, I don't know what's different.&lt;/P&gt;&lt;P&gt;Here is the working report!!!&amp;nbsp; Thanks again : )&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2021 15:17:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/is-it-quot-if-quot-or-is-it-quot-select-quot-or/m-p/1021525#M32196</guid>
      <dc:creator>LanceEber</dc:creator>
      <dc:date>2021-01-29T15:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Is it "if" or is it "select" or "filter"????</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/is-it-quot-if-quot-or-is-it-quot-select-quot-or/m-p/1021620#M32200</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/445376"&gt;@LanceEber&lt;/a&gt;&amp;nbsp; I am guessing he difference is 'straight quotes' versus 'smart quotes'.&amp;nbsp; By default, Microsoft Word will add 'smart quotes' as you type. The Survey123 report engine likes 'straight' quotes.&lt;/P&gt;&lt;P&gt;Check the section&amp;nbsp;&lt;STRONG&gt;'Straighten' your quotes&lt;/STRONG&gt; in this article &lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-summary-sections-in-reports/ba-p/898502" target="_blank" rel="noopener"&gt;https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-summary-sections-in-reports/ba-p/898502&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Sometimes I end up tying my where syntax in notepad and then copying and pasting into Word. You can also configure Ms Word to use straight quotes as described here: &lt;A href="https://support.microsoft.com/en-us/office/smart-quotes-in-word-702fc92e-b723-4e3d-b2cc-71dedaf2f343" target="_blank"&gt;https://support.microsoft.com/en-us/office/smart-quotes-in-word-702fc92e-b723-4e3d-b2cc-71dedaf2f343&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks for sharing!&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2021 17:40:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/is-it-quot-if-quot-or-is-it-quot-select-quot-or/m-p/1021620#M32200</guid>
      <dc:creator>IsmaelChivite</dc:creator>
      <dc:date>2021-01-29T17:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Is it "if" or is it "select" or "filter"????</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/is-it-quot-if-quot-or-is-it-quot-select-quot-or/m-p/1021656#M32206</link>
      <description>Ahhh, that makes sense. I'll keep this in mind for sure.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Jan 2021 18:10:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/is-it-quot-if-quot-or-is-it-quot-select-quot-or/m-p/1021656#M32206</guid>
      <dc:creator>LanceEber</dc:creator>
      <dc:date>2021-01-29T18:10:28Z</dc:date>
    </item>
  </channel>
</rss>

