<?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: Animated dimension &amp; set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Animated-dimension-set-analysis/m-p/549800#M554250</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michele,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't get much time to look at this, but you probably should use AGGR function for the line. &lt;/P&gt;&lt;P&gt;Below expression works for Femmine al 2013, but only when you select a particular year (or not select any year at all)!&lt;/P&gt;&lt;P&gt;aggr(sum({$&amp;lt;Sesso={F},Anno={2013}&amp;gt;} Data),Eta)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be also look at using the Reference Line function in the Presentation tab... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;Manas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Sep 2013 18:33:37 GMT</pubDate>
    <dc:creator>manas_bn</dc:creator>
    <dc:date>2013-09-20T18:33:37Z</dc:date>
    <item>
      <title>Animated dimension &amp; set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Animated-dimension-set-analysis/m-p/549799#M554249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem with animated dimension and set analysis.&lt;/P&gt;&lt;P&gt;The chart that you see in the document has 'Anno' (year) as animated dimension.&lt;/P&gt;&lt;P&gt;In the same chart, ther are 3 expression:&lt;/P&gt;&lt;P&gt;1. 'Femmine' (woman) = sum({$&amp;lt;Sesso={F}&amp;gt;} Data).&lt;/P&gt;&lt;P&gt;2. 'Maschi' (man) = sum({$&amp;lt;Sesso={M}&amp;gt;} Data).&lt;/P&gt;&lt;P&gt;3. 'Femmine al 2013' (woman in year 2013) =sum({$&amp;lt;Sesso={F},Anno={'2013'}&amp;gt;} Data).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data structure is:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ScreenHunter_01 Sep. 20 17.55.jpg" class="jive-image" src="/legacyfs/online/46749_ScreenHunter_01 Sep. 20 17.55.jpg" style="width: auto; height: auto;" /&gt;&lt;BR /&gt;I expect that the expression 'Femmine al 2013' is always visible,&amp;nbsp; but I see the values on the graph only when 'year' = 2013.&lt;/P&gt;&lt;P&gt;Can someone help me please? &lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Ciao. Michele.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2013 15:55:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Animated-dimension-set-analysis/m-p/549799#M554249</guid>
      <dc:creator />
      <dc:date>2013-09-20T15:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Animated dimension &amp; set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Animated-dimension-set-analysis/m-p/549800#M554250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michele,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't get much time to look at this, but you probably should use AGGR function for the line. &lt;/P&gt;&lt;P&gt;Below expression works for Femmine al 2013, but only when you select a particular year (or not select any year at all)!&lt;/P&gt;&lt;P&gt;aggr(sum({$&amp;lt;Sesso={F},Anno={2013}&amp;gt;} Data),Eta)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be also look at using the Reference Line function in the Presentation tab... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;Manas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2013 18:33:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Animated-dimension-set-analysis/m-p/549800#M554250</guid>
      <dc:creator>manas_bn</dc:creator>
      <dc:date>2013-09-20T18:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Animated dimension &amp; set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Animated-dimension-set-analysis/m-p/549801#M554251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can't use the same field as an animated dimension and the 3d expression because when you use that in the expression you are filtering the field by that value, but try this just in case:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=sum({1&amp;lt;Sesso={F},Anno={'2013'}&amp;gt;} Data)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2013 18:35:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Animated-dimension-set-analysis/m-p/549801#M554251</guid>
      <dc:creator>chematos</dc:creator>
      <dc:date>2013-09-20T18:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: Animated dimension &amp; set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Animated-dimension-set-analysis/m-p/549802#M554252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried your suggestion, but unfortunately does not solve the problem.&lt;/P&gt;&lt;P&gt;Even the reference line does not work.&lt;/P&gt;&lt;P&gt;Thank you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/blush.png" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 12:32:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Animated-dimension-set-analysis/m-p/549802#M554252</guid>
      <dc:creator />
      <dc:date>2013-09-23T12:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Animated dimension &amp; set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Animated-dimension-set-analysis/m-p/549803#M554253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems that animated dimensions are stronger than Set Analysis.&lt;/P&gt;&lt;P&gt;Thank you. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/blush.png" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 12:35:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Animated-dimension-set-analysis/m-p/549803#M554253</guid>
      <dc:creator />
      <dc:date>2013-09-23T12:35:05Z</dc:date>
    </item>
  </channel>
</rss>

