<?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 calculated field - expression syntax request in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-Table-calculated-field-expression-syntax-request/m-p/466#M97</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post data in excel/text format instead image? But, I don't think in your example there is anything tough. Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension is &lt;STRONG&gt;Month&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;And, Expressions are&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sellin - Sum({&amp;lt;Status = {"Sellin"}&amp;gt;} Measure)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Sellin - Sum({&amp;lt;Status = {"Sellout"}&amp;gt;} Measure)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 14 Jan 2018 02:45:42 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2018-01-14T02:45:42Z</dc:date>
    <item>
      <title>Pivot Table calculated field - expression syntax request</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-calculated-field-expression-syntax-request/m-p/465#M96</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May i have some help on this.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;growth&lt;/P&gt;&lt;P&gt;I have the following data set (blue) and i need to create a Pivot Table report as shown in the bottom Table (green).&lt;/P&gt;&lt;P&gt;I have seen a lot of examples but I have not yet found the syntax I need to build the growth expression.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen Shot 2018-01-13 at 19.37.35.png" class="jive-image image-1" src="/legacyfs/online/190001_Screen Shot 2018-01-13 at 19.37.35.png" style="height: 317px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jan 2018 22:46:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-calculated-field-expression-syntax-request/m-p/465#M96</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-13T22:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table calculated field - expression syntax request</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-calculated-field-expression-syntax-request/m-p/466#M97</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post data in excel/text format instead image? But, I don't think in your example there is anything tough. Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension is &lt;STRONG&gt;Month&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;And, Expressions are&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sellin - Sum({&amp;lt;Status = {"Sellin"}&amp;gt;} Measure)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Sellin - Sum({&amp;lt;Status = {"Sellout"}&amp;gt;} Measure)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jan 2018 02:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-calculated-field-expression-syntax-request/m-p/466#M97</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-14T02:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table calculated field - expression syntax request</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-calculated-field-expression-syntax-request/m-p/467#M98</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Anil, thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached the excel table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried your code in a Pivot Table as shown in the attached screenshots but data is not displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Status, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Product, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Stock Number], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Units&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jan 2018 03:45:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-calculated-field-expression-syntax-request/m-p/467#M98</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-14T03:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table calculated field - expression syntax request</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-calculated-field-expression-syntax-request/m-p/468#M99</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;two measure should be&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;STRONG style="font-style: inherit; font-family: inherit;"&gt;Sum({&amp;lt;Status = {"Sellin"}&amp;gt;} Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Sum({&amp;lt;Status = {"Sellout"}&amp;gt;} Sales)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jan 2018 03:53:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-calculated-field-expression-syntax-request/m-p/468#M99</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-14T03:53:35Z</dc:date>
    </item>
  </channel>
</rss>

