<?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 Month by Month in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Pivot-Table-Month-by-Month/m-p/2431649#M96646</link>
    <description>&lt;P&gt;create one field for sort like below&lt;/P&gt;
&lt;P&gt;Year(Date)*100+(Num(Month(Date))) as Sort,&lt;/P&gt;
&lt;P&gt;and apply on chat sort expression.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qv_testing_0-1710732302978.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/162164iFDB9F1443A5F5888/image-size/medium?v=v2&amp;amp;px=400" role="button" title="qv_testing_0-1710732302978.png" alt="qv_testing_0-1710732302978.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 18 Mar 2024 03:26:32 GMT</pubDate>
    <dc:creator>Nagaraju_KCS</dc:creator>
    <dc:date>2024-03-18T03:26:32Z</dc:date>
    <item>
      <title>Pivot Table Month by Month</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Table-Month-by-Month/m-p/2431577#M96636</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;How do I achieve the following layout?&lt;/P&gt;
&lt;P&gt;I want to sum and count the sales per month.&lt;/P&gt;
&lt;P&gt;For example the data looks like this:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;LOAD&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Product,&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;SalesDate,&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Amount,&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Quantity&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As in the following image, I assume it should be a PIVOT table so I need the&amp;nbsp;&lt;STRONG&gt;SalesDate&amp;nbsp;&lt;/STRONG&gt;to be a dimension, but how do I make each month a dimension like in the image?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="betz_0-1710673654003.png" style="width: 775px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/162147i144BB795EC5C6C29/image-dimensions/775x187?v=v2" width="775" height="187" role="button" title="betz_0-1710673654003.png" alt="betz_0-1710673654003.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Mar 2024 11:11:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Table-Month-by-Month/m-p/2431577#M96636</guid>
      <dc:creator>betz</dc:creator>
      <dc:date>2024-03-17T11:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Month by Month</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Table-Month-by-Month/m-p/2431582#M96637</link>
      <description>&lt;P&gt;You would add a Month field to your load, e.g.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;LOAD&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Product,&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;SalesDate,&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;MonthName(SalesDate) as SalesMonth,&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Amount,&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Quantity&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Mar 2024 13:57:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Table-Month-by-Month/m-p/2431582#M96637</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2024-03-17T13:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Month by Month</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Table-Month-by-Month/m-p/2431583#M96638</link>
      <description>&lt;P&gt;Yes, but would it show the dimensions as I described like in the image I've provided?&lt;/P&gt;</description>
      <pubDate>Sun, 17 Mar 2024 14:15:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Table-Month-by-Month/m-p/2431583#M96638</guid>
      <dc:creator>betz</dc:creator>
      <dc:date>2024-03-17T14:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Month by Month</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Table-Month-by-Month/m-p/2431591#M96639</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;
&lt;P&gt;LOAD Category, &lt;BR /&gt;Description, &lt;BR /&gt;Month(Date)&amp;amp;'-'&amp;amp;Year(Date) as MonthYear, &lt;BR /&gt;Qty, &lt;BR /&gt;Amount&lt;BR /&gt;FROM tableName;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qv_testing_0-1710689722801.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/162151iCEFF6E34DE5F9FC1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="qv_testing_0-1710689722801.png" alt="qv_testing_0-1710689722801.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Mar 2024 15:36:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Table-Month-by-Month/m-p/2431591#M96639</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2024-03-17T15:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Month by Month</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Table-Month-by-Month/m-p/2431612#M96644</link>
      <description>&lt;P&gt;G'day&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/291363"&gt;@betz&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;The solution from&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28943"&gt;@Nagaraju_KCS&lt;/a&gt;, while it will give you the correct output, it will sort alphabetically, which you don't want.&lt;/P&gt;
&lt;P&gt;The solution from&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6142"&gt;@Or&lt;/a&gt;, which uses the MonthName() function, gives you the correct date format and the correct sorting.&lt;/P&gt;
&lt;P&gt;To achieve the dimensions as in your diagram, you need to use the Pivot chart, so that you can add your dimensions to both rows and columns.&lt;/P&gt;
&lt;P&gt;Cheers, Barnaby.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Mar 2024 20:53:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Table-Month-by-Month/m-p/2431612#M96644</guid>
      <dc:creator>barnabyd</dc:creator>
      <dc:date>2024-03-17T20:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Month by Month</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Table-Month-by-Month/m-p/2431649#M96646</link>
      <description>&lt;P&gt;create one field for sort like below&lt;/P&gt;
&lt;P&gt;Year(Date)*100+(Num(Month(Date))) as Sort,&lt;/P&gt;
&lt;P&gt;and apply on chat sort expression.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qv_testing_0-1710732302978.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/162164iFDB9F1443A5F5888/image-size/medium?v=v2&amp;amp;px=400" role="button" title="qv_testing_0-1710732302978.png" alt="qv_testing_0-1710732302978.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 03:26:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Table-Month-by-Month/m-p/2431649#M96646</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2024-03-18T03:26:32Z</dc:date>
    </item>
  </channel>
</rss>

