<?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: Select Calculate Dimension will impact field selections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-Calculate-Dimension-will-impact-field-selections/m-p/125499#M757178</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please check this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD DATE(DATE#(MonthYear,'YYYYMM'),'YYYYMM') as MonthYear,Sales INLINE [&lt;/P&gt;&lt;P&gt;MonthYear,Sales&lt;/P&gt;&lt;P&gt;201701,5&lt;/P&gt;&lt;P&gt;201702,10&lt;/P&gt;&lt;P&gt;201703,15&lt;/P&gt;&lt;P&gt;201704,5&lt;/P&gt;&lt;P&gt;201705,10&lt;/P&gt;&lt;P&gt;201706,15&lt;/P&gt;&lt;P&gt;201707,5&lt;/P&gt;&lt;P&gt;201708,10&lt;/P&gt;&lt;P&gt;201709,15&lt;/P&gt;&lt;P&gt;201710,5&lt;/P&gt;&lt;P&gt;201711,10&lt;/P&gt;&lt;P&gt;201712,15&lt;/P&gt;&lt;P&gt;201801,5&lt;/P&gt;&lt;P&gt;201802,10&lt;/P&gt;&lt;P&gt;201803,15&lt;/P&gt;&lt;P&gt;201804,5&lt;/P&gt;&lt;P&gt;201805,10&lt;/P&gt;&lt;P&gt;201806,15&lt;/P&gt;&lt;P&gt;201807,5&lt;/P&gt;&lt;P&gt;201808,10&lt;/P&gt;&lt;P&gt;201809,15&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt;"&gt;&lt;EM&gt;Expression:&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;MonthYear={"&amp;lt;=$(=DATE(max(MonthYear),'YYYYMM'))"}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="213553" alt="Capture1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/213553_Capture1.PNG" style="height: 367px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Sep 2018 07:24:02 GMT</pubDate>
    <dc:creator>qlikviewwizard</dc:creator>
    <dc:date>2018-09-14T07:24:02Z</dc:date>
    <item>
      <title>Select Calculate Dimension will impact field selections</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Calculate-Dimension-will-impact-field-selections/m-p/125497#M757176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I was doing some kinds of requirements like according to different types of data to limit which monthes to show.&lt;/P&gt;&lt;P&gt;I'm taking calculated dimension as my solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I select KPI as TYPE1 it will show 201803 to 201805&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="213496" alt="" class="jive-image image-1" height="70" src="https://community.qlik.com/legacyfs/online/213496_pastedImage_0.png" style="width: 482px; height: 69.9677px;" width="482" /&gt;&lt;/P&gt;&lt;P&gt;When I select KPI as TYPE2 it will show&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="213506" alt="" class="jive-image image-2" height="79" src="https://community.qlik.com/legacyfs/online/213506_pastedImage_1.png" style="width: 484px; height: 78.8452px;" width="484" /&gt;&lt;/P&gt;&lt;P&gt;When I select KPI as TYPE3 it will show&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="213507" alt="" class="jive-image image-3" height="80" src="https://community.qlik.com/legacyfs/online/213507_pastedImage_2.png" style="width: 486px; height: 79.9548px;" width="486" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Show different month dimension write like this:&lt;/P&gt;&lt;P&gt;=IF(KPI = 'TYPE1',IF(MONTH &amp;gt; v1,MONTH),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(KPI = 'TYPE2',IF(MONTH&amp;gt;v2,MONTH),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(KPI = 'TYPE3',IF(MONTH&amp;gt;v3,MONTH))&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v1,v2,v3 are variables set as 201802,03,04&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issues is for example when I want to filter the month and clik on the calculated dimension 201804 in TYPE2 it will automaticly select&lt;/P&gt;&lt;P&gt;KPI both TYPE1 and TYPE2 like below and the sum value will not be what I want&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="213508" alt="" class="jive-image image-4" height="116" src="https://community.qlik.com/legacyfs/online/213508_pastedImage_3.png" style="width: 510px; height: 115.984px;" width="510" /&gt;&lt;/P&gt;&lt;P&gt;Could anybody explain me the reason of this?Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Details refer to the attached qvw file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Calculate-Dimension-will-impact-field-selections/m-p/125497#M757176</guid>
      <dc:creator>adamgaox</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Select Calculate Dimension will impact field selections</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Calculate-Dimension-will-impact-field-selections/m-p/125498#M757177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you are selecting a value from a calculated dimension, qlik engine would try to select values possible from fields mentioned in the calculation. And this is because, in qlik only field (coming from script) can get selected and not a calculated one in the UI.&amp;nbsp; So when you select 201804 from the dimension, qlik engine finds that for this value, KPI values 'TYPE1' and 'TYPE2' are possible, so they get selected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2018 07:15:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Calculate-Dimension-will-impact-field-selections/m-p/125498#M757177</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-09-14T07:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: Select Calculate Dimension will impact field selections</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Calculate-Dimension-will-impact-field-selections/m-p/125499#M757178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please check this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD DATE(DATE#(MonthYear,'YYYYMM'),'YYYYMM') as MonthYear,Sales INLINE [&lt;/P&gt;&lt;P&gt;MonthYear,Sales&lt;/P&gt;&lt;P&gt;201701,5&lt;/P&gt;&lt;P&gt;201702,10&lt;/P&gt;&lt;P&gt;201703,15&lt;/P&gt;&lt;P&gt;201704,5&lt;/P&gt;&lt;P&gt;201705,10&lt;/P&gt;&lt;P&gt;201706,15&lt;/P&gt;&lt;P&gt;201707,5&lt;/P&gt;&lt;P&gt;201708,10&lt;/P&gt;&lt;P&gt;201709,15&lt;/P&gt;&lt;P&gt;201710,5&lt;/P&gt;&lt;P&gt;201711,10&lt;/P&gt;&lt;P&gt;201712,15&lt;/P&gt;&lt;P&gt;201801,5&lt;/P&gt;&lt;P&gt;201802,10&lt;/P&gt;&lt;P&gt;201803,15&lt;/P&gt;&lt;P&gt;201804,5&lt;/P&gt;&lt;P&gt;201805,10&lt;/P&gt;&lt;P&gt;201806,15&lt;/P&gt;&lt;P&gt;201807,5&lt;/P&gt;&lt;P&gt;201808,10&lt;/P&gt;&lt;P&gt;201809,15&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt;"&gt;&lt;EM&gt;Expression:&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;MonthYear={"&amp;lt;=$(=DATE(max(MonthYear),'YYYYMM'))"}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="213553" alt="Capture1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/213553_Capture1.PNG" style="height: 367px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2018 07:24:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Calculate-Dimension-will-impact-field-selections/m-p/125499#M757178</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2018-09-14T07:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Select Calculate Dimension will impact field selections</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Calculate-Dimension-will-impact-field-selections/m-p/125500#M757179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tresesco,&lt;/P&gt;&lt;P&gt;Thanks for your replying.Agree with you.&lt;/P&gt;&lt;P&gt;This is really an important notification when using calculated dimension in qlik products.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;P&gt;Jiawen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Sep 2018 03:56:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Calculate-Dimension-will-impact-field-selections/m-p/125500#M757179</guid>
      <dc:creator>adamgaox</dc:creator>
      <dc:date>2018-09-15T03:56:07Z</dc:date>
    </item>
  </channel>
</rss>

