<?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>idea Query Layer — Make validation optional in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/query-layer-make-validation-optional/idi-p/1296437</link>
    <description>&lt;P&gt;&lt;EM&gt;An idea for faster query layer creation -- to make query layers more practical for ad hoc analysis. Currently, query layers are a bit too slow/clunky for one-off data analysis tasks.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bud_0-1686078689495.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/72498i2F77A8C2E5B751AF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bud_0-1686078689495.png" alt="Bud_0-1686078689495.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Idea: Don't force me to click Validate. Let me attempt to create a query layer using manual or default inputs. For example, add a checkbox to automatically use the default settings without needing to validate.&lt;/P&gt;&lt;P&gt;Note: Part of the slowness when hitting Validate might be due to the query being executed. That's not necessary; I know that my query is valid because I built it and ran it in a SQL client.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Related:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/easier-query-layer-creation/idc-p/1276734/highlight/true#M24336" target="_self"&gt;Easier query layer creation&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/virtual-attributes-ad-hoc/idi-p/1276471" target="_self"&gt;Virtual Attributes (ad hoc)&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Tue, 13 Jun 2023 14:34:19 GMT</pubDate>
    <dc:creator>Bud</dc:creator>
    <dc:date>2023-06-13T14:34:19Z</dc:date>
    <item>
      <title>Query Layer — Make validation optional</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/query-layer-make-validation-optional/idi-p/1296437</link>
      <description>&lt;P&gt;&lt;EM&gt;An idea for faster query layer creation -- to make query layers more practical for ad hoc analysis. Currently, query layers are a bit too slow/clunky for one-off data analysis tasks.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bud_0-1686078689495.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/72498i2F77A8C2E5B751AF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bud_0-1686078689495.png" alt="Bud_0-1686078689495.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Idea: Don't force me to click Validate. Let me attempt to create a query layer using manual or default inputs. For example, add a checkbox to automatically use the default settings without needing to validate.&lt;/P&gt;&lt;P&gt;Note: Part of the slowness when hitting Validate might be due to the query being executed. That's not necessary; I know that my query is valid because I built it and ran it in a SQL client.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Related:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/easier-query-layer-creation/idc-p/1276734/highlight/true#M24336" target="_self"&gt;Easier query layer creation&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/virtual-attributes-ad-hoc/idi-p/1276471" target="_self"&gt;Virtual Attributes (ad hoc)&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 13 Jun 2023 14:34:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/query-layer-make-validation-optional/idi-p/1296437</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2023-06-13T14:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: Query Layer — Make validation optional to save time</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/query-layer-make-validation-optional/idc-p/1296439#M25302</link>
      <description>&lt;P&gt;Here's a related blurb from the &lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/easier-query-layer-creation/idc-p/1296438" target="_self"&gt;original post&lt;/A&gt;:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;I find query layers are a bit fiddly to set up. They take just a little bit longer to create than I'd like, so I don't use them as often as I should.&lt;/P&gt;&lt;P&gt;Believe it or not, creating a database view using a SQL client is often faster:&lt;/P&gt;&lt;PRE&gt;create or replace view &lt;FONT color="#0000FF"&gt;ad_hoc_vw&lt;/FONT&gt; as select * from roads where ...&amp;nbsp; &lt;/PRE&gt;&lt;P&gt;It seems kind of backwards to create database views for ad-hoc analysis. That's where query layers ought to come in, since they're temporary in the map, not persistent in the database like views.&lt;/P&gt;&lt;P&gt;...Is there anything that can be done to make creating a query layer more streamlined, to facilitate fast-paced ad-hoc analysis?&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Tue, 06 Jun 2023 19:23:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/query-layer-make-validation-optional/idc-p/1296439#M25302</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2023-06-06T19:23:04Z</dc:date>
    </item>
  </channel>
</rss>

