<?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 Bug: Create view — View name gets cleared when run in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/bug-create-view-view-name-gets-cleared-when-run/m-p/1250725#M64550</link>
    <description>&lt;P&gt;I'm creating a view in a ArcGIS Pro 3.0.3 mobile geodatabase.&lt;/P&gt;&lt;P&gt;I've entered the view name. Now, I'll paste SQL into the View Definition (using CTRL+V, since right-click &amp;gt;&amp;gt; paste is greyed out).&lt;/P&gt;&lt;P&gt;Problem: When I run the GP tool, the&amp;nbsp;name that I entered previously gets cleared.&lt;/P&gt;&lt;P&gt;That's not the desired behavior.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Create view - pasting SQL clears name.gif" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/61035i8BCEBC53B4E88D2B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Create view - pasting SQL clears name.gif" alt="Create view - pasting SQL clears name.gif" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bud_1-1674574449527.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/61061iD78E95428E5C1F87/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bud_1-1674574449527.png" alt="Bud_1-1674574449527.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;PRE&gt;&lt;FONT color="#999999"&gt;WITH RECURSIVE cte AS (&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#999999"&gt;SELECT 2023 AS year_&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#999999"&gt;UNION ALL&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#999999"&gt;SELECT year_ + 1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#999999"&gt;FROM cte&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#999999"&gt;WHERE year_ &amp;lt; 2023 + (10) -1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#999999"&gt;)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#999999"&gt;SELECT row_number() over (ORDER BY cte.year_, amount) as OBJECTID, cte.year_, p.amount&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#999999"&gt;FROM cte&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#999999"&gt;LEFT JOIN Projects_MobileGDB p&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#999999"&gt;ON cte.year_ = p.year_&lt;/FONT&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could that issue be fixed?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Feb 2023 14:58:11 GMT</pubDate>
    <dc:creator>Bud</dc:creator>
    <dc:date>2023-02-15T14:58:11Z</dc:date>
    <item>
      <title>Bug: Create view — View name gets cleared when run</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/bug-create-view-view-name-gets-cleared-when-run/m-p/1250725#M64550</link>
      <description>&lt;P&gt;I'm creating a view in a ArcGIS Pro 3.0.3 mobile geodatabase.&lt;/P&gt;&lt;P&gt;I've entered the view name. Now, I'll paste SQL into the View Definition (using CTRL+V, since right-click &amp;gt;&amp;gt; paste is greyed out).&lt;/P&gt;&lt;P&gt;Problem: When I run the GP tool, the&amp;nbsp;name that I entered previously gets cleared.&lt;/P&gt;&lt;P&gt;That's not the desired behavior.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Create view - pasting SQL clears name.gif" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/61035i8BCEBC53B4E88D2B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Create view - pasting SQL clears name.gif" alt="Create view - pasting SQL clears name.gif" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bud_1-1674574449527.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/61061iD78E95428E5C1F87/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bud_1-1674574449527.png" alt="Bud_1-1674574449527.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;PRE&gt;&lt;FONT color="#999999"&gt;WITH RECURSIVE cte AS (&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#999999"&gt;SELECT 2023 AS year_&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#999999"&gt;UNION ALL&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#999999"&gt;SELECT year_ + 1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#999999"&gt;FROM cte&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#999999"&gt;WHERE year_ &amp;lt; 2023 + (10) -1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#999999"&gt;)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#999999"&gt;SELECT row_number() over (ORDER BY cte.year_, amount) as OBJECTID, cte.year_, p.amount&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#999999"&gt;FROM cte&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#999999"&gt;LEFT JOIN Projects_MobileGDB p&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#999999"&gt;ON cte.year_ = p.year_&lt;/FONT&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could that issue be fixed?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 14:58:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/bug-create-view-view-name-gets-cleared-when-run/m-p/1250725#M64550</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2023-02-15T14:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: Bug: Create view in mobile geodatabase — View name gets cleared when run</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/bug-create-view-view-name-gets-cleared-when-run/m-p/1250804#M64557</link>
      <description>&lt;P&gt;It may be related to your indentations.&amp;nbsp; Try having your blank lines within the common table expression indented the same amount as the other lines.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 15:02:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/bug-create-view-view-name-gets-cleared-when-run/m-p/1250804#M64557</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2023-01-24T15:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: Bug: Create view in mobile geodatabase — View name gets cleared when run</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/bug-create-view-view-name-gets-cleared-when-run/m-p/1250822#M64559</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1371"&gt;@JoshuaBixby&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good idea. I took an extreme approach by removing all indentations and line breaks:&lt;/P&gt;&lt;PRE&gt;WITH RECURSIVE cte AS (SELECT 2023 AS year_ UNION ALL SELECT year_ + 1 FROM cte WHERE year_ &amp;lt; 2023 + (10) -1) SELECT row_number() over (ORDER BY cte.year_, amount) as OBJECTID, cte.year_, p.amount FROM cte LEFT JOIN Projects_MobileGDB p ON cte.year_ = p.year_&lt;/PRE&gt;&lt;P&gt;Unfortunately, I'm still seeing the same issue. The name gets cleared when I paste in the SQL.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 15:38:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/bug-create-view-view-name-gets-cleared-when-run/m-p/1250822#M64559</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2023-01-24T15:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Bug: Create view in mobile geodatabase — View name gets cleared when run</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/bug-create-view-view-name-gets-cleared-when-run/m-p/1258496#M65549</link>
      <description>&lt;P&gt;Esri Canada Case&amp;nbsp;03257552&amp;nbsp; Create view ... View name gets cleared when run&lt;/P&gt;&lt;P&gt;BUG-000155888 - In the Create Database View geoprocessing tool, the Output View Name parameter is cleared when the first click after entering the Output View Name occurs outside of the tool interface.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 14:57:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/bug-create-view-view-name-gets-cleared-when-run/m-p/1258496#M65549</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2023-02-15T14:57:56Z</dc:date>
    </item>
  </channel>
</rss>

