<?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 Calculated Dimension Help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-Help/m-p/180737#M47041</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(WEEK = Max(Week),WEEK)&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;If want summation of amount&lt;/P&gt;&lt;P&gt;Sum(if(WEEK = Max(Week),Amt))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Mar 2011 11:47:31 GMT</pubDate>
    <dc:creator>suniljain</dc:creator>
    <dc:date>2011-03-25T11:47:31Z</dc:date>
    <item>
      <title>Calculated Dimension Help</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-Help/m-p/180733#M47037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;Can anyone help with the following problem please?&lt;/P&gt;&lt;P&gt;I have a list of week numbers in the following format Week1, Week2, Week3 etc....I'm currently up to week 13.&lt;/P&gt;&lt;P&gt;What I want to do is create a calculated dimension that looks at the latest week only....so in this case it would bring back Week13, everything I've tried just isn't working.&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 09:25:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-Help/m-p/180733#M47037</guid>
      <dc:creator>samvile18</dc:creator>
      <dc:date>2011-03-25T09:25:48Z</dc:date>
    </item>
    <item>
      <title>Calculated Dimension Help</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-Help/m-p/180734#M47038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;would you like to select only a week? I have not understand your problem. Can you explain it with an if syntax expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 09:40:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-Help/m-p/180734#M47038</guid>
      <dc:creator>pljsoftware</dc:creator>
      <dc:date>2011-03-25T09:40:35Z</dc:date>
    </item>
    <item>
      <title>Calculated Dimension Help</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-Help/m-p/180735#M47039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes...I basically only want to select the latest week of data. I'm trying to create some gauges that only report on the latest weeks worth of data...in this case they would be reporting on week13....whereas next week it would move on to week14 etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 09:47:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-Help/m-p/180735#M47039</guid>
      <dc:creator>samvile18</dc:creator>
      <dc:date>2011-03-25T09:47:54Z</dc:date>
    </item>
    <item>
      <title>Calculated Dimension Help</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-Help/m-p/180736#M47040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;you can create a variable with the value of maxdate and use this variable to take only the products of the last week.&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;If your variable is &lt;B&gt;vEndDate&lt;/B&gt; and your date field is &lt;B&gt;Date&lt;/B&gt; you can write this formula in your gauge chart&lt;/P&gt;&lt;P&gt;if( Date&amp;gt;(vEndDate-7), sum(Qty))&lt;/P&gt;&lt;P&gt;This only if you want to calculate always the value of the last 7 days.&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Luca&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 11:44:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-Help/m-p/180736#M47040</guid>
      <dc:creator>pljsoftware</dc:creator>
      <dc:date>2011-03-25T11:44:44Z</dc:date>
    </item>
    <item>
      <title>Calculated Dimension Help</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-Help/m-p/180737#M47041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(WEEK = Max(Week),WEEK)&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;If want summation of amount&lt;/P&gt;&lt;P&gt;Sum(if(WEEK = Max(Week),Amt))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 11:47:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-Help/m-p/180737#M47041</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2011-03-25T11:47:31Z</dc:date>
    </item>
  </channel>
</rss>

