<?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: set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/977200#M962297</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks &lt;A _jive_internal="true" data-avatarid="11134" data-externalid="" data-online="false" data-presence="null" data-userid="204044" data-username="MiguelBraga" href="https://community.qlik.com/people/MiguelBraga" style="font-weight: bold; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #8b8b8b; background-color: #f2f2f2;"&gt;Braga Miguel&lt;/A&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 17 Oct 2015 04:36:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-10-17T04:36:41Z</dc:date>
    <item>
      <title>set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/977198#M962295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Hello Everyone&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;My instruction work correctly for each row but when you select some values in chart, it doesn't calculate correct avrage.&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;if(IsNull(RecieveMonth) ,Avg('42280'- SendMonth ), Avg(RecieveMonth-SendMonth))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: small; font-family: arial, sans-serif; color: #545454;"&gt;i would much &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: small; font-family: arial, sans-serif; color: #6a6a6a;"&gt;appreciate if any body&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: small; font-family: arial, sans-serif; color: #545454;"&gt; here could &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-weight: bold; font-style: inherit; font-size: small; font-family: arial, sans-serif; color: #6a6a6a;"&gt;helpme&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 11:25:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/977198#M962295</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-14T11:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/977199#M962296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to convert 42280 to month like this month('42280') and transform your function to this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(IsNull(RecieveMonth) ,Avg(&lt;SPAN style="font-size: 13.3333px;"&gt;month(&lt;/SPAN&gt;'42280')- SendMonth ), Avg(RecieveMonth-SendMonth))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 15:18:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/977199#M962296</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2015-10-14T15:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/977200#M962297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks &lt;A _jive_internal="true" data-avatarid="11134" data-externalid="" data-online="false" data-presence="null" data-userid="204044" data-username="MiguelBraga" href="https://community.qlik.com/people/MiguelBraga" style="font-weight: bold; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #8b8b8b; background-color: #f2f2f2;"&gt;Braga Miguel&lt;/A&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Oct 2015 04:36:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/977200#M962297</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-17T04:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/977201#M962298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If my answer was the right one, please, mark it as the correct &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 08:22:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/977201#M962298</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2015-10-19T08:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/977202#M962299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oh dear yes you right but my "Sendmonth" is not a date format it's number like &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;42280 so in this case it doesn't need to convert &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 08:36:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/977202#M962299</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-19T08:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/977203#M962300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you upload the .qvw file sample plz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 08:44:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/977203#M962300</guid>
      <dc:creator>ahmar811</dc:creator>
      <dc:date>2015-10-19T08:44:59Z</dc:date>
    </item>
  </channel>
</rss>

