<?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: Average charts in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Average-charts/m-p/131538#M764388</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, but show the same result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jul 2018 13:16:46 GMT</pubDate>
    <dc:creator>eva_maria</dc:creator>
    <dc:date>2018-07-27T13:16:46Z</dc:date>
    <item>
      <title>Average charts</title>
      <link>https://community.qlik.com/t5/QlikView/Average-charts/m-p/131534#M764384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial',sans-serif;"&gt;Hi!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial',sans-serif;"&gt;On my file sample, I need that making a selection in each list box, &lt;/SPAN&gt;&lt;SPAN lang="EN" style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #222222;"&gt;the chart that depends on that selection show the selected data compared with the average of the rest.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #222222;"&gt;For example, if in the list box Level1 I select 1000, chart show the level 1000 value and in another column, average sales from level 2000 to 5000.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #222222;"&gt;If in the list box Pto I select adj, chart show the adj value and in another column, average sales from the other values.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial',sans-serif;"&gt;I appreciate any help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial',sans-serif;"&gt;Regards&lt;/SPAN&gt;&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/Average-charts/m-p/131534#M764384</guid>
      <dc:creator>eva_maria</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Average charts</title>
      <link>https://community.qlik.com/t5/QlikView/Average-charts/m-p/131535#M764385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;generally speaking :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to have exclusion of a selection :&lt;/P&gt;&lt;P&gt;avg( {1&amp;lt;amount = E('Pto')&amp;nbsp;&amp;nbsp; &amp;gt;} amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E : to exclude value selected in field&lt;/P&gt;&lt;P&gt;1 : to have all values disregard the current selection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 06:52:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-charts/m-p/131535#M764385</guid>
      <dc:creator>ogautier62</dc:creator>
      <dc:date>2018-07-27T06:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Average charts</title>
      <link>https://community.qlik.com/t5/QlikView/Average-charts/m-p/131536#M764386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Olivier for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used your expresion but i must be doing something wrong because the chart shows "no data to display"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 12:30:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-charts/m-p/131536#M764386</guid>
      <dc:creator>eva_maria</dc:creator>
      <dc:date>2018-07-27T12:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Average charts</title>
      <link>https://community.qlik.com/t5/QlikView/Average-charts/m-p/131537#M764387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;excuse me,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;better I think :&lt;/P&gt;&lt;P&gt;avg( {1&amp;lt;Pto = E(Pto)&amp;nbsp;&amp;nbsp; &amp;gt;} amount)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /// without quote in E()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 12:59:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-charts/m-p/131537#M764387</guid>
      <dc:creator>ogautier62</dc:creator>
      <dc:date>2018-07-27T12:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Average charts</title>
      <link>https://community.qlik.com/t5/QlikView/Average-charts/m-p/131538#M764388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, but show the same result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 13:16:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-charts/m-p/131538#M764388</guid>
      <dc:creator>eva_maria</dc:creator>
      <dc:date>2018-07-27T13:16:46Z</dc:date>
    </item>
  </channel>
</rss>

