<?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 FGDB views: Since the division operator '/' isn't supported, create a DIVIDE() function instead in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/fgdb-views-since-the-division-operator-isn-t/idi-p/1238086</link>
    <description>&lt;P&gt;When we create views using the&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/create-database-view.htm" target="_self"&gt;Create Database View (Data Management)&lt;/A&gt; tool, we can't use the&amp;nbsp;forward slash operator '/' in the SQL definition.&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;For enterprise and mobile geodatabases, we can work around the issue by creating the view through an SQL client instead of using ArcGIS.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;But for file geodatabases, the database is inaccessible outside of ArcObjects. So, the only way to do things like create a database view is through ArcGIS using the&amp;nbsp;Create Database View (Data Management) tool.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;HR /&gt;&lt;P&gt;&lt;SPAN&gt;We need to be able to use forward slashes in FGDB views to do basic math like divide numbers and fields.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It looks like Esri has known about the issue since 2015 (although FGDB views are a recent development). See:&amp;nbsp;&lt;A href="https://support.esri.com/en/bugs/nimbus/QlVHLTAwMDA4NTg0MQ==" target="_self"&gt;BUG-000085841&lt;/A&gt;.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;So that makes me think Esri isn't able to fix this bug. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If that's the case, then could Esri provide a workaround for division in FGDB views, such as adding a DIVIDE() function to the FGDB database engine? &lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier" color="#0000FF"&gt;divide(10, 2),&lt;/FONT&gt;&lt;/STRONG&gt;&amp;nbsp; --would resolve to 5.&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier" color="#0000FF"&gt;divide(field_A, field_B)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;That would give us a way to divide numbers and fields in FGDB database views.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 31 Jul 2023 14:58:31 GMT</pubDate>
    <dc:creator>Bud</dc:creator>
    <dc:date>2023-07-31T14:58:31Z</dc:date>
    <item>
      <title>FGDB views: Since the division operator '/' isn't supported, create a DIVIDE() function instead</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/fgdb-views-since-the-division-operator-isn-t/idi-p/1238086</link>
      <description>&lt;P&gt;When we create views using the&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/create-database-view.htm" target="_self"&gt;Create Database View (Data Management)&lt;/A&gt; tool, we can't use the&amp;nbsp;forward slash operator '/' in the SQL definition.&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;For enterprise and mobile geodatabases, we can work around the issue by creating the view through an SQL client instead of using ArcGIS.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;But for file geodatabases, the database is inaccessible outside of ArcObjects. So, the only way to do things like create a database view is through ArcGIS using the&amp;nbsp;Create Database View (Data Management) tool.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;HR /&gt;&lt;P&gt;&lt;SPAN&gt;We need to be able to use forward slashes in FGDB views to do basic math like divide numbers and fields.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It looks like Esri has known about the issue since 2015 (although FGDB views are a recent development). See:&amp;nbsp;&lt;A href="https://support.esri.com/en/bugs/nimbus/QlVHLTAwMDA4NTg0MQ==" target="_self"&gt;BUG-000085841&lt;/A&gt;.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;So that makes me think Esri isn't able to fix this bug. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If that's the case, then could Esri provide a workaround for division in FGDB views, such as adding a DIVIDE() function to the FGDB database engine? &lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier" color="#0000FF"&gt;divide(10, 2),&lt;/FONT&gt;&lt;/STRONG&gt;&amp;nbsp; --would resolve to 5.&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier" color="#0000FF"&gt;divide(field_A, field_B)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;That would give us a way to divide numbers and fields in FGDB database views.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 14:58:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/fgdb-views-since-the-division-operator-isn-t/idi-p/1238086</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2023-07-31T14:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: FGDB views: Since the division operator '/' isn't supported, create a DIVIDE() function instead</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/fgdb-views-since-the-division-operator-isn-t/idc-p/1238473#M22420</link>
      <description>&lt;P&gt;It's a strange limitation/bug.&lt;/P&gt;&lt;P&gt;A half workaround would be to multiply by 1/N e.g. if you want to divide by 2, instead&amp;nbsp; multiply by 0.5.&lt;/P&gt;&lt;P&gt;I say "half workaround" as obviously if you want to divide by a field value instead of a number, then this won't work.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 20:14:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/fgdb-views-since-the-division-operator-isn-t/idc-p/1238473#M22420</guid>
      <dc:creator>Luke_Pinner</dc:creator>
      <dc:date>2022-12-06T20:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: FGDB views: Since the division operator '/' isn't supported, create a DIVIDE() function instead</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/fgdb-views-since-the-division-operator-isn-t/idc-p/1313623#M25812</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/604859"&gt;@SSWoodward&lt;/a&gt;,&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2620"&gt;@TanuHoque&lt;/a&gt;&amp;nbsp;and team, are you able to advise:&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;What are ESRI's thoughts on&amp;nbsp;creating a DIVIDE() function? Is there a plan for addressing this issue?&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 14:56:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/fgdb-views-since-the-division-operator-isn-t/idc-p/1313623#M25812</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2023-07-31T14:56:02Z</dc:date>
    </item>
  </channel>
</rss>

