<?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: Sum with Variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sum-with-Variable/m-p/1017677#M344658</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This has worked !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Kaushik Solanki&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Mar 2016 12:05:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-03-07T12:05:58Z</dc:date>
    <item>
      <title>Sum with Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-with-Variable/m-p/1017673#M344654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to sum Sales for current month previous month and 2 months ago&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have variables for this and am doing the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=(Sum({&amp;lt;$(vCurrentMonth) Collections))&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=(Sum({&amp;lt;$(vPreviousMonth) Collections))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but this does not work any idea how to do this please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks alot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 11:46:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-with-Variable/m-p/1017673#M344654</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-07T11:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: Sum with Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-with-Variable/m-p/1017674#M344655</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;Try this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Month = {"$(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vCurrentMonth&lt;/SPAN&gt;)"}&amp;gt;}Collections)&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Month = {"$(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;vPreviousMonth&lt;/SPAN&gt;)"}&amp;gt;}Collections)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 11:48:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-with-Variable/m-p/1017674#M344655</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-03-07T11:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Sum with Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-with-Variable/m-p/1017675#M344656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Maybe like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=(Sum({&amp;lt;Month={$(vCurrentMonth),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;$(vPreviousMonth)}&lt;/SPAN&gt;&amp;gt;} Collections))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 11:50:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-with-Variable/m-p/1017675#M344656</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-03-07T11:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: Sum with Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-with-Variable/m-p/1017676#M344657</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum({&amp;lt;Month={$(vCurrentMonth),&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;$(vPreviousMonth), $(v2MonthAgo)}&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;gt;} Collections)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 11:56:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-with-Variable/m-p/1017676#M344657</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2016-03-07T11:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Sum with Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-with-Variable/m-p/1017677#M344658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This has worked !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Kaushik Solanki&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 12:05:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-with-Variable/m-p/1017677#M344658</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-07T12:05:58Z</dc:date>
    </item>
  </channel>
</rss>

