<?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 Grouping/categorizing columns within script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Grouping-categorizing-columns-within-script/m-p/466090#M695368</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the left side in the image you can see my Excel file. The database table is the same except that I don't have the "Category 1", "Category 2" column headers. &lt;BR /&gt;I want to group these using Qlikview - see the small table on the right. So that I can select Category 1 and I only get Col1 to Col3 values. &lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="41167" class="jive-image-thumbnail jive-image" height="372" onclick="" alt="example.PNG" src="https://community.qlik.com/legacyfs/online/41167_example.PNG" width="681" /&gt;&lt;/P&gt;&lt;P&gt;Can I group the different colums in the load stmt? Do I need to transform the colums to field values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you can help me out here. &lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 May 2013 09:56:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-05-16T09:56:18Z</dc:date>
    <item>
      <title>Grouping/categorizing columns within script</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-categorizing-columns-within-script/m-p/466090#M695368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the left side in the image you can see my Excel file. The database table is the same except that I don't have the "Category 1", "Category 2" column headers. &lt;BR /&gt;I want to group these using Qlikview - see the small table on the right. So that I can select Category 1 and I only get Col1 to Col3 values. &lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="41167" class="jive-image-thumbnail jive-image" height="372" onclick="" alt="example.PNG" src="https://community.qlik.com/legacyfs/online/41167_example.PNG" width="681" /&gt;&lt;/P&gt;&lt;P&gt;Can I group the different colums in the load stmt? Do I need to transform the colums to field values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you can help me out here. &lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 09:56:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-categorizing-columns-within-script/m-p/466090#M695368</guid>
      <dc:creator />
      <dc:date>2013-05-16T09:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping/categorizing columns within script</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-categorizing-columns-within-script/m-p/466091#M695369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the crosstable function to load the data and create another table for the categories. You may have to change the headers in the excel file so that all the headers are on the same row, i.e. moving Plant, Year and Month a row down instead of using merged cells.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Crosstable(Col, Value,3)&lt;/P&gt;&lt;P&gt;load Plant, Year, Month, Col1,Col2,Col3,Col4,Col5,Col6&lt;/P&gt;&lt;P&gt;from ...myexcelfile...;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;Load * inline [&lt;/P&gt;&lt;P&gt;Category, Col&lt;/P&gt;&lt;P&gt;Category1,Col1&lt;/P&gt;&lt;P&gt;Category1,Col2&lt;/P&gt;&lt;P&gt;Category1,Col3&lt;/P&gt;&lt;P&gt;Category2,Col4&lt;/P&gt;&lt;P&gt;Category2,Col5&lt;/P&gt;&lt;P&gt;Category2,Col6&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 10:23:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-categorizing-columns-within-script/m-p/466091#M695369</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-05-16T10:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping/categorizing columns within script</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-categorizing-columns-within-script/m-p/466092#M695370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your reply. Notice that I don't use the Excel file within QlikView. I'm using a database table but without the Category headers. &lt;/P&gt;&lt;P&gt;I only need these Category names for grouping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out the attached sample. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 10:47:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-categorizing-columns-within-script/m-p/466092#M695370</guid>
      <dc:creator />
      <dc:date>2013-05-16T10:47:15Z</dc:date>
    </item>
  </channel>
</rss>

