<?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: How to group column names as a new dimension? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-group-column-names-as-a-new-dimension/m-p/1386211#M422067</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you that works - but ...&lt;/P&gt;&lt;P&gt;how do I arrange it that when the Flag January is selected that the 4 tables are selected?&amp;nbsp; I suppose set analysis based on Flag = January?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Sep 2017 06:04:45 GMT</pubDate>
    <dc:creator>josephinetedesc</dc:creator>
    <dc:date>2017-09-11T06:04:45Z</dc:date>
    <item>
      <title>How to group column names as a new dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-group-column-names-as-a-new-dimension/m-p/1386208#M422064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have a number of columns in a flat file. &lt;/P&gt;&lt;P&gt;For example: [Financial Year],[Financial Month], Company, Division, &lt;/P&gt;&lt;P&gt;[January Net Amount], [January YTD Amount], [January Bud Amount],&lt;/P&gt;&lt;P&gt;[February Net Amount], [February YTD Amount], [February Bud Amount] etc for every month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I put in a dimension called January which will give me just those 3 January columns, another called February which will give me just those February columns?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 05:46:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-group-column-names-as-a-new-dimension/m-p/1386208#M422064</guid>
      <dc:creator>josephinetedesc</dc:creator>
      <dc:date>2017-09-11T05:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to group column names as a new dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-group-column-names-as-a-new-dimension/m-p/1386209#M422065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some thing like below?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fact:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD [Financial Year],[Financial Month], Company, Division,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[January Net Amount], [January YTD Amount], [January Bud Amount], 'January' as Flag&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;From Fact;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Concatenate (Fact)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;LOAD [Financial Year],[Financial Month], Company, Division,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[February Net Amount], [February YTD Amount], [February Bud Amount], 'February' as Flag&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from Fact;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Concatenate (Fact)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;LOAD [Financial Year],[Financial Month], Company, Division,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[March Net Amount], [March YTD Amount], [March Bud Amount], 'February' as Flag&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from Fact;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;.............&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 05:50:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-group-column-names-as-a-new-dimension/m-p/1386209#M422065</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-11T05:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to group column names as a new dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-group-column-names-as-a-new-dimension/m-p/1386210#M422066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="p0"&gt;&lt;SPAN style="font-size: 12.0000pt; font-family: 'Calibri';"&gt;Hi&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p0"&gt;&lt;SPAN style="font-size: 12.0000pt; font-family: 'Calibri';"&gt;You can Use &lt;STRONG&gt;Cyclic group&lt;/STRONG&gt; or &lt;STRONG&gt;Drill down&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p0"&gt;&lt;SPAN style="font-size: 12.0000pt; font-family: 'Calibri';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p0"&gt;&lt;SPAN style="font-size: 12.0000pt; font-family: 'Calibri';"&gt;Chart Properties --&amp;gt; Dimension --&amp;gt; Edit Group --&amp;gt; New Group --&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p0"&gt;&lt;SPAN style="font-size: 12.0000pt; font-family: 'Calibri';"&gt;Select the Dimension --&amp;gt; OK&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p0"&gt;&lt;SPAN style="font-size: 12.0000pt; font-family: 'Calibri';"&gt;New Group will be Created.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p0"&gt;&lt;SPAN style="font-size: 12.0000pt; font-family: 'Calibri';"&gt;Name the Group According to your Requirement.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p0"&gt;&lt;SPAN style="font-size: 12.0000pt; font-family: 'Calibri';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p0"&gt;&lt;SPAN style="font-size: 12.0000pt; font-family: 'Calibri';"&gt;And Add the Dimension which you want in the Group&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p0"&gt;&lt;SPAN style="font-size: 12.0000pt; font-family: 'Calibri';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p0"&gt;&lt;SPAN style="font-size: 12.0000pt; font-family: 'Calibri';"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p0"&gt;&lt;SPAN style="font-size: 12.0000pt; font-family: 'Calibri';"&gt;Tahemas Momin&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 05:56:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-group-column-names-as-a-new-dimension/m-p/1386210#M422066</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-11T05:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to group column names as a new dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-group-column-names-as-a-new-dimension/m-p/1386211#M422067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you that works - but ...&lt;/P&gt;&lt;P&gt;how do I arrange it that when the Flag January is selected that the 4 tables are selected?&amp;nbsp; I suppose set analysis based on Flag = January?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 06:04:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-group-column-names-as-a-new-dimension/m-p/1386211#M422067</guid>
      <dc:creator>josephinetedesc</dc:creator>
      <dc:date>2017-09-11T06:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to group column names as a new dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-group-column-names-as-a-new-dimension/m-p/1386212#M422068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load [Financial Year],[Financial Month], Company, Division, &lt;/P&gt;&lt;P&gt;[January Net Amount] as [Net Amount],&lt;/P&gt;&lt;P&gt;[January YTD Amount] as [YTD Amount],&lt;/P&gt;&lt;P&gt;[January Bud Amount] as [Bud Amount]&lt;/P&gt;&lt;P&gt;'January' as Month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From Table;&lt;/P&gt;&lt;P&gt;concatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load [Financial Year],[Financial Month], Company, Division, &lt;/P&gt;&lt;P&gt;[February Net Amount] as [Net Amount], &lt;/P&gt;&lt;P&gt;[February YTD Amount] as [YTD Amount], &lt;/P&gt;&lt;P&gt;[February Bud Amount] as [Bud Amount]&lt;/P&gt;&lt;P&gt;'February' as Month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From Table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do this for all 12 Month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this, For dimension Month , When you select January, all 3 Measures will return data for [January Net Amount], [January YTD Amount], [January Bud Amount].&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 06:08:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-group-column-names-as-a-new-dimension/m-p/1386212#M422068</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-09-11T06:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to group column names as a new dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-group-column-names-as-a-new-dimension/m-p/1386213#M422069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Off course?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be use some thing like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Pick(Match(Flag, 'January','February','March',...), Sum({&amp;lt;Flag = {'January'}&amp;gt;}Sales), &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Sum({&amp;lt;Flag = {'&lt;SPAN style="font-size: 13.3333px;"&gt;February&lt;/SPAN&gt;'}&amp;gt;}Sales), &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Sum({&amp;lt;Flag = {'&lt;SPAN style="font-size: 13.3333px;"&gt;March&lt;/SPAN&gt;'}&amp;gt;}Sales), ....)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;The same way, If Customer / USER needs only for January Sales, You could use something like below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Sum({&amp;lt;Flag = {'January'}&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 06:09:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-group-column-names-as-a-new-dimension/m-p/1386213#M422069</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-11T06:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to group column names as a new dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-group-column-names-as-a-new-dimension/m-p/1386214#M422070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Momin&lt;/P&gt;&lt;P&gt;I am not sure how to use the Drill down group because to make the group 'January' I have to include the 4 columns.&amp;nbsp; So I would need to create a super column called January - not sure how to do that.&lt;/P&gt;&lt;P&gt;Jo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 06:30:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-group-column-names-as-a-new-dimension/m-p/1386214#M422070</guid>
      <dc:creator>josephinetedesc</dc:creator>
      <dc:date>2017-09-11T06:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to group column names as a new dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-group-column-names-as-a-new-dimension/m-p/1386215#M422071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes this works - thank you&lt;/P&gt;&lt;P&gt;Jo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 06:31:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-group-column-names-as-a-new-dimension/m-p/1386215#M422071</guid>
      <dc:creator>josephinetedesc</dc:creator>
      <dc:date>2017-09-11T06:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to group column names as a new dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-group-column-names-as-a-new-dimension/m-p/1386216#M422072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest you have to try this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Fact:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;[Financial Year],[Financial Month], Company, Division,&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;[January Net Amount] as [Net Amt], &lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;[January YTD Amount] as [YTD Amt], &lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;[January Bud Amount] as [Bud Amt]&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;From Source &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Where &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Financial Month] = 'January Month Selected Here'; // this is for all January Month for all Financial years&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;Concatenate(&lt;SPAN style="font-size: 13.3333px;"&gt;Fact&lt;/SPAN&gt;)&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;Load&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;[Financial Year],[Financial Month], Company, Division,&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;[February Net Amount] as &lt;EM style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Net Amt],&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;[February YTD Amount] &lt;EM style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;as [YTD Amt], &lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;[February Bud Amount] a&lt;EM style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;s [Bud Amt]&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;From Source&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Where &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Financial Month] = 'February Month Selected Here'; // this is for all February Month for all Financial years&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...... Do this for all months and after this you get for all months data in Fact table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 06:39:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-group-column-names-as-a-new-dimension/m-p/1386216#M422072</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-11T06:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to group column names as a new dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-group-column-names-as-a-new-dimension/m-p/1386217#M422073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also please add a flag field over the table also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Fact:&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Load&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;[Financial Year],[Financial Month], Company, Division,&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;[January Net Amount] as [Net Amt],&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;[January YTD Amount] as [YTD Amt],&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;[January Bud Amount] as [Bud Amt],&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;'Jan' as MonthSelection&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;From Source&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Where &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;[Financial Month] = 'January Month Selected Here'; // this is for all January Month for all Financial years&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Concatenate(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Fact&lt;/SPAN&gt;)&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Load&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;[Financial Year],[Financial Month], Company, Division,&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;[February Net Amount] as &lt;EM style="font-weight: inherit;"&gt;Net Amt],&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;[February YTD Amount] &lt;EM style="font-weight: inherit;"&gt;as [YTD Amt],&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;[February Bud Amount] a&lt;EM style="font-weight: inherit;"&gt;s [Bud Amt],&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-weight: inherit;"&gt;'Feb' as MonthSelection&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;From Source&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt;Where &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt;[Financial Month] = 'February Month Selected Here'; // this is for all February Month for all Financial years&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 06:42:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-group-column-names-as-a-new-dimension/m-p/1386217#M422073</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-11T06:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to group column names as a new dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-group-column-names-as-a-new-dimension/m-p/1386218#M422074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when you are using any Chart&lt;/P&gt;&lt;P&gt;In the given SnapShot I have used 5 Column for the group January&lt;/P&gt;&lt;P&gt;So I dont think that you have to create any Super Column&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/176057_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tahemas Momin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 06:46:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-group-column-names-as-a-new-dimension/m-p/1386218#M422074</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-11T06:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to group column names as a new dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-group-column-names-as-a-new-dimension/m-p/1386219#M422075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for this - what I did was look at the help section for Drilldown but ... it seemed to indicate that I needed to have a pivot chart in order to use a group to select the columns which would make up that group.&amp;nbsp; In which case I would then need to have to 12 expressions?&lt;/P&gt;&lt;P&gt;Jo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 06:53:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-group-column-names-as-a-new-dimension/m-p/1386219#M422075</guid>
      <dc:creator>josephinetedesc</dc:creator>
      <dc:date>2017-09-11T06:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to group column names as a new dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-group-column-names-as-a-new-dimension/m-p/1386220#M422076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand&lt;/P&gt;&lt;P&gt;This worked but I was wondering why was concatenation necessary?&lt;/P&gt;&lt;P&gt;Jo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 06:55:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-group-column-names-as-a-new-dimension/m-p/1386220#M422076</guid>
      <dc:creator>josephinetedesc</dc:creator>
      <dc:date>2017-09-11T06:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to group column names as a new dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-group-column-names-as-a-new-dimension/m-p/1386221#M422077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wouldn't it be easier to work with CROSSTABLE? This may prevent errors, if there are not all monthes in the flatfile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-excerpt-slug"&gt;&lt;SPAN class="j-excerpt-slug"&gt;&lt;SPAN class="j-excerpt-slug"&gt;&lt;SPAN class="j-excerpt-slug"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15051157053918460" jivemacro_uid="_15051157053918460" modifiedtitle="true"&gt;
