<?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 Is this possible with Cross Table ?? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Is-this-possible-with-Cross-Table/m-p/253581#M96110</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached excel as sample data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement where columns (C to J) i.e. from Interview -&amp;gt; Gamma need to be Grouped as GroupName called &lt;STRONG&gt;Stages&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need to show the drill (Aplha-&amp;gt;Beta-&amp;gt;Gama-&amp;gt; Class Name) in a chart, i.e. drill (Aplha-&amp;gt;Beta-&amp;gt;Gama-&amp;gt; Class Name) as Dimension and &lt;/P&gt;&lt;P&gt;show the count of Levels for Alpha/Beta/Gamma like Count({&amp;lt;Alpha={'Y'}&amp;gt;} Levels) etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also need to a funnel chart for the &lt;STRONG&gt;Stages &lt;/STRONG&gt;with Class Name drill down showing the count of Levels for respective Stage element.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Pls provide a sample how we can achieve this requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Feb 2012 22:51:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-02-03T22:51:36Z</dc:date>
    <item>
      <title>Is this possible with Cross Table ??</title>
      <link>https://community.qlik.com/t5/QlikView/Is-this-possible-with-Cross-Table/m-p/253581#M96110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached excel as sample data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement where columns (C to J) i.e. from Interview -&amp;gt; Gamma need to be Grouped as GroupName called &lt;STRONG&gt;Stages&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need to show the drill (Aplha-&amp;gt;Beta-&amp;gt;Gama-&amp;gt; Class Name) in a chart, i.e. drill (Aplha-&amp;gt;Beta-&amp;gt;Gama-&amp;gt; Class Name) as Dimension and &lt;/P&gt;&lt;P&gt;show the count of Levels for Alpha/Beta/Gamma like Count({&amp;lt;Alpha={'Y'}&amp;gt;} Levels) etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also need to a funnel chart for the &lt;STRONG&gt;Stages &lt;/STRONG&gt;with Class Name drill down showing the count of Levels for respective Stage element.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Pls provide a sample how we can achieve this requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2012 22:51:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-this-possible-with-Cross-Table/m-p/253581#M96110</guid>
      <dc:creator />
      <dc:date>2012-02-03T22:51:36Z</dc:date>
    </item>
    <item>
      <title>Is this possible with Cross Table ??</title>
      <link>https://community.qlik.com/t5/QlikView/Is-this-possible-with-Cross-Table/m-p/253582#M96111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;s this what you need?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FinalTable:&lt;/P&gt;&lt;P&gt;CrossTable(Stages, [Stages Value], 5)&lt;/P&gt;&lt;P&gt;LOAD Levels, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Class Name], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Amt, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Qty, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Profit,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Interview, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Project, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Demo, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pricing, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Alpha, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Beta, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Due, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Gamma;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;LOAD Levels, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Class Name], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Interview, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Project, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Demo, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pricing, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Alpha, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Beta, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Due, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Gamma, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Amt, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Qty, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Profit&lt;/P&gt;&lt;P&gt;FROM &lt;C&gt; (ooxml, embedded labels, table is Sheet1);&lt;/C&gt;&lt;/P&gt;&lt;P&gt;I&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Feb 2012 23:58:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-this-possible-with-Cross-Table/m-p/253582#M96111</guid>
      <dc:creator>disqr_rm</dc:creator>
      <dc:date>2012-02-04T23:58:41Z</dc:date>
    </item>
  </channel>
</rss>

