<?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 Variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Variable/m-p/1780055#M455103</link>
    <description>&lt;P&gt;I have following Pivot Table&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="upaliwije_0-1612422804460.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/48474i3A233E55A4B4CF17/image-size/medium?v=v2&amp;amp;px=400" role="button" title="upaliwije_0-1612422804460.png" alt="upaliwije_0-1612422804460.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Column 1 has the following expression&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;PERIODID = {$(=Max(PERIODID))},YEAR =,QUARTER =,MONTH =,PERIOD =,RC_R_TYPE={'DIRECT','FT'}&amp;gt;}RC_AMOUNT)&lt;/P&gt;&lt;P&gt;Column2 has the following expression&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;PERIODID = {$(=Max(PERIODID))},YEAR =,QUARTER =,MONTH =,PERIOD =&amp;gt;}$(vTsale))&lt;/P&gt;&lt;P&gt;My variable&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;$( vTsale)=sum({&amp;lt;RC_R_TYPE={'DIRECT','FT'}&amp;gt;}RC_AMOUNT)&lt;/P&gt;&lt;P&gt;&lt;U&gt;My Column 2 does not show any value&lt;/U&gt;. Can you please help me to correct my Column 2&amp;nbsp; Expression&lt;/P&gt;</description>
    <pubDate>Thu, 04 Feb 2021 07:13:44 GMT</pubDate>
    <dc:creator>upaliwije</dc:creator>
    <dc:date>2021-02-04T07:13:44Z</dc:date>
    <item>
      <title>Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Variable/m-p/1780055#M455103</link>
      <description>&lt;P&gt;I have following Pivot Table&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="upaliwije_0-1612422804460.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/48474i3A233E55A4B4CF17/image-size/medium?v=v2&amp;amp;px=400" role="button" title="upaliwije_0-1612422804460.png" alt="upaliwije_0-1612422804460.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Column 1 has the following expression&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;PERIODID = {$(=Max(PERIODID))},YEAR =,QUARTER =,MONTH =,PERIOD =,RC_R_TYPE={'DIRECT','FT'}&amp;gt;}RC_AMOUNT)&lt;/P&gt;&lt;P&gt;Column2 has the following expression&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;PERIODID = {$(=Max(PERIODID))},YEAR =,QUARTER =,MONTH =,PERIOD =&amp;gt;}$(vTsale))&lt;/P&gt;&lt;P&gt;My variable&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;$( vTsale)=sum({&amp;lt;RC_R_TYPE={'DIRECT','FT'}&amp;gt;}RC_AMOUNT)&lt;/P&gt;&lt;P&gt;&lt;U&gt;My Column 2 does not show any value&lt;/U&gt;. Can you please help me to correct my Column 2&amp;nbsp; Expression&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 07:13:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable/m-p/1780055#M455103</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2021-02-04T07:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Variable/m-p/1781303#M1209477</link>
      <description>&lt;P&gt;try this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;sum({$&amp;lt;PERIODID = {$(=Max(PERIODID))},RC_R_TYPE={'DIRECT','FT'},YEAR =,QUARTER =,MONTH =,PERIOD =&amp;gt;}RC_AMOUNT)&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 09 Feb 2021 16:14:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable/m-p/1781303#M1209477</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2021-02-09T16:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Variable/m-p/1781305#M1209478</link>
      <description>&lt;P&gt;the problem is, depending on how the variable is defined it could be doing this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;sum({$&amp;lt;PERIODID = {$(=Max(PERIODID))},YEAR =,QUARTER =,MONTH =,PERIOD =&amp;gt;}sum({&amp;lt;RC_R_TYPE={'DIRECT','FT'}&amp;gt;}RC_AMOUNT))&lt;/LI-CODE&gt;&lt;P&gt;which will not make sense to QV&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 16:15:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable/m-p/1781305#M1209478</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2021-02-09T16:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Variable/m-p/1781307#M1209479</link>
      <description>&lt;P&gt;now looking at your screenshot (bec its hard to read bec its very small and smudged) that may be what is being resolved as&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 16:17:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable/m-p/1781307#M1209479</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2021-02-09T16:17:40Z</dc:date>
    </item>
  </channel>
</rss>

