<?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: Calculated dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculated-dimension/m-p/534554#M556841</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The dimension must be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Week=vWeek, Week, null())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and check the box "Suppress when value is null"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jul 2013 08:58:56 GMT</pubDate>
    <dc:creator>alexandros17</dc:creator>
    <dc:date>2013-07-03T08:58:56Z</dc:date>
    <item>
      <title>Calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-dimension/m-p/534552#M556839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a straight table with 5 dimensions and 3 expressions. The data is taken from QVD's which are stored every week with new data and the document reads in the last 8 weeks off QVD's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the table I am making should only show data from the most recent QVD (QVD's are stored with week numbers so the name is WeekXData).&lt;/P&gt;&lt;P&gt;I thought to add a calculated dimension: Week = vWeek. This does return the correct items but it adds a column with 0 and -1 for data that matches with this item and that doesn't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get the table to only show the values from the latest week?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2013 08:49:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-dimension/m-p/534552#M556839</guid>
      <dc:creator>pauldamen</dc:creator>
      <dc:date>2013-07-03T08:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-dimension/m-p/534553#M556840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think for this result you need to write calculated dimension..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can simply right this on set analysis in expression..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need in on Calculated dimension,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can right like.. If(Week=vWeek,Week,'') and set "Suppress Null Value"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2013 08:57:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-dimension/m-p/534553#M556840</guid>
      <dc:creator />
      <dc:date>2013-07-03T08:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-dimension/m-p/534554#M556841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The dimension must be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Week=vWeek, Week, null())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and check the box "Suppress when value is null"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2013 08:58:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-dimension/m-p/534554#M556841</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2013-07-03T08:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-dimension/m-p/534555#M556842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think there's some mistake the value it gives 0 and -1 for false and true values but don't know how it gives the way of you is something like wrong so, try this in calculated dimension&lt;/P&gt;&lt;P&gt;if(Week=vWeek,Week) and check on sppress null value &lt;/P&gt;&lt;P&gt;hope it helps &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2013 09:05:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-dimension/m-p/534555#M556842</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-07-03T09:05:55Z</dc:date>
    </item>
  </channel>
</rss>

