<?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: Dynamic Set Modifier - Expression assistance needed please in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-Set-Modifier-Expression-assistance-needed-please/m-p/703460#M672819</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response Gabriela. I still couldn't get this to work so I just decided to create a "flag" in the script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Sep 2014 21:02:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-15T21:02:39Z</dc:date>
    <item>
      <title>Dynamic Set Modifier - Expression assistance needed please</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Set-Modifier-Expression-assistance-needed-please/m-p/703458#M672817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm still trying to understand the QlikView syntax, so this may seem simple to most. I need for the below expression to &lt;SPAN style="color: #3366ff;"&gt;&lt;STRONG&gt;COUNT&lt;/STRONG&gt;&lt;/SPAN&gt; the &lt;STRONG style="color: #ff6600;"&gt;D&lt;/STRONG&gt;&lt;SPAN style="color: #ff6600;"&gt;&lt;STRONG&gt;efect ID&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #3366ff;"&gt;&lt;STRONG&gt;WHEN&lt;/STRONG&gt;&lt;/SPAN&gt; the &lt;SPAN style="color: #3366ff;"&gt;&lt;STRONG&gt;MONTH&lt;/STRONG&gt;&lt;/SPAN&gt; of the &lt;SPAN style="color: #ff6600;"&gt;&lt;STRONG&gt;Detected On Date&lt;/STRONG&gt;&lt;/SPAN&gt; is &lt;SPAN style="color: #3366ff;"&gt;&lt;STRONG&gt;&amp;lt;=&lt;/STRONG&gt;&lt;/SPAN&gt; the &lt;SPAN style="color: #ff6600;"&gt;&lt;STRONG&gt;Month&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #999999;"&gt;+3&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;. This expression is written within a chart. What I have written below should help you understand what I'm trying to achieve, but what is written below does not work. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Any help is appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Num(Month(RC_Detected_On_Date))&amp;lt;=(Num(RC_Month)+3)&amp;gt;} RC_Defect_ID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 16:07:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Set-Modifier-Expression-assistance-needed-please/m-p/703458#M672817</guid>
      <dc:creator />
      <dc:date>2014-09-03T16:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Set Modifier - Expression assistance needed please</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Set-Modifier-Expression-assistance-needed-please/m-p/703459#M672818</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;First you need to create a new field for the month of '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;RC_Detected_On_Date&lt;/SPAN&gt;', you have to do this on the script, example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;RC_Detected_On_Date&lt;/SPAN&gt;) as Detected_On_Month&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;from ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you have the new field, you can use set analysis, so your expression would be something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Count({&amp;lt;Detected_On_Month={"&amp;lt;=$(=max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;RC_Month&lt;/SPAN&gt;))"}&amp;gt;} RC_Defect_ID)&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Hope this helps&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 17:28:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Set-Modifier-Expression-assistance-needed-please/m-p/703459#M672818</guid>
      <dc:creator>gmoraleswit</dc:creator>
      <dc:date>2014-09-03T17:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Set Modifier - Expression assistance needed please</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Set-Modifier-Expression-assistance-needed-please/m-p/703460#M672819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response Gabriela. I still couldn't get this to work so I just decided to create a "flag" in the script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 21:02:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Set-Modifier-Expression-assistance-needed-please/m-p/703460#M672819</guid>
      <dc:creator />
      <dc:date>2014-09-15T21:02:39Z</dc:date>
    </item>
  </channel>
</rss>

