<?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 year in avg( statement Help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-year-in-avg-statement-Help/m-p/1013338#M343697</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can try explaning it, but I feel that there are better resources out there. Check this link out: &lt;A href="https://community.qlik.com/qlik-blogpost/3444"&gt;The Magic of Dollar Expansions&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Feb 2016 10:58:30 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-02-01T10:58:30Z</dc:date>
    <item>
      <title>Select year in avg( statement Help</title>
      <link>https://community.qlik.com/t5/QlikView/Select-year-in-avg-statement-Help/m-p/1013333#M343692</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;I wonder if somebody can help me with this avg statment. I want to chose only DoneYear 2014 - 2016. But This dose not work. I Think its some misplaced brackets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;avg&lt;/SPAN&gt;({$&amp;lt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DaysFromToDate&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;lt;=$(=&lt;SPAN style="color: #800000;"&gt;vMax&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DaysFromToDate&lt;/SPAN&gt;)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DaysFromToDate&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but When I try to put in YEAR it fails&amp;nbsp; badly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;avg&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DoneYear&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'2013','2014','2015','2016'}&amp;gt;}{$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DaysFromToDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;lt;=$(=vMax&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DaysFromToDate&lt;/SPAN&gt;)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DaysFromToDate&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 13:17:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-year-in-avg-statement-Help/m-p/1013333#M343692</guid>
      <dc:creator />
      <dc:date>2016-01-29T13:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Select year in avg( statement Help</title>
      <link>https://community.qlik.com/t5/QlikView/Select-year-in-avg-statement-Help/m-p/1013334#M343693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Try this may be:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt; color: #575757;"&gt;&lt;STRONG&gt;=Avg({&amp;lt;DoneYear={'2013','2014','2015','2016'}, DaysFromToDate={"&amp;lt;=$(=vMax&lt;SPAN style="font-style: inherit;"&gt;DaysFromToDate&lt;/SPAN&gt;)"}&amp;gt;}&lt;SPAN style="font-style: inherit;"&gt;DaysFromToDate&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 17:07:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-year-in-avg-statement-Help/m-p/1013334#M343693</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-29T17:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Select year in avg( statement Help</title>
      <link>https://community.qlik.com/t5/QlikView/Select-year-in-avg-statement-Help/m-p/1013335#M343694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No nothing sorry the chart is empty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 07:20:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-year-in-avg-statement-Help/m-p/1013335#M343694</guid>
      <dc:creator />
      <dc:date>2016-02-01T07:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Select year in avg( statement Help</title>
      <link>https://community.qlik.com/t5/QlikView/Select-year-in-avg-statement-Help/m-p/1013336#M343695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks my bad your code worked like a charm.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 07:23:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-year-in-avg-statement-Help/m-p/1013336#M343695</guid>
      <dc:creator />
      <dc:date>2016-02-01T07:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Select year in avg( statement Help</title>
      <link>https://community.qlik.com/t5/QlikView/Select-year-in-avg-statement-Help/m-p/1013337#M343696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help, can you describe what the function of the dollar sign Is in the expression I tried the help section in Qlik but cant understand it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&lt;STRONG&gt;=Avg({&amp;lt;DoneYear={'2013','2014','2015','2016'}, DaysFromToDate={"&amp;lt;=$(=vMax&lt;SPAN style="font-style: inherit;"&gt;DaysFromToDate&lt;/SPAN&gt;)"}&amp;gt;}&lt;SPAN style="font-style: inherit;"&gt;DaysFromToDate&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #575757; font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 10:48:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-year-in-avg-statement-Help/m-p/1013337#M343696</guid>
      <dc:creator />
      <dc:date>2016-02-01T10:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: Select year in avg( statement Help</title>
      <link>https://community.qlik.com/t5/QlikView/Select-year-in-avg-statement-Help/m-p/1013338#M343697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can try explaning it, but I feel that there are better resources out there. Check this link out: &lt;A href="https://community.qlik.com/qlik-blogpost/3444"&gt;The Magic of Dollar Expansions&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 10:58:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-year-in-avg-statement-Help/m-p/1013338#M343697</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-01T10:58:30Z</dc:date>
    </item>
  </channel>
</rss>

