<?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: Dimension Selection Behaviour in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dimension-Selection-Behaviour/m-p/1144975#M374772</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps these expressions do what you want:&lt;/P&gt;&lt;P&gt;Sales Amount: Sum({&amp;lt;ConsultantName, FactSource = {'Sales'} &amp;gt;} Amount)&lt;/P&gt;&lt;P&gt;Enquiry Amount: Sum({&amp;lt;ConsultantName, FactSource = {'Enquiry'}&amp;gt;} Amount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 May 2016 18:15:32 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2016-05-13T18:15:32Z</dc:date>
    <item>
      <title>Dimension Selection Behaviour</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-Selection-Behaviour/m-p/1144973#M374770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I am just working through a problem create a chart to compare the variance of 'sales enquiries' vs final sales amounts. If someone can help with ideas on how to adjust the chart to show the correct results when the selections below are made that would be great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached a simplified mock-up of the app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Desired Results on selecting Consultant dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Select Bob - Nothing appears in Enquiry vs. Sale Variance - he has made no Sales .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Select Pauline Or Sue - The variance for the TOTAL sale for Enquiry 5 remains 0 even though individually it is $250&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Rean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 17:48:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-Selection-Behaviour/m-p/1144973#M374770</guid>
      <dc:creator>reanfadyl</dc:creator>
      <dc:date>2016-05-13T17:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension Selection Behaviour</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-Selection-Behaviour/m-p/1144974#M374771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure I follow what you want when we select Pauline or Sue. Can you elaborate?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 18:14:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-Selection-Behaviour/m-p/1144974#M374771</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-13T18:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension Selection Behaviour</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-Selection-Behaviour/m-p/1144975#M374772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps these expressions do what you want:&lt;/P&gt;&lt;P&gt;Sales Amount: Sum({&amp;lt;ConsultantName, FactSource = {'Sales'} &amp;gt;} Amount)&lt;/P&gt;&lt;P&gt;Enquiry Amount: Sum({&amp;lt;ConsultantName, FactSource = {'Enquiry'}&amp;gt;} Amount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 18:15:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-Selection-Behaviour/m-p/1144975#M374772</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-05-13T18:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension Selection Behaviour</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-Selection-Behaviour/m-p/1144976#M374773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By combining your Formula's with the below as a calculated dimension I got the result I was after.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr(Concat(Distinct {&amp;lt; FactSource = {'Sales'} &amp;gt;} ConsultantName, ' ; '),EnquiryID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A couple of follow up questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A) Is there any better way to get the selection behavior I was after than the calculated dimension above.&amp;nbsp; I am a little worried about the Calculated Dimension performance overhead (maybe unnecessarily?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B) How would you recommend explaining to consumers of the report that the results per Sales person are non-additive e.g. Sue and Pauline shouldn't think they have both made a $500 sale. &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;Rean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 20:17:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-Selection-Behaviour/m-p/1144976#M374773</guid>
      <dc:creator>reanfadyl</dc:creator>
      <dc:date>2016-05-13T20:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension Selection Behaviour</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-Selection-Behaviour/m-p/1144977#M374774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see why you need that calculated dimension. What does it add that the expression Concat({&amp;lt; FactSource = {'Sales'} &amp;gt;} ConsultantName, ' ; ') doesn't? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A) see above, it looks like an unnecessary dimension to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B) Perhaps show their contribution to it either in dollars or percentage.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 May 2016 12:41:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-Selection-Behaviour/m-p/1144977#M374774</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-05-14T12:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension Selection Behaviour</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-Selection-Behaviour/m-p/1144978#M374775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A) I added the calculated dimension so if Bob was selected then no rows would be shown.&amp;nbsp; Is there a better way to do this?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="DimensionSelectionProblem.PNG" class="jive-image image-1" height="222" src="https://community.qlik.com/legacyfs/online/124641_DimensionSelectionProblem.PNG" style="height: 221.81px; width: 418px;" width="418" /&gt;&lt;/P&gt;&lt;P&gt;B) Very good suggestion, thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 May 2016 08:28:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-Selection-Behaviour/m-p/1144978#M374775</guid>
      <dc:creator>reanfadyl</dc:creator>
      <dc:date>2016-05-15T08:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension Selection Behaviour</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-Selection-Behaviour/m-p/1144979#M374776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sales Amount: Sum({&amp;lt;ConsultantName, FactSource = {'Sales'} &amp;gt;} Amount)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Enquiry Amount: Sum({&amp;lt;ConsultantName, FactSource = {'Enquiry'}&amp;gt;} Amount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 May 2016 10:31:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-Selection-Behaviour/m-p/1144979#M374776</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-15T10:31:14Z</dc:date>
    </item>
  </channel>
</rss>

