<?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: SQL Functions in Mobile GDB in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/sql-functions-in-mobile-gdb/m-p/1001931#M34325</link>
    <description>&lt;P&gt;Thanks, Joshua!&lt;BR /&gt;&lt;BR /&gt;It does appear to acknowledge LENGTH, although when I go to update the expression I still get a syntax error, so I must be missing another difference with SQLite.&lt;BR /&gt;&lt;BR /&gt;Either way, I need something that will be consistent in both. So I guess I'll evaluate the label with Arcade after limiting the features with SQL. Hopefully that doesn't slow things down.&lt;BR /&gt;&lt;BR /&gt;I'm open to other suggestions if anyone has any.&lt;/P&gt;</description>
    <pubDate>Mon, 16 Nov 2020 22:00:21 GMT</pubDate>
    <dc:creator>WalkerHenry__NIFCAdmin</dc:creator>
    <dc:date>2020-11-16T22:00:21Z</dc:date>
    <item>
      <title>SQL Functions in Mobile GDB</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/sql-functions-in-mobile-gdb/m-p/1001867#M34316</link>
      <description>&lt;P&gt;Does a mobile/runtime geodatabase (.geodatabase) not support all the same SQL functions as a File GDB?&lt;BR /&gt;&lt;BR /&gt;I have the same data with the same label classes in a File GDB and then published to AGOL as a hosted feature service. The CHAR_LENGTH SQL function evaluates fine in each of these, but as soon as I create an offline replica (local copy/download map) from Pro, it breaks.&lt;BR /&gt;&lt;BR /&gt;Hosted Feature Service:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WalkerHenry__NIFC_Admin__1-1605555428285.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/244i090DA3E30841D79F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="WalkerHenry__NIFC_Admin__1-1605555428285.png" alt="WalkerHenry__NIFC_Admin__1-1605555428285.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Offline Replica:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WalkerHenry__NIFC_Admin__0-1605555247478.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/242i9936F0594145E553/image-size/medium?v=v2&amp;amp;px=400" role="button" title="WalkerHenry__NIFC_Admin__0-1605555247478.png" alt="WalkerHenry__NIFC_Admin__0-1605555247478.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Walker&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 19:38:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/sql-functions-in-mobile-gdb/m-p/1001867#M34316</guid>
      <dc:creator>WalkerHenry__NIFCAdmin</dc:creator>
      <dc:date>2020-11-16T19:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Functions in Mobile GDB</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/sql-functions-in-mobile-gdb/m-p/1001903#M34319</link>
      <description>&lt;P&gt;As much as SQL is standardized, it isn't.&amp;nbsp; For SQLite, the string function you want is just "LENGTH" and not "CHAR_LENGTH"&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 21:11:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/sql-functions-in-mobile-gdb/m-p/1001903#M34319</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-11-16T21:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Functions in Mobile GDB</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/sql-functions-in-mobile-gdb/m-p/1001931#M34325</link>
      <description>&lt;P&gt;Thanks, Joshua!&lt;BR /&gt;&lt;BR /&gt;It does appear to acknowledge LENGTH, although when I go to update the expression I still get a syntax error, so I must be missing another difference with SQLite.&lt;BR /&gt;&lt;BR /&gt;Either way, I need something that will be consistent in both. So I guess I'll evaluate the label with Arcade after limiting the features with SQL. Hopefully that doesn't slow things down.&lt;BR /&gt;&lt;BR /&gt;I'm open to other suggestions if anyone has any.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 22:00:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/sql-functions-in-mobile-gdb/m-p/1001931#M34325</guid>
      <dc:creator>WalkerHenry__NIFCAdmin</dc:creator>
      <dc:date>2020-11-16T22:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Functions in Mobile GDB</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/sql-functions-in-mobile-gdb/m-p/1001949#M34327</link>
      <description>&lt;P&gt;The syntax validators have always struggled with all the different flavors of SQL across the different DBMSs.&amp;nbsp; It isn't uncommon for me to have it say something is wrong, I hit OK and save it anyways, and then it works.&lt;/P&gt;&lt;P&gt;At this point I don't know enough about your workflow to comment any further.&amp;nbsp; As much as Arcade is an abomination that Esri should not have created, it is cross platform, which increases portability.&amp;nbsp; So, even I occasionally end up having to use it, albeit grudgingly.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 22:52:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/sql-functions-in-mobile-gdb/m-p/1001949#M34327</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-11-16T22:52:14Z</dc:date>
    </item>
  </channel>
</rss>

