<?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: Why Qlik does not recognize latam symbols from database table record in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Why-Qlik-does-not-recognize-latam-symbols-from-database-table/m-p/2011981#M83671</link>
    <description>&lt;P&gt;This may be related to the used charset (it's a configurable setting within some driver) or to the applied collation which is an interpretation setting within Qlik, see: &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Alphabetical-sort-order-is-not-correct-in-local-language/ta-p/1712534" target="_blank"&gt;Alphabetical sort order is not correct in local la... - Qlik Community - 1712534&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
    <pubDate>Fri, 02 Dec 2022 09:54:56 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2022-12-02T09:54:56Z</dc:date>
    <item>
      <title>Why Qlik does not recognize latam symbols from database table record</title>
      <link>https://community.qlik.com/t5/App-Development/Why-Qlik-does-not-recognize-latam-symbols-from-database-table/m-p/2011677#M83653</link>
      <description>&lt;P&gt;First there is a Stage app that extract the table from the database and store it as QVD file.&lt;/P&gt;
&lt;P&gt;Then Other app does some data transformation from that QVD.&lt;/P&gt;
&lt;P&gt;The problem is this:&lt;/P&gt;
&lt;P&gt;When I query the table from SQLServer the data comes this way: 'DEPÓSITOS'&lt;/P&gt;
&lt;P&gt;When i try to read the QVD the same record retrives me the record this way: 'DEPËSITOS'&lt;/P&gt;
&lt;P&gt;What could be the problem... Is there any setting that im missing in the script at the Main Sheet?&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 20:07:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Why-Qlik-does-not-recognize-latam-symbols-from-database-table/m-p/2011677#M83653</guid>
      <dc:creator>jprimera</dc:creator>
      <dc:date>2023-01-31T20:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Why Qlik does not recognize latam symbols from database table record</title>
      <link>https://community.qlik.com/t5/App-Development/Why-Qlik-does-not-recognize-latam-symbols-from-database-table/m-p/2011981#M83671</link>
      <description>&lt;P&gt;This may be related to the used charset (it's a configurable setting within some driver) or to the applied collation which is an interpretation setting within Qlik, see: &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Alphabetical-sort-order-is-not-correct-in-local-language/ta-p/1712534" target="_blank"&gt;Alphabetical sort order is not correct in local la... - Qlik Community - 1712534&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2022 09:54:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Why-Qlik-does-not-recognize-latam-symbols-from-database-table/m-p/2011981#M83671</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2022-12-02T09:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Why Qlik does not recognize latam symbols from database table record</title>
      <link>https://community.qlik.com/t5/App-Development/Why-Qlik-does-not-recognize-latam-symbols-from-database-table/m-p/2012302#M83686</link>
      <description>&lt;P&gt;Hi Marcus, thanks for your advice... do you know wich is the specific &lt;SPAN&gt;CollationLocale for Spanish? I've tried 'es-ES' but didn't worked.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;-Jesus&lt;/P&gt;</description>
      <pubDate>Sat, 03 Dec 2022 02:43:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Why-Qlik-does-not-recognize-latam-symbols-from-database-table/m-p/2012302#M83686</guid>
      <dc:creator>jprimera</dc:creator>
      <dc:date>2022-12-03T02:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: Why Qlik does not recognize latam symbols from database table record</title>
      <link>https://community.qlik.com/t5/App-Development/Why-Qlik-does-not-recognize-latam-symbols-from-database-table/m-p/2012343#M83689</link>
      <description>&lt;P&gt;Unfortunately I don't know if your setting is the right one for Spanish and I couldn't find any overview which language-country settings are supported.&lt;/P&gt;
&lt;P&gt;But I assume that your value is probably the correct one. Before going further in this direction I suggest to extract the relevant chars to ensure that they are already properly loaded from the database. Maybe something like the following would be helpful:&lt;/P&gt;
&lt;P&gt;load *, mid(YourField, iterno(), 1) as Char, &lt;BR /&gt;              ord(mid(YourField, iterno(), 1)) as CharIndex,&lt;BR /&gt;               iterno() as IterNo, rowno() as RowNo&lt;BR /&gt;while iterno() &amp;lt;= Len;&lt;BR /&gt;load *, recno() as RecNo, len(YourField) as Len;&lt;BR /&gt;sql select YourField from YourDataBase;&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Sat, 03 Dec 2022 09:55:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Why-Qlik-does-not-recognize-latam-symbols-from-database-table/m-p/2012343#M83689</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2022-12-03T09:55:14Z</dc:date>
    </item>
  </channel>
</rss>

