<?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 Can't get my data right. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-t-get-my-data-right/m-p/308309#M1198541</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the data has to be added together so i have a listbox with al my data... but then i have a choicebox where i can press yes or no so it would show only handled or unhandled data. so if i press yes it only shows the handled data and its amount, that's correct but when i press no it shows the data but the amount ain't the right amount. When i only run the "unhandled" script without the "handled' script the amount is right.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Feb 2011 11:34:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-02-24T11:34:57Z</dc:date>
    <item>
      <title>Can't get my data right.</title>
      <link>https://community.qlik.com/t5/QlikView/Can-t-get-my-data-right/m-p/308306#M1198538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i have 2 datatables, one with handled numbers and one with unhandled number. when i load them seperatly i get the right total of numbers but when i load them both the total of handled numbers is still right but the total of unhandled numbers ain't right anymore.&lt;/P&gt;&lt;P&gt;i know that the data is handled if the transmit number has a value, if its just a space its unhandled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Directory&lt;/STRONG&gt;;&lt;BR /&gt;&lt;STRONG&gt;LOAD&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TRANSMITNR&lt;BR /&gt;&lt;/STRONG&gt;if (((TRANSMITNR like ' ')),'no','yes') as &lt;STRONG&gt;HANDLED,&lt;BR /&gt;&lt;/STRONG&gt;&lt;STRONG&gt;ARTNR&lt;/STRONG&gt;&lt;STRONG&gt;,&lt;BR /&gt;&lt;/STRONG&gt; ARTDEC&lt;STRONG&gt;,&lt;BR /&gt;&lt;/STRONG&gt;&lt;STRONG&gt;EPIKIND,&lt;BR /&gt;AMOUNT&lt;BR /&gt;&lt;/STRONG&gt;&lt;STRONG&gt;FROM&lt;BR /&gt;&lt;/STRONG&gt;&lt;STRONG&gt;[Data\UNHANDLED\tab201102.xls]&lt;BR /&gt;(&lt;/STRONG&gt;biff, embedded labels, table is &lt;STRONG&gt;[Sheet 1$]);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Directory&lt;/STRONG&gt;;&lt;BR /&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;BR /&gt;TRANSMITNR,&lt;BR /&gt;&lt;STRONG&gt;if&lt;/STRONG&gt; (((TRANSMITNR like ' ')),'no','yes') as HANDLED&lt;STRONG&gt;,&lt;BR /&gt;&lt;/STRONG&gt;ARTNR&lt;STRONG&gt;,&lt;BR /&gt;&lt;/STRONG&gt;EPIKIND&lt;STRONG&gt;,&lt;BR /&gt;&lt;/STRONG&gt;VSC_MONTH&lt;STRONG&gt;,&lt;BR /&gt;&lt;/STRONG&gt;&lt;STRONG&gt;CLASS,&lt;BR /&gt;AMOUNT&lt;BR /&gt;&lt;/STRONG&gt;&lt;STRONG&gt;FROM&lt;BR /&gt;&lt;/STRONG&gt;&lt;STRONG&gt;[Data\HANDLED\tab200923.xls]&lt;BR /&gt;(&lt;/STRONG&gt;biff, embedded labels, table is &lt;STRONG&gt;[Sheet 1$]);&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt; how come i only get the right total amount of handled data and not of the unhandled data if i run this script?&lt;/P&gt;&lt;P&gt;please help.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 11:01:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-t-get-my-data-right/m-p/308306#M1198538</guid>
      <dc:creator />
      <dc:date>2011-02-24T11:01:04Z</dc:date>
    </item>
    <item>
      <title>Can't get my data right.</title>
      <link>https://community.qlik.com/t5/QlikView/Can-t-get-my-data-right/m-p/308307#M1198539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;I am not sure but I think Qlikview combines the data when you use the same field names, so it will just add it togehter.&lt;BR /&gt;&lt;BR /&gt;Try to load it like this: (just to see what happens)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;QUALIFY *;&lt;BR /&gt;&lt;BR /&gt;Unhandled:&lt;BR /&gt;Unqualify TRANSMITNR;&lt;BR /&gt;LOAD&lt;BR /&gt;TRANSMITNR&lt;BR /&gt;if (((TRANSMITNR like ' ')),'no','yes') as HANDLED,&lt;BR /&gt;ARTNR,&lt;BR /&gt;ARTDEC,&lt;BR /&gt;EPIKIND,&lt;BR /&gt;AMOUNT&lt;BR /&gt;FROM&lt;BR /&gt;[Data\UNHANDLED\tab201102.xls]&lt;BR /&gt;(biff, embedded labels, table is [Sheet 1$]);&lt;BR /&gt;&lt;BR /&gt;Handled:&lt;BR /&gt;Unqualify TRANSMITNR;&lt;BR /&gt;LOAD&lt;BR /&gt;TRANSMITNR,&lt;BR /&gt;if (((TRANSMITNR like ' ')),'no','yes') as HANDLED,&lt;BR /&gt;ARTNR,&lt;BR /&gt;EPIKIND,&lt;BR /&gt;VSC_MONTH,&lt;BR /&gt;CLASS,&lt;BR /&gt;AMOUNT&lt;BR /&gt;FROM&lt;BR /&gt;[Data\HANDLED\tab200923.xls]&lt;BR /&gt;(biff, embedded labels, table is [Sheet 1$]);&lt;BR /&gt;UNQUALIFY*;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 11:18:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-t-get-my-data-right/m-p/308307#M1198539</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-24T11:18:43Z</dc:date>
    </item>
    <item>
      <title>Can't get my data right.</title>
      <link>https://community.qlik.com/t5/QlikView/Can-t-get-my-data-right/m-p/308308#M1198540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PS. Assuming that TRANSMITNR is the field you want to combine the tables&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 11:20:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-t-get-my-data-right/m-p/308308#M1198540</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-24T11:20:06Z</dc:date>
    </item>
    <item>
      <title>Can't get my data right.</title>
      <link>https://community.qlik.com/t5/QlikView/Can-t-get-my-data-right/m-p/308309#M1198541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the data has to be added together so i have a listbox with al my data... but then i have a choicebox where i can press yes or no so it would show only handled or unhandled data. so if i press yes it only shows the handled data and its amount, that's correct but when i press no it shows the data but the amount ain't the right amount. When i only run the "unhandled" script without the "handled' script the amount is right.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 11:34:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-t-get-my-data-right/m-p/308309#M1198541</guid>
      <dc:creator />
      <dc:date>2011-02-24T11:34:57Z</dc:date>
    </item>
    <item>
      <title>Can't get my data right.</title>
      <link>https://community.qlik.com/t5/QlikView/Can-t-get-my-data-right/m-p/308310#M1198542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;okey found it &lt;span class="lia-unicode-emoji" title=":face_with_tongue:"&gt;😛&lt;/span&gt; in the other table were other fields so i just had to concatenate them.&lt;/P&gt;&lt;P&gt;load handled&lt;BR /&gt;:&lt;BR /&gt;:&lt;/P&gt;&lt;P&gt;concatenate load unhandled&lt;BR /&gt;:&lt;BR /&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 13:23:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-t-get-my-data-right/m-p/308310#M1198542</guid>
      <dc:creator />
      <dc:date>2011-02-24T13:23:41Z</dc:date>
    </item>
  </channel>
</rss>

