<?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: Identical String Values Treated As Distinct Values in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Identical-String-Values-Treated-As-Distinct-Values/m-p/1937650#M77284</link>
    <description>&lt;P&gt;To check the values definitely you may do something like this:&lt;/P&gt;
&lt;P&gt;load &lt;BR /&gt;recno() as RecNo, rowno() as RowNo, iterno() as IterNo,&lt;BR /&gt;Field, len(Field) as FieldLength,&lt;BR /&gt;ord(mid(Field, iterno(), 1)) as Char&lt;BR /&gt;from Source while iterno() &amp;lt;= len(Field);&lt;/P&gt;
&lt;P&gt;Another cause for such behaviour could be that the field isn't just a string else a dual(), because:&lt;/P&gt;
&lt;P&gt;dual('a', 1) &amp;lt;&amp;gt; dual('a', 2)&lt;/P&gt;
&lt;P&gt;and would lead to two 'a' values within a dimension.&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
    <pubDate>Tue, 31 May 2022 10:18:49 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2022-05-31T10:18:49Z</dc:date>
    <item>
      <title>Identical String Values Treated As Distinct Values</title>
      <link>https://community.qlik.com/t5/App-Development/Identical-String-Values-Treated-As-Distinct-Values/m-p/1933303#M76873</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm seeing an issue where two identical strings are being treated as separate values in a table. Please see the screenshot below:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="stephilippou_0-1652993991344.png" style="width: 494px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/79886i4FCA954B1B05E344/image-dimensions/494x343?v=v2" width="494" height="343" role="button" title="stephilippou_0-1652993991344.png" alt="stephilippou_0-1652993991344.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I only have one column so it shouldn't be split out by any other dimensions. Furthermore, I'm already using the Trim() function to remove any leading or trailing white spaces. When I copy and paste both cell values into Notepad++ and use the Compare plugin, they're considered identical:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="stephilippou_1-1652994105507.png" style="width: 654px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/79887i509F03DFA87E7722/image-dimensions/654x134?v=v2" width="654" height="134" role="button" title="stephilippou_1-1652994105507.png" alt="stephilippou_1-1652994105507.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Has anyone else encountered this issue? Are there some non-printable characters that I might be missing? Or might this be a bug and I should open up a support case for it?&lt;/P&gt;
&lt;P&gt;Thanks for any help or suggestions!&lt;/P&gt;
&lt;P&gt;Stephen&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2022 21:03:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Identical-String-Values-Treated-As-Distinct-Values/m-p/1933303#M76873</guid>
      <dc:creator>stephilippou</dc:creator>
      <dc:date>2022-05-19T21:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Identical String Values Treated As Distinct Values</title>
      <link>https://community.qlik.com/t5/App-Development/Identical-String-Values-Treated-As-Distinct-Values/m-p/1937235#M77247</link>
      <description>&lt;P&gt;That is very strange, are both lines being loaded from the same data source?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How are you loading this data?&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2022 12:42:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Identical-String-Values-Treated-As-Distinct-Values/m-p/1937235#M77247</guid>
      <dc:creator>Andrew_Delaney</dc:creator>
      <dc:date>2022-05-30T12:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Identical String Values Treated As Distinct Values</title>
      <link>https://community.qlik.com/t5/App-Development/Identical-String-Values-Treated-As-Distinct-Values/m-p/1937650#M77284</link>
      <description>&lt;P&gt;To check the values definitely you may do something like this:&lt;/P&gt;
&lt;P&gt;load &lt;BR /&gt;recno() as RecNo, rowno() as RowNo, iterno() as IterNo,&lt;BR /&gt;Field, len(Field) as FieldLength,&lt;BR /&gt;ord(mid(Field, iterno(), 1)) as Char&lt;BR /&gt;from Source while iterno() &amp;lt;= len(Field);&lt;/P&gt;
&lt;P&gt;Another cause for such behaviour could be that the field isn't just a string else a dual(), because:&lt;/P&gt;
&lt;P&gt;dual('a', 1) &amp;lt;&amp;gt; dual('a', 2)&lt;/P&gt;
&lt;P&gt;and would lead to two 'a' values within a dimension.&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2022 10:18:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Identical-String-Values-Treated-As-Distinct-Values/m-p/1937650#M77284</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2022-05-31T10:18:49Z</dc:date>
    </item>
  </channel>
</rss>

