<?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 Comparing sales weekwise in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Comparing-sales-weekwise/m-p/227900#M79978</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sharma,&lt;/P&gt;&lt;P&gt;Dont add the Year as dimension. Add three expression as follows.&lt;/P&gt;&lt;P&gt;1) Sum({&amp;lt;Year={$(=Max(Year))}&amp;gt;} Sales ) this will give you the max(Year) . i.e 2011&lt;/P&gt;&lt;P&gt;if the user selects 2010 then 2010.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)Sum({&amp;lt;Year={$(=Max(Year)-1)}&amp;gt;} Sales ) this will give you the Max(Year)-1 i.e 2010&lt;/P&gt;&lt;P&gt;if the user selects 2010 then t will shows sales of 2009&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Column(1) - column(2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Feb 2011 08:23:52 GMT</pubDate>
    <dc:creator>deepakk</dc:creator>
    <dc:date>2011-02-24T08:23:52Z</dc:date>
    <item>
      <title>Comparing sales weekwise</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-sales-weekwise/m-p/227899#M79977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;I have to create a QlikView report which will compare current year and last years of data week wise. I have made significant progress on this but struck at one point.&lt;/P&gt;&lt;P&gt;I actually want to calculate the difference in the sale in each category for this year and last year. I mean I want to have another column under 1or 4 week sales which which will calculate the diff between the sales i.e. (Sale in 2011-Sale in 2010).. But I am not able to have this column added &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Output should be something like below:&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/6232.format.bmp" jquery1298529942292="3"&gt;&lt;IMG border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/6232.format.bmp" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have attached the sample report too.Please advise me how to get this done.&lt;/P&gt;&lt;P&gt;Many thanks for your help/advise in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 07:52:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-sales-weekwise/m-p/227899#M79977</guid>
      <dc:creator>montubhardwaj</dc:creator>
      <dc:date>2011-02-24T07:52:05Z</dc:date>
    </item>
    <item>
      <title>Comparing sales weekwise</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-sales-weekwise/m-p/227900#M79978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sharma,&lt;/P&gt;&lt;P&gt;Dont add the Year as dimension. Add three expression as follows.&lt;/P&gt;&lt;P&gt;1) Sum({&amp;lt;Year={$(=Max(Year))}&amp;gt;} Sales ) this will give you the max(Year) . i.e 2011&lt;/P&gt;&lt;P&gt;if the user selects 2010 then 2010.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)Sum({&amp;lt;Year={$(=Max(Year)-1)}&amp;gt;} Sales ) this will give you the Max(Year)-1 i.e 2010&lt;/P&gt;&lt;P&gt;if the user selects 2010 then t will shows sales of 2009&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Column(1) - column(2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 08:23:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-sales-weekwise/m-p/227900#M79978</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2011-02-24T08:23:52Z</dc:date>
    </item>
    <item>
      <title>Comparing sales weekwise</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-sales-weekwise/m-p/227901#M79979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak.... thx a lot bud.... but will be great if u can do this concept in the attached one ? I know it is too much for but am nt getting it much &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Also i think if we do this way, we will get only the difference for "1 week sale". But I want the difference for each column i.e for "1 week sale"., "4 week sale" and so on.&lt;/P&gt;&lt;P&gt;Hope I am not bothering you much &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 08:34:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-sales-weekwise/m-p/227901#M79979</guid>
      <dc:creator>montubhardwaj</dc:creator>
      <dc:date>2011-02-24T08:34:20Z</dc:date>
    </item>
    <item>
      <title>Comparing sales weekwise</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-sales-weekwise/m-p/227902#M79980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what i want exactly. Please let me kno if it is possible.&lt;/P&gt;&lt;P&gt;Please reffer to the attached(upper post) sample QVW file.&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/2626.untitled.JPG"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/2626.untitled.JPG" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 08:54:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-sales-weekwise/m-p/227902#M79980</guid>
      <dc:creator>montubhardwaj</dc:creator>
      <dc:date>2011-02-24T08:54:27Z</dc:date>
    </item>
    <item>
      <title>Comparing sales weekwise</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-sales-weekwise/m-p/227903#M79981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sharma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 11:27:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-sales-weekwise/m-p/227903#M79981</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2011-02-24T11:27:31Z</dc:date>
    </item>
    <item>
      <title>Comparing sales weekwise</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-sales-weekwise/m-p/227904#M79982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 13:19:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-sales-weekwise/m-p/227904#M79982</guid>
      <dc:creator>montubhardwaj</dc:creator>
      <dc:date>2011-03-17T13:19:08Z</dc:date>
    </item>
  </channel>
</rss>