&lt;P&gt;AllData: CROSSTABLE (Item, Value, 4) LOAD * FROM FlatFile;&lt;/P&gt;
&lt;P&gt;AllData_wMonth: LOAD *, SUBFIELD(Item, ' ', 1) AS Month RESIDENT AllData;&lt;/P&gt;
&lt;P&gt;DROP TABLE AllData;&lt;/P&gt;
&lt;P&gt;Data:&lt;/P&gt;
&lt;P&gt;LOAD &lt;SPAN class="j-excerpt-slug"&gt;[Financial Year],[Financial Month], Company, Division, Month, Item&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS [NetAmount] RESIDENT AllData_wMonth WHERE WILDMATCH(Item, '*NET AMOUNT');&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="j-excerpt-slug"&gt;JOIN (Data) LOAD &lt;SPAN class="j-excerpt-slug"&gt;[Financial Year],[Financial Month], Company, Division, Month, Item&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS [YTD Amount] &lt;SPAN class="j-excerpt-slug"&gt;RESIDENT &lt;/SPAN&gt;AllData_wMonth WHERE WILDMATCH(Item, '*YTD Amount');&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="j-excerpt-slug"&gt;&lt;SPAN class="j-excerpt-slug"&gt;&lt;SPAN class="j-excerpt-slug"&gt;JOIN (Data) LOAD &lt;SPAN class="j-excerpt-slug"&gt;[Financial Year],[Financial Month], Company, Division, Month, Item&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS [Bud Amount] &lt;SPAN class="j-excerpt-slug"&gt;RESIDENT &lt;/SPAN&gt;AllData_wMonth WHERE WILDMATCH(Item, '*Bud Amount');&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="j-excerpt-slug"&gt;&lt;SPAN class="j-excerpt-slug"&gt;&lt;SPAN class="j-excerpt-slug"&gt;&lt;SPAN class="j-excerpt-slug"&gt;DROP TABLE AllData_wMonth;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;SPAN class="j-excerpt-slug"&gt;&lt;SPAN class="j-excerpt-slug"&gt;&lt;SPAN class="j-excerpt-slug"&gt;&lt;SPAN class="j-excerpt-slug"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-excerpt-slug"&gt;&lt;SPAN class="j-excerpt-slug"&gt;&lt;SPAN class="j-excerpt-slug"&gt;&lt;SPAN class="j-excerpt-slug"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-excerpt-slug"&gt;&lt;SPAN class="j-excerpt-slug"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 07:42:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-group-column-names-as-a-new-dimension/m-p/1386221#M422077</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2017-09-11T07:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to group column names as a new dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-group-column-names-as-a-new-dimension/m-p/1386222#M422078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Peter that worked too!&lt;/P&gt;&lt;P&gt;I think the simplest way -(at least I was able to follow it ... except for why concatenation!)&lt;/P&gt;&lt;P&gt;is the way that &lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/people/its.anandrjs"&gt;its.anandrjs&lt;/A&gt;&amp;nbsp; does it.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 22:46:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-group-column-names-as-a-new-dimension/m-p/1386222#M422078</guid>
      <dc:creator>josephinetedesc</dc:creator>
      <dc:date>2017-09-11T22:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to group column names as a new dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-group-column-names-as-a-new-dimension/m-p/1386223#M422079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With Anand's solution you need to know, which months are listed in the file.&lt;/P&gt;&lt;P&gt;Concatenation is necessary as in the first step all data are filtered, which refer to 'January' with renaming of the fields to more generic names. The same is done with 'February', 'March' etc., which are just written beneath the 'January'-data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 06:59:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-group-column-names-as-a-new-dimension/m-p/1386223#M422079</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2017-09-12T06:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to group column names as a new dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-group-column-names-as-a-new-dimension/m-p/1386224#M422080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Jo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 22:44:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-group-column-names-as-a-new-dimension/m-p/1386224#M422080</guid>
      <dc:creator>josephinetedesc</dc:creator>
      <dc:date>2017-09-12T22:44:56Z</dc:date>
    </item>
  </channel>
</rss>

