<?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 Cross table in Qlikview by Pivot Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Cross-table-in-Qlikview-by-Pivot-Chart/m-p/214305#M67860</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working with 4 data elements .&lt;/P&gt;&lt;P&gt;Business days, Calender Days, Sales ID and Process Type&lt;/P&gt;&lt;P&gt;I have a request where a chart must display number of sales by calender days and business days grouped by Process Type.&lt;/P&gt;&lt;P&gt;&lt;B&gt;Senario 1: Lets say there are 15 sales has business days 1 and 10 sales that has calender days 1 and process type manual&lt;/B&gt;.&lt;/P&gt;&lt;P&gt;I want this count of sales to be displayed under 1, 15 for business and 10 for calender&lt;/P&gt;&lt;P&gt;&lt;B&gt;Senario 2: Lets say there are 10 sales has business days 2 and 0 sales that has calender days 2 and process type manual.&lt;/B&gt;&lt;/P&gt;&lt;P&gt;I want the count of sales to be displayed under 2 , 10 for business and 0 for calender&lt;/P&gt;&lt;P&gt;As easy as it may sound I have been struggling for few days now and thought of getting some help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THank you in advance.&lt;/P&gt;&lt;P&gt;Prantia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Sep 2010 16:10:43 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-09-22T16:10:43Z</dc:date>
    <item>
      <title>Cross table in Qlikview by Pivot Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Cross-table-in-Qlikview-by-Pivot-Chart/m-p/214305#M67860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working with 4 data elements .&lt;/P&gt;&lt;P&gt;Business days, Calender Days, Sales ID and Process Type&lt;/P&gt;&lt;P&gt;I have a request where a chart must display number of sales by calender days and business days grouped by Process Type.&lt;/P&gt;&lt;P&gt;&lt;B&gt;Senario 1: Lets say there are 15 sales has business days 1 and 10 sales that has calender days 1 and process type manual&lt;/B&gt;.&lt;/P&gt;&lt;P&gt;I want this count of sales to be displayed under 1, 15 for business and 10 for calender&lt;/P&gt;&lt;P&gt;&lt;B&gt;Senario 2: Lets say there are 10 sales has business days 2 and 0 sales that has calender days 2 and process type manual.&lt;/B&gt;&lt;/P&gt;&lt;P&gt;I want the count of sales to be displayed under 2 , 10 for business and 0 for calender&lt;/P&gt;&lt;P&gt;As easy as it may sound I have been struggling for few days now and thought of getting some help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THank you in advance.&lt;/P&gt;&lt;P&gt;Prantia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 16:10:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cross-table-in-Qlikview-by-Pivot-Chart/m-p/214305#M67860</guid>
      <dc:creator />
      <dc:date>2010-09-22T16:10:43Z</dc:date>
    </item>
    <item>
      <title>Cross table in Qlikview by Pivot Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Cross-table-in-Qlikview-by-Pivot-Chart/m-p/214306#M67861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you only have two fields to cross, I don't know if a crosstable is necessary. You could do something like:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;LOAD 'Business' As Type,&lt;BR /&gt; BUSINESS_DAYS As Days,&lt;BR /&gt; SALESID,&lt;BR /&gt; PROCESSTYPE&lt;BR /&gt;FROM&lt;BR /&gt;C:\QlikView\count.xls&lt;BR /&gt;(biff, embedded labels, table is [Sheet1$]);&lt;BR /&gt;CONCATENATE LOAD 'Calendar' As Type,&lt;BR /&gt; CALENDAR_DAYS As Days,&lt;BR /&gt; SALESID,&lt;BR /&gt; PROCESSTYPE&lt;BR /&gt;FROM&lt;BR /&gt;C:\QlikView\count.xls&lt;BR /&gt;(biff, embedded labels, table is [Sheet1$]);&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Then you would create a chart with Days and Type as the dimensions. Your expression would then be Count(SALESID) or however you would be calculating the number.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 16:55:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cross-table-in-Qlikview-by-Pivot-Chart/m-p/214306#M67861</guid>
      <dc:creator />
      <dc:date>2010-09-22T16:55:42Z</dc:date>
    </item>
  </channel>
</rss>

