<?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: Pivot table- How do I break the column into 2 or more sub columns? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-table-How-do-I-break-the-column-into-2-or-more-sub-columns/m-p/1180272#M884222</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you So much. What does "Value List" mean? Just the value that we want to display? or is there any other use of it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Sep 2016 15:04:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-09-23T15:04:03Z</dc:date>
    <item>
      <title>Pivot table- How do I break the column into 2 or more sub columns?</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-How-do-I-break-the-column-into-2-or-more-sub-columns/m-p/1180265#M884207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a Pivot table with Provider name, their revenue and year. I want revenue to be split into years.&lt;/P&gt;&lt;P&gt;For example My table looks like this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Pivot Question.png" class="jive-image image-1" src="/legacyfs/online/138496_Pivot Question.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want above table (Patient Service Revenue column) look like this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Patient Service revenue.png" class="jive-image image-2" src="/legacyfs/online/138499_Patient Service revenue.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached example chart also.&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/Pivot-table-How-do-I-break-the-column-into-2-or-more-sub-columns/m-p/1180265#M884207</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table- How do I break the column into 2 or more sub columns?</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-How-do-I-break-the-column-into-2-or-more-sub-columns/m-p/1180266#M884208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/138492_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 14:38:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-How-do-I-break-the-column-into-2-or-more-sub-columns/m-p/1180266#M884208</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-23T14:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table- How do I break the column into 2 or more sub columns?</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-How-do-I-break-the-column-into-2-or-more-sub-columns/m-p/1180267#M884209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am sure there would be more optimized method to this but here is what I know would work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a Inline in your script as 'Dim' with the values as Year &amp;amp; YTD&lt;/P&gt;&lt;P&gt;then &lt;/P&gt;&lt;P&gt;On Dimension tab&lt;/P&gt;&lt;P&gt;1. Provider&lt;/P&gt;&lt;P&gt;2. =Pick(Match(Dim, 'Year', 'YTD'),[YearField],'YTD')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pick(Match(Dim,'Year','YTD'),&lt;/P&gt;&lt;P&gt;Your Expression1 for Patient Service Revenue , &lt;/P&gt;&lt;P&gt;Your Expression2 for YTD &lt;SPAN style="font-size: 13.3333px;"&gt;Patient Service Revenue&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pivot your Table on calculated dimesion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 14:45:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-How-do-I-break-the-column-into-2-or-more-sub-columns/m-p/1180267#M884209</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2016-09-23T14:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table- How do I break the column into 2 or more sub columns?</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-How-do-I-break-the-column-into-2-or-more-sub-columns/m-p/1180268#M884212</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;&lt;/P&gt;&lt;P&gt;Check attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create caluculate dim or inline fielsd in backend.drag that to harizental&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this may help . &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Nagarjun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 14:50:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-How-do-I-break-the-column-into-2-or-more-sub-columns/m-p/1180268#M884212</guid>
      <dc:creator>nagarjuna_kotha</dc:creator>
      <dc:date>2016-09-23T14:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table- How do I break the column into 2 or more sub columns?</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-How-do-I-break-the-column-into-2-or-more-sub-columns/m-p/1180269#M884216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, Correct. How did you do that? I forgot the settings.&lt;/P&gt;&lt;P&gt;Also, is it possible to make the label "Patient Service revenue" above year? (Just like excel do)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;Pavithra Shetty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 14:52:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-How-do-I-break-the-column-into-2-or-more-sub-columns/m-p/1180269#M884216</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-23T14:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table- How do I break the column into 2 or more sub columns?</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-How-do-I-break-the-column-into-2-or-more-sub-columns/m-p/1180270#M884218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at &lt;A href="https://community.qlik.com/people/nagarjuna.kothamandi"&gt;nagarjuna.kothamandi&lt;/A&gt;‌'s sample where he used ValueList. But you can also create a new dimension like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Patient Service revenue'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 14:54:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-How-do-I-break-the-column-into-2-or-more-sub-columns/m-p/1180270#M884218</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-23T14:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table- How do I break the column into 2 or more sub columns?</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-How-do-I-break-the-column-into-2-or-more-sub-columns/m-p/1180271#M884221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/138493_Capture.PNG" style="height: 203px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 14:56:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-How-do-I-break-the-column-into-2-or-more-sub-columns/m-p/1180271#M884221</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-23T14:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table- How do I break the column into 2 or more sub columns?</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-How-do-I-break-the-column-into-2-or-more-sub-columns/m-p/1180272#M884222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you So much. What does "Value List" mean? Just the value that we want to display? or is there any other use of it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 15:04:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-How-do-I-break-the-column-into-2-or-more-sub-columns/m-p/1180272#M884222</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-23T15:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table- How do I break the column into 2 or more sub columns?</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-How-do-I-break-the-column-into-2-or-more-sub-columns/m-p/1180273#M884223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much. I was struggling to drag the column into horizontal. Some how I was not pulling that to all the way to the end. I figured out! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;P&gt;Thank you for the quick reply. It's a great help to learn the tool.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 15:06:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-How-do-I-break-the-column-into-2-or-more-sub-columns/m-p/1180273#M884223</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-23T15:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table- How do I break the column into 2 or more sub columns?</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-How-do-I-break-the-column-into-2-or-more-sub-columns/m-p/1180274#M884224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&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;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ValueList&lt;/STRONG&gt; &lt;STRONG&gt;Use&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1. We can create temp dimensions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2.Without reloading file we can create fileds in front End.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.Last bur not least , Its like inline load , we can create as much records as we can.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4.Example : ValueList('Ram','Krish','Sri')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nagarjun&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 15:42:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-How-do-I-break-the-column-into-2-or-more-sub-columns/m-p/1180274#M884224</guid>
      <dc:creator>nagarjuna_kotha</dc:creator>
      <dc:date>2016-09-23T15:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table- How do I break the column into 2 or more sub columns?</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-How-do-I-break-the-column-into-2-or-more-sub-columns/m-p/1180275#M884225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the info.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 16:24:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-How-do-I-break-the-column-into-2-or-more-sub-columns/m-p/1180275#M884225</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-23T16:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table- How do I break the column into 2 or more sub columns?</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-How-do-I-break-the-column-into-2-or-more-sub-columns/m-p/1180276#M884226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, is this possible to sort this list by Patients Service revenue amount (decreasing )only for the year 2016. ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 15:13:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-How-do-I-break-the-column-into-2-or-more-sub-columns/m-p/1180276#M884226</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-05T15:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table- How do I break the column into 2 or more sub columns?</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-How-do-I-break-the-column-into-2-or-more-sub-columns/m-p/1180277#M884227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Used the following sort expression and sort descending:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;%year = {$(=Max(%year))}&amp;gt;}%Revenue)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/139714_Capture.PNG" style="height: 486px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 15:23:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-How-do-I-break-the-column-into-2-or-more-sub-columns/m-p/1180277#M884227</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-05T15:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table- How do I break the column into 2 or more sub columns?</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-How-do-I-break-the-column-into-2-or-more-sub-columns/m-p/1180278#M884228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome! That Works!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Pavithra Shetty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 16:01:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-How-do-I-break-the-column-into-2-or-more-sub-columns/m-p/1180278#M884228</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-05T16:01:51Z</dc:date>
    </item>
  </channel>
</rss>

