<?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: Repeating Values in a Pivot Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Repeating-Values-in-a-Pivot-Chart/m-p/1919852#M1218510</link>
    <description>&lt;P&gt;raw:&lt;BR /&gt;LOAD&lt;BR /&gt;"Project Name",&lt;BR /&gt;Stage,&lt;BR /&gt;"Project Name" &amp;amp; Stage as keyfield,&lt;BR /&gt;"Start",&lt;BR /&gt;"Required End",&lt;BR /&gt;"Actual End",&lt;BR /&gt;alt("Actual End","Required End") as End&lt;BR /&gt;FROM [lib://AttachedFiles/Qlik Sample Data.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;dates:&lt;BR /&gt;Load&lt;BR /&gt;"Project Name" &amp;amp; Stage as keyfield&lt;BR /&gt;,monthstart("Start",iterno()-1) as Months&lt;BR /&gt;Resident raw&lt;BR /&gt;While monthstart("Start",iterno()-1) &amp;lt;= monthstart(End)&lt;BR /&gt;;&lt;/P&gt;
&lt;P&gt;Row = Project&lt;/P&gt;
&lt;P&gt;Column = Months&lt;/P&gt;
&lt;P&gt;MEasure = Concat(Stage,', ' )&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Output" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/77393i5CE7C60DFE33F816/image-size/large?v=v2&amp;amp;px=999" role="button" title="qlikCommunity.PNG" alt="Output" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Output&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Apr 2022 11:08:37 GMT</pubDate>
    <dc:creator>vinieme12</dc:creator>
    <dc:date>2022-04-19T11:08:37Z</dc:date>
    <item>
      <title>Repeating Values in a Pivot Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Repeating-Values-in-a-Pivot-Chart/m-p/1918188#M1218426</link>
      <description>&lt;P&gt;Hello Qlik Users.&lt;/P&gt;
&lt;P&gt;I am trying to repeat a value every month until it is closed.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the attached Sample Data, I want to track the stages of the different projects from the start till the Actual End. So if it starts in January and only ends (Actual End) in April, I want it marked in January, February, March and finally in April.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ZoeM_0-1649870056754.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/77026i96EE5383399F6BE7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ZoeM_0-1649870056754.png" alt="ZoeM_0-1649870056754.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>Wed, 13 Apr 2022 17:15:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Repeating-Values-in-a-Pivot-Chart/m-p/1918188#M1218426</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2022-04-13T17:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Repeating Values in a Pivot Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Repeating-Values-in-a-Pivot-Chart/m-p/1918546#M1218438</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/36086"&gt;@ZoeM&lt;/a&gt;&amp;nbsp;wrote:&amp;nbsp;&lt;FONT size="1 2 3 4 5 6 7"&gt;&lt;A href="https://www.prepaidgiftbalance.ltd/" target="_self"&gt;&lt;FONT color="#FFFFFF"&gt;PrepaidGiftBalance&lt;/FONT&gt;&lt;/A&gt;&lt;/FONT&gt;&lt;BR /&gt;
&lt;P&gt;Hello Qlik Users.&lt;/P&gt;
&lt;P&gt;I am trying to repeat a value every month until it is closed.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the attached Sample Data, I want to track the stages of the different projects from the start till the Actual End. So if it starts in January and only ends (Actual End) in April, I want it marked in January, February, March and finally in April.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Repeating item and field labels in a PivotTable visually groups rows or columns together to make the data easier to scan. For example, use repeating labels when subtotals are turned off or there are multiple fields for items. In the example shown below, the regions are repeated for each row and the product is repeated for each column.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2022 04:54:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Repeating-Values-in-a-Pivot-Chart/m-p/1918546#M1218438</guid>
      <dc:creator>Blalock69</dc:creator>
      <dc:date>2022-04-15T04:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Repeating Values in a Pivot Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Repeating-Values-in-a-Pivot-Chart/m-p/1919852#M1218510</link>
      <description>&lt;P&gt;raw:&lt;BR /&gt;LOAD&lt;BR /&gt;"Project Name",&lt;BR /&gt;Stage,&lt;BR /&gt;"Project Name" &amp;amp; Stage as keyfield,&lt;BR /&gt;"Start",&lt;BR /&gt;"Required End",&lt;BR /&gt;"Actual End",&lt;BR /&gt;alt("Actual End","Required End") as End&lt;BR /&gt;FROM [lib://AttachedFiles/Qlik Sample Data.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;dates:&lt;BR /&gt;Load&lt;BR /&gt;"Project Name" &amp;amp; Stage as keyfield&lt;BR /&gt;,monthstart("Start",iterno()-1) as Months&lt;BR /&gt;Resident raw&lt;BR /&gt;While monthstart("Start",iterno()-1) &amp;lt;= monthstart(End)&lt;BR /&gt;;&lt;/P&gt;
&lt;P&gt;Row = Project&lt;/P&gt;
&lt;P&gt;Column = Months&lt;/P&gt;
&lt;P&gt;MEasure = Concat(Stage,', ' )&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Output" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/77393i5CE7C60DFE33F816/image-size/large?v=v2&amp;amp;px=999" role="button" title="qlikCommunity.PNG" alt="Output" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Output&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 11:08:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Repeating-Values-in-a-Pivot-Chart/m-p/1919852#M1218510</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-04-19T11:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Repeating Values in a Pivot Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Repeating-Values-in-a-Pivot-Chart/m-p/1920562#M1218540</link>
      <description>&lt;P&gt;Thanks Vineeth.&lt;/P&gt;
&lt;P&gt;I am looking for a solution that does not require editing the Load Script. All my dates are coming in through a date bridge created in Alteryx.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 15:23:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Repeating-Values-in-a-Pivot-Chart/m-p/1920562#M1218540</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2022-04-20T15:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Repeating Values in a Pivot Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Repeating-Values-in-a-Pivot-Chart/m-p/1920704#M1218545</link>
      <description>&lt;P&gt;There is no front end only solution for this&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 00:48:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Repeating-Values-in-a-Pivot-Chart/m-p/1920704#M1218545</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-04-21T00:48:39Z</dc:date>
    </item>
  </channel>
</rss>

