<?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: Very Starnge regarding un structured data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Very-Starnge-regarding-un-structured-data/m-p/1198492#M386283</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not quite clear to me what you are trying to do and what your issue is. But &lt;SPAN style="color: #ff0000;"&gt;upper(RTRIM(CATGR)) = UPPER('Missing Doc')&lt;/SPAN&gt; isn't the same like &lt;SPAN style="color: #ff0000;"&gt;CATGR='Missing Doc'&lt;/SPAN&gt; and might be therefore return other/more records which are then be aggregated. Maybe it's easier for testings to load the data without those condition and then to examine them within a tablebox and afterwards you could adjust your condition to get the really wanted records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 15 Oct 2016 13:39:52 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2016-10-15T13:39:52Z</dc:date>
    <item>
      <title>Very Starnge regarding un structured data</title>
      <link>https://community.qlik.com/t5/QlikView/Very-Starnge-regarding-un-structured-data/m-p/1198491#M386282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all i&amp;nbsp; have the db query&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;SELECT&amp;nbsp; CATGR,sum(population) FROM mytable&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp; where upper(RTRIM(CATGR)) = UPPER('Missing Doc') and&amp;nbsp; ctry_name='us' and date ='01-JAN-16' group by CATGR &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt; output in sql db is&amp;nbsp;&amp;nbsp;&amp;nbsp; Missing Doc&amp;nbsp; =&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 152 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #000000;"&gt; when i'm loading data into qlikview the&amp;nbsp; sum(CATGR) as 152 (may be because of un structured data)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; when i'm running the below query&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="color: #ff0000;"&gt;SELECT&amp;nbsp; CATGR,sum(population) FROM mytable&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp; where CATGR='Missing Doc' and&amp;nbsp;&amp;nbsp;&amp;nbsp; ctry_name='us' and date ='01-JAN-16' group by CATGR&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; output is&amp;nbsp; Missing Doc&amp;nbsp; =&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 83 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want my sum(CATGR)&amp;nbsp; as 83 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any idea on how to load unstructured data into qlikview&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me out&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2016 18:22:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Very-Starnge-regarding-un-structured-data/m-p/1198491#M386282</guid>
      <dc:creator />
      <dc:date>2016-10-14T18:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Very Starnge regarding un structured data</title>
      <link>https://community.qlik.com/t5/QlikView/Very-Starnge-regarding-un-structured-data/m-p/1198492#M386283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not quite clear to me what you are trying to do and what your issue is. But &lt;SPAN style="color: #ff0000;"&gt;upper(RTRIM(CATGR)) = UPPER('Missing Doc')&lt;/SPAN&gt; isn't the same like &lt;SPAN style="color: #ff0000;"&gt;CATGR='Missing Doc'&lt;/SPAN&gt; and might be therefore return other/more records which are then be aggregated. Maybe it's easier for testings to load the data without those condition and then to examine them within a tablebox and afterwards you could adjust your condition to get the really wanted records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Oct 2016 13:39:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Very-Starnge-regarding-un-structured-data/m-p/1198492#M386283</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-10-15T13:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Very Starnge regarding un structured data</title>
      <link>https://community.qlik.com/t5/QlikView/Very-Starnge-regarding-un-structured-data/m-p/1198493#M386284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus, Thank you for the response actually my problem is i want to load the spaces in DB into qlikview as it is.&lt;/P&gt;&lt;P&gt;I got the solution for that&lt;/P&gt;&lt;P&gt;Thanks for the quick response anyway i got some knowledge by your comments&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Oct 2016 13:55:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Very-Starnge-regarding-un-structured-data/m-p/1198493#M386284</guid>
      <dc:creator />
      <dc:date>2016-10-15T13:55:36Z</dc:date>
    </item>
  </channel>
</rss>

