<?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: Help with Totalling Data in a table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-Totalling-Data-in-a-table/m-p/430127#M1161125</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nicole&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your help, you really have helped and I appreciate it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jan 2013 13:33:26 GMT</pubDate>
    <dc:creator>helen_pip</dc:creator>
    <dc:date>2013-01-22T13:33:26Z</dc:date>
    <item>
      <title>Help with Totalling Data in a table</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Totalling-Data-in-a-table/m-p/430123#M1161121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering if someone could help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached a QVW which shows information for 2 categories MAIN and EYE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help writing the information for a 3rd table which adds both MAIN and EYE data together to make a table called TOTAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am unsure how to do this as I have drill down groups in each existing table, both of which the sources are coming from different data sources&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me on the way to achieving this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 11:03:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Totalling-Data-in-a-table/m-p/430123#M1161121</guid>
      <dc:creator>helen_pip</dc:creator>
      <dc:date>2013-01-17T11:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Totalling Data in a table</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Totalling-Data-in-a-table/m-p/430124#M1161122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You really should be storing all of your data in the same table and then using set analysis to just get Main and Eye when you want them separately.&amp;nbsp; This should be done something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;LOAD ID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If([ADM]=1, 'ADMITTED', 'NON_ADMITTED') as ADM,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Total, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Interim, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mode, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Com, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Diag,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Main' as Source&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Q:\DEVELOPMENT\HP\Qlikview_Community_Example\17012013\Main.xls&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE (Table)&lt;/P&gt;&lt;P&gt;LOAD ID as ID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(ADM='Y', 'ADMITTED', 'NON_ADMITTED') as ADM,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Total, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Interim, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mode, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Com, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Diag,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Eye' as Source&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Q:\DEVELOPMENT\HP\Qlikview_Community_Example\17012013\Eye.xls&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need further help with the set analysis for the charts, please post sample .xls files so that I can actually reload the document with the script that I have above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 16:02:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Totalling-Data-in-a-table/m-p/430124#M1161122</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2013-01-21T16:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Totalling Data in a table</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Totalling-Data-in-a-table/m-p/430125#M1161123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nicole&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help and I ahve found it very useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you kindly help me with the set analysis for the 3rd table which totals both Main and Eye together as this is the bit that I will struggle with most&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the excel files to the original post&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 12:18:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Totalling-Data-in-a-table/m-p/430125#M1161123</guid>
      <dc:creator>helen_pip</dc:creator>
      <dc:date>2013-01-22T12:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Totalling Data in a table</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Totalling-Data-in-a-table/m-p/430126#M1161124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solution is attached.&amp;nbsp; I made changes to the load script and all 3 tables.&amp;nbsp; This should be right what you need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 13:29:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Totalling-Data-in-a-table/m-p/430126#M1161124</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2013-01-22T13:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Totalling Data in a table</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Totalling-Data-in-a-table/m-p/430127#M1161125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nicole&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your help, you really have helped and I appreciate it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 13:33:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Totalling-Data-in-a-table/m-p/430127#M1161125</guid>
      <dc:creator>helen_pip</dc:creator>
      <dc:date>2013-01-22T13:33:26Z</dc:date>
    </item>
  </channel>
</rss>

