<?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 Headers over Column Names in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Headers-over-Column-Names/m-p/1042616#M920979</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;I have to create a table where I am using expressions to generate the columns "Apr '16", "May '16".....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I create headers on top of these columns as shown below?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to create Headers "Quantity", "Monthly" and "Yearly" on top of the month names.&lt;/P&gt;&lt;P&gt;Note: These header values do not exist anywhere, so I can't use them as Dimension and pull on top of the Month Columns.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Delete.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/123029_Delete.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Headers over Column Names</title>
      <link>https://community.qlik.com/t5/QlikView/Headers-over-Column-Names/m-p/1042616#M920979</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;I have to create a table where I am using expressions to generate the columns "Apr '16", "May '16".....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I create headers on top of these columns as shown below?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to create Headers "Quantity", "Monthly" and "Yearly" on top of the month names.&lt;/P&gt;&lt;P&gt;Note: These header values do not exist anywhere, so I can't use them as Dimension and pull on top of the Month Columns.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Delete.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/123029_Delete.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Headers-over-Column-Names/m-p/1042616#M920979</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Headers over Column Names</title>
      <link>https://community.qlik.com/t5/QlikView/Headers-over-Column-Names/m-p/1042617#M920980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where are you imagine those headers will go in your attachment? I am having difficulty imagining where are you wanting these headers to do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 18:22:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Headers-over-Column-Names/m-p/1042617#M920980</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-28T18:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Headers over Column Names</title>
      <link>https://community.qlik.com/t5/QlikView/Headers-over-Column-Names/m-p/1042618#M920981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, you can try adding a calculated dimension like:&lt;/P&gt;&lt;P&gt;=ValueList('Quantity', 'Monthly', 'Yearly')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case the expressions should check the top header:&lt;/P&gt;&lt;P&gt;If(ValueList('Quantity', 'Monthly', 'Yearly')='Quantity', QuantityExpression,&lt;/P&gt;&lt;P&gt;If(ValueList('Quantity', 'Monthly', 'Yearly')='Monthly', QuantityExpression,&lt;/P&gt;&lt;P&gt;If(ValueList('Quantity', 'Monthly', 'Yearly')='Yearly', QuantityExpression)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 18:34:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Headers-over-Column-Names/m-p/1042618#M920981</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-04-28T18:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Headers over Column Names</title>
      <link>https://community.qlik.com/t5/QlikView/Headers-over-Column-Names/m-p/1042619#M920982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to categorize the monthly columns into "Quantity", "Monthly" and "Yearly", Sunny. That's how I am doing in the Excel manually. But how do I create those Category Headers in Qlikview is my question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ruben Marin gave something to try. Am gonna try it and see if it works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 18:48:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Headers-over-Column-Names/m-p/1042619#M920982</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-28T18:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Headers over Column Names</title>
      <link>https://community.qlik.com/t5/QlikView/Headers-over-Column-Names/m-p/1042620#M920983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yup, give it a short. If it doesn't work, I suggest sharing a sample of what you are envision and we might be able to help you better&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 18:50:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Headers-over-Column-Names/m-p/1042620#M920983</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-28T18:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Headers over Column Names</title>
      <link>https://community.qlik.com/t5/QlikView/Headers-over-Column-Names/m-p/1042621#M920984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If doesn't works I support the sample idea, it's easier for us and you will get a tested answer instead of a try... althought the option to test yourself is good for self-learning.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Btw: Another easy option if columns are fixed is using text boxes to simulate the headers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 19:01:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Headers-over-Column-Names/m-p/1042621#M920984</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-04-28T19:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Headers over Column Names</title>
      <link>https://community.qlik.com/t5/QlikView/Headers-over-Column-Names/m-p/1042622#M920985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For your better understanding of the problem statement, I have created a sample file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It contains Month and Value as Columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating expressions so that I get the total sum for each month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to create another header over months as shown below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan 2016, Feb 2016, Mar 2016&amp;nbsp; columns should have another main header over their columns names saying "2016 Quarter1".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly, Apr 2016, May 2016 and May 2016 should have another header over the month names saying "2016 Quarter2".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I get that header?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 19:02:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Headers-over-Column-Names/m-p/1042622#M920985</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-28T19:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Headers over Column Names</title>
      <link>https://community.qlik.com/t5/QlikView/Headers-over-Column-Names/m-p/1042623#M920986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="123032" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/123032_Capture.PNG" style="height: 153px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used a pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimensions&lt;/P&gt;&lt;P&gt;1st Dim - &lt;STRONG&gt;Month&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2nd Dim - &lt;STRONG&gt;=Year(Date#(Month, 'MMM YYYY')) &amp;amp; ' Quarter' &amp;amp; Ceil(Month(Date#(Month, 'MMM YYYY'))/3)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;3rd Dim - &lt;STRONG&gt;Month&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Had to use Date#() function because your Month field was not read as date. You probably won't need to do it &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Value)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 19:06:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Headers-over-Column-Names/m-p/1042623#M920986</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-28T19:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: Headers over Column Names</title>
      <link>https://community.qlik.com/t5/QlikView/Headers-over-Column-Names/m-p/1042624#M920987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny. Here is the catch.&lt;/P&gt;&lt;P&gt;With this case, adding new Dimensions and Expressions is messing up the whole table.&lt;/P&gt;&lt;P&gt;When I add new Expression, it is populating under every month, as the dimension does that work. This definitely works if I only have Month and the Value in the Chart but once I start adding other dims and exps, it messes up &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 20:04:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Headers-over-Column-Names/m-p/1042624#M920987</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-28T20:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: Headers over Column Names</title>
      <link>https://community.qlik.com/t5/QlikView/Headers-over-Column-Names/m-p/1042625#M920988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you may be share an updated qvw where the things are getting messed up &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 20:06:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Headers-over-Column-Names/m-p/1042625#M920988</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-28T20:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Headers over Column Names</title>
      <link>https://community.qlik.com/t5/QlikView/Headers-over-Column-Names/m-p/1042626#M920989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just created another expression called OCTOBER 2016. You will find that the expression is being evaluated over every month. This expression is just an example. If this is the case, if I add other dimensions and expressions that I need to include in the chart, it will sabotage whole chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 20:20:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Headers-over-Column-Names/m-p/1042626#M920989</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-28T20:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Headers over Column Names</title>
      <link>https://community.qlik.com/t5/QlikView/Headers-over-Column-Names/m-p/1042627#M920990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the sabotage?&lt;/P&gt;&lt;P&gt;Just had to move some stuff around, but isn't this what you want?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/123042_Capture.PNG" style="height: 111px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 20:23:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Headers-over-Column-Names/m-p/1042627#M920990</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-28T20:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Headers over Column Names</title>
      <link>https://community.qlik.com/t5/QlikView/Headers-over-Column-Names/m-p/1042628#M920991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you see the OCTOBER 2016 expression being evaluated for every month? Why do we need that? If that is happening to this expression, if I add more expressions further, they all will be evaluated for every month (in this case 12 times for 12 months).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 20:25:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Headers-over-Column-Names/m-p/1042628#M920991</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-28T20:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Headers over Column Names</title>
      <link>https://community.qlik.com/t5/QlikView/Headers-over-Column-Names/m-p/1042629#M920992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that seems to be an issue. I haven't able to resolve this. May be someone else can &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 20:28:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Headers-over-Column-Names/m-p/1042629#M920992</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-28T20:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Headers over Column Names</title>
      <link>https://community.qlik.com/t5/QlikView/Headers-over-Column-Names/m-p/1042630#M920993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Yeah, but your solution does work like a charm if I am dealing only with two entities, Month and the values corresponding to those months. Unfortunately, I need to add many more dimensions and expressions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 20:30:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Headers-over-Column-Names/m-p/1042630#M920993</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-28T20:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Headers over Column Names</title>
      <link>https://community.qlik.com/t5/QlikView/Headers-over-Column-Names/m-p/1042631#M920994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if this helps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load * Inline&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Month,Value&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Jan 2016,2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Jan 2016,4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Jan 2016,6&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Feb 2016,1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Feb 2016,3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mar 2016,5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mar 2016,6&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Apr 2016,10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Apr 2016,1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;May 2016,4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;May 2016,3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Jun 2016,1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Jun 2016,5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Jul 2016,2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Jul 2016,6&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Aug 2016,1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sep 2016,7&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Oct 2016,1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Oct 2016,4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Oct 2016,7&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Nov 2016,9&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dec 2016,10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dim:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ExpHeader&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG __jive_id="123056" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/123056_Capture.PNG" style="height: 149px; width: 620px;" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Dimensions&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1) Month&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2) =Year(Date#(Month, 'MMM YYYY')) &amp;amp; ' Quarter' &amp;amp; Ceil(Month(Date#(Month, 'MMM YYYY'))/3)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3) Month&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4) =Pick(ExpHeader, 'Sum Total', 'Sum Oct')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Pick(ExpHeader, Sum(Value), if(Month='Oct 2016', sum(Value)))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As long as you have just one expression, everything can work for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 20:55:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Headers-over-Column-Names/m-p/1042631#M920994</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-28T20:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Headers over Column Names</title>
      <link>https://community.qlik.com/t5/QlikView/Headers-over-Column-Names/m-p/1042632#M920995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny. We can do this for one expression. But we can't keep adjusting for other dimensions and expressions if they are too many. I will think about what you have provided.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 21:01:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Headers-over-Column-Names/m-p/1042632#M920995</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-28T21:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: Headers over Column Names</title>
      <link>https://community.qlik.com/t5/QlikView/Headers-over-Column-Names/m-p/1042633#M920996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do this for 100 expression in a go with a very long pick statement &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 21:02:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Headers-over-Column-Names/m-p/1042633#M920996</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-28T21:02:50Z</dc:date>
    </item>
  </channel>
</rss>

