<?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 Table Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Table-Chart/m-p/327972#M1186520</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using a straight table but I have to have the following columns&lt;/P&gt;&lt;P&gt;column 1: Date &lt;/P&gt;&lt;P&gt;Column 2: Dept1&lt;/P&gt;&lt;P&gt;Column 3: Dept 2&lt;/P&gt;&lt;P&gt;and so on.&lt;/P&gt;&lt;P&gt;I was able to add the date and the departments.&lt;/P&gt;&lt;P&gt;and i added If statement to the expression&lt;/P&gt;&lt;P&gt;I am not able to display the data.&lt;/P&gt;&lt;P&gt;however I added a department list box&amp;nbsp; and if I select one department I get its data and if I select more than once I dont see anything!&lt;/P&gt;&lt;P&gt;Any ideas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Oct 2011 15:38:33 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-10-11T15:38:33Z</dc:date>
    <item>
      <title>Table Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Chart/m-p/327970#M1186518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys&lt;/P&gt;&lt;P&gt;I am trying to build a table chart and have several columns to sum sales by department.&lt;/P&gt;&lt;P&gt;what expression should I use to build it.&lt;/P&gt;&lt;P&gt;Like in the chart expressions I have Sum(Sales) which gives me the total sales for all departments &lt;/P&gt;&lt;P&gt;I tried to add in the definition &lt;/P&gt;&lt;P&gt;Sum(Sales) where department = A &lt;/P&gt;&lt;P&gt;Note that i have a list box w all the departments and I am required to build a table and show a column for each department.&lt;/P&gt;&lt;P&gt;thank you in advace.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 14:47:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Chart/m-p/327970#M1186518</guid>
      <dc:creator />
      <dc:date>2011-10-11T14:47:31Z</dc:date>
    </item>
    <item>
      <title>Table Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Chart/m-p/327971#M1186519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have you tried using a straight table chart with dimension department and expression =sum(Sales) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should give you sum of Sales per department. Use similar expression for other measures per department.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 14:56:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Chart/m-p/327971#M1186519</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-10-11T14:56:33Z</dc:date>
    </item>
    <item>
      <title>Table Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Chart/m-p/327972#M1186520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using a straight table but I have to have the following columns&lt;/P&gt;&lt;P&gt;column 1: Date &lt;/P&gt;&lt;P&gt;Column 2: Dept1&lt;/P&gt;&lt;P&gt;Column 3: Dept 2&lt;/P&gt;&lt;P&gt;and so on.&lt;/P&gt;&lt;P&gt;I was able to add the date and the departments.&lt;/P&gt;&lt;P&gt;and i added If statement to the expression&lt;/P&gt;&lt;P&gt;I am not able to display the data.&lt;/P&gt;&lt;P&gt;however I added a department list box&amp;nbsp; and if I select one department I get its data and if I select more than once I dont see anything!&lt;/P&gt;&lt;P&gt;Any ideas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 15:38:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Chart/m-p/327972#M1186520</guid>
      <dc:creator />
      <dc:date>2011-10-11T15:38:33Z</dc:date>
    </item>
    <item>
      <title>Table Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Chart/m-p/327973#M1186521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you have one dimension Date and two expressions, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this as expression 1:&lt;/P&gt;&lt;P&gt;=sum(if(department= 'Dept1',Sales))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and for expression 2:&lt;/P&gt;&lt;P&gt;=sum(if(department= 'Dept2',Sales))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this give you correct data if you don't select anything in field department?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also use two dimensions, Date and department and use a pivot table chart, pivoting e.g. department to the top and using sum(Sales) as expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of above if() inside the sum, you could also use set analysis, but first try with one of the suggested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 16:11:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Chart/m-p/327973#M1186521</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-10-11T16:11:53Z</dc:date>
    </item>
    <item>
      <title>Table Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Chart/m-p/327974#M1186522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Stefan!&lt;/P&gt;&lt;P&gt;I have used the pivot table and it works perfect however i am really interested in knowing the other solution "If&amp;nbsp; insode the sales epression ".&lt;/P&gt;&lt;P&gt;I appreciate your time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 17:06:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Chart/m-p/327974#M1186522</guid>
      <dc:creator />
      <dc:date>2011-10-11T17:06:11Z</dc:date>
    </item>
  </channel>
</rss>

