<?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 Refering to a field , and manipulating that field in set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Refering-to-a-field-and-manipulating-that-field-in-set-analysis/m-p/179144#M46098</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First, thanks for the response.&lt;/P&gt;&lt;P&gt;However It seems that you only refer to one time field (DateDMY) in your expression.&lt;/P&gt;&lt;P&gt;I actually want to evaluate where DateDMY &amp;gt;= Date2DMY-3 months. So I have two separate date fields in total in the expression. Hopefully this makes sense&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Mar 2010 18:56:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-03-12T18:56:35Z</dc:date>
    <item>
      <title>Refering to a field , and manipulating that field in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Refering-to-a-field-and-manipulating-that-field-in-set-analysis/m-p/179141#M46095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have two time fields, and want to use set analysis to set time1 &amp;gt;= (time2 minus 3 months). Is this possible? I have attempted this and have not had any luck. My attempt is below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({$&amp;lt;Time1={"=Time1&amp;gt;=AddMonths(Time2,-3)"}&amp;gt;} Distinct OrderID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Mar 2010 17:18:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Refering-to-a-field-and-manipulating-that-field-in-set-analysis/m-p/179141#M46095</guid>
      <dc:creator />
      <dc:date>2010-03-12T17:18:25Z</dc:date>
    </item>
    <item>
      <title>Refering to a field , and manipulating that field in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Refering-to-a-field-and-manipulating-that-field-in-set-analysis/m-p/179142#M46096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;=count({&amp;lt;Time1&amp;gt;=$(=AddMonths(...))&amp;gt;} distinct OrderID)&lt;/P&gt;&lt;P&gt;The trick is, to embrace the expression in $(). This makes QV to evaluate the expression.&lt;/P&gt;&lt;P&gt;hth,&lt;BR /&gt;Thilo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Mar 2010 17:59:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Refering-to-a-field-and-manipulating-that-field-in-set-analysis/m-p/179142#M46096</guid>
      <dc:creator />
      <dc:date>2010-03-12T17:59:19Z</dc:date>
    </item>
    <item>
      <title>Refering to a field , and manipulating that field in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Refering-to-a-field-and-manipulating-that-field-in-set-analysis/m-p/179143#M46097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry ... too quick reply ... I checked my own code now ... I use it like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM( {&amp;lt;DateDMY={'&amp;gt;=$(=AddMonths(monthstart(max(DateDMY)),PeriodMonths)) &amp;lt;=$(=monthend(max(DateDMY)))'} &amp;gt;} Value)&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Mar 2010 18:01:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Refering-to-a-field-and-manipulating-that-field-in-set-analysis/m-p/179143#M46097</guid>
      <dc:creator />
      <dc:date>2010-03-12T18:01:43Z</dc:date>
    </item>
    <item>
      <title>Refering to a field , and manipulating that field in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Refering-to-a-field-and-manipulating-that-field-in-set-analysis/m-p/179144#M46098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First, thanks for the response.&lt;/P&gt;&lt;P&gt;However It seems that you only refer to one time field (DateDMY) in your expression.&lt;/P&gt;&lt;P&gt;I actually want to evaluate where DateDMY &amp;gt;= Date2DMY-3 months. So I have two separate date fields in total in the expression. Hopefully this makes sense&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Mar 2010 18:56:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Refering-to-a-field-and-manipulating-that-field-in-set-analysis/m-p/179144#M46098</guid>
      <dc:creator />
      <dc:date>2010-03-12T18:56:35Z</dc:date>
    </item>
  </channel>
</rss>

