<?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: Derived Dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Derived-Dimension/m-p/1851413#M1215661</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;It works with the following expression if you remove 'Week' from the value (keep only numeric part):&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;sum({&amp;lt;Week={"&amp;gt;=$(=Week)"}&amp;gt;}Sales)&lt;/LI-CODE&gt;</description>
    <pubDate>Mon, 25 Oct 2021 15:19:58 GMT</pubDate>
    <dc:creator>sergio0592</dc:creator>
    <dc:date>2021-10-25T15:19:58Z</dc:date>
    <item>
      <title>Derived Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Derived-Dimension/m-p/1851356#M1215658</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I am having 2 fields Week and sales, I am taking a bar chart using these 'Week' dimension and Sum(Sales) as Measure.&lt;/P&gt;
&lt;P&gt;I am having Week Filter.&lt;/P&gt;
&lt;P&gt;if user choose particular week in the filter chart needs start from that week.&lt;/P&gt;
&lt;P&gt;example axis Week1-Week10 showing sales values. when user selected Week5 , bar chart need to show Week5-Week10 only.&lt;/P&gt;
&lt;P&gt;Plz tell me how to write expression&lt;/P&gt;
&lt;TABLE border="1" width="99.87546699875467%"&gt;
&lt;TBODY&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="49.93773349937734%" height="20" style="height: 15.0pt; width: 48pt;"&gt;&lt;STRONG&gt;WeeK&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="49.93773349937734%" style="width: 48pt;"&gt;&lt;STRONG&gt;Sales&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="49.93773349937734%" height="20" style="height: 15.0pt;"&gt;Week1&lt;/TD&gt;
&lt;TD width="49.93773349937734%" align="right"&gt;10&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="49.93773349937734%" height="20" style="height: 15.0pt;"&gt;Week2&lt;/TD&gt;
&lt;TD width="49.93773349937734%" align="right"&gt;20&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="49.93773349937734%" height="20" style="height: 15.0pt;"&gt;Week3&lt;/TD&gt;
&lt;TD width="49.93773349937734%" align="right"&gt;30&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="49.93773349937734%" height="20" style="height: 15.0pt;"&gt;Week4&lt;/TD&gt;
&lt;TD width="49.93773349937734%" align="right"&gt;40&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="49.93773349937734%" height="20" style="height: 15.0pt;"&gt;Week5&lt;/TD&gt;
&lt;TD width="49.93773349937734%" align="right"&gt;50&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="49.93773349937734%" height="20" style="height: 15.0pt;"&gt;Week6&lt;/TD&gt;
&lt;TD width="49.93773349937734%" align="right"&gt;60&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="49.93773349937734%" height="20" style="height: 15.0pt;"&gt;Week7&lt;/TD&gt;
&lt;TD width="49.93773349937734%" align="right"&gt;70&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="49.93773349937734%" height="20" style="height: 15.0pt;"&gt;Week8&lt;/TD&gt;
&lt;TD width="49.93773349937734%" align="right"&gt;80&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="49.93773349937734%" height="20" style="height: 15.0pt;"&gt;Week9&lt;/TD&gt;
&lt;TD width="49.93773349937734%" align="right"&gt;90&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Oct 2021 14:26:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Derived-Dimension/m-p/1851356#M1215658</guid>
      <dc:creator>kmmqlick</dc:creator>
      <dc:date>2021-10-25T14:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Derived Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Derived-Dimension/m-p/1851413#M1215661</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;It works with the following expression if you remove 'Week' from the value (keep only numeric part):&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;sum({&amp;lt;Week={"&amp;gt;=$(=Week)"}&amp;gt;}Sales)&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 25 Oct 2021 15:19:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Derived-Dimension/m-p/1851413#M1215661</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2021-10-25T15:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Derived Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Derived-Dimension/m-p/1852102#M1215696</link>
      <description>&lt;P&gt;maybe helpful:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/The-As-Of-Table/ba-p/1466130" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/The-As-Of-Table/ba-p/1466130&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Tue, 26 Oct 2021 19:37:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Derived-Dimension/m-p/1852102#M1215696</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2021-10-26T19:37:51Z</dc:date>
    </item>
  </channel>
</rss>

