<?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 Problem with set Analysis. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-set-Analysis/m-p/290828#M107978</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-align: left;"&gt;My Expression :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;=Avg({&amp;lt;flag={'OriginScore'},KPI=,Month={"&amp;lt;=6"}&amp;gt;}Score)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;It work fine &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;however i want to replace number 6 with only(Month)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;=Avg({&amp;lt;flag={'OriginScore'},KPI=,Month={"&amp;lt;=only(Month)"}&amp;gt;}Score)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;it fail to produce the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;did anyone can help ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jul 2011 02:24:29 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-07-20T02:24:29Z</dc:date>
    <item>
      <title>Problem with set Analysis.</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-set-Analysis/m-p/290828#M107978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-align: left;"&gt;My Expression :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;=Avg({&amp;lt;flag={'OriginScore'},KPI=,Month={"&amp;lt;=6"}&amp;gt;}Score)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;It work fine &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;however i want to replace number 6 with only(Month)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;=Avg({&amp;lt;flag={'OriginScore'},KPI=,Month={"&amp;lt;=only(Month)"}&amp;gt;}Score)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;it fail to produce the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;did anyone can help ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 02:24:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-set-Analysis/m-p/290828#M107978</guid>
      <dc:creator />
      <dc:date>2011-07-20T02:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with set Analysis.</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-set-Analysis/m-p/290829#M107979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to use Dollar-Sign Expansion for the Expression to be evaluated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;=Avg({&amp;lt;flag={'OriginScore'},KPI=,Month={"&amp;lt;=$(=only(Month))"}&amp;gt;}Score)&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 02:28:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-set-Analysis/m-p/290829#M107979</guid>
      <dc:creator>mike_garcia</dc:creator>
      <dc:date>2011-07-20T02:28:18Z</dc:date>
    </item>
    <item>
      <title>Problem with set Analysis.</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-set-Analysis/m-p/290830#M107980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i tried but it not working .It seem that i can't use expression inside " "&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 03:32:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-set-Analysis/m-p/290830#M107980</guid>
      <dc:creator />
      <dc:date>2011-07-20T03:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with set Analysis.</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-set-Analysis/m-p/290831#M107981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In order to use the Only() function you must have only one possible (or selected) value in the Month field. If you have more than one selected value, you need to discriminate among them, by using the Max function, for instance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming the Field Month has numeric values, or values that have a numeric representation, you can try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;&lt;CODE class="jive-code"&gt;=Avg({&amp;lt;flag={'OriginScore'},KPI=,Month={"&amp;lt;=$(=Max(Month))"}&amp;gt;}Score)&lt;/CODE&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 04:09:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-set-Analysis/m-p/290831#M107981</guid>
      <dc:creator>mike_garcia</dc:creator>
      <dc:date>2011-07-20T04:09:20Z</dc:date>
    </item>
  </channel>
</rss>

