<?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 Modifier Question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Modifier-Question/m-p/1118529#M891774</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;try this !! But I doubt on the&lt;STRONG&gt; Date formats&lt;/STRONG&gt; .........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;=num&lt;/SPAN&gt;&lt;SPAN style="font-size: 19.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;sum({&amp;lt;[Production Area]={“Upstream”},&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #7030a0; background: white;"&gt; [Date Document Final approved] ={“&amp;gt;=$(=Monthstart(now())&amp;lt;=$(=MonthEnd(now())&lt;/SPAN&gt;”&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;&amp;gt;}RFT&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;)&amp;nbsp; &lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.0pt; font-family: 'Helvetica','sans-serif'; color: #c55a11; background: white;"&gt;/&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;{&amp;lt;[Production Area]={“Upstream”},&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #7030a0; background: white;"&gt; [Date Document Final approved] ={“&amp;gt;=$(=Monthstart(now())&amp;lt;=$(=MonthEnd(now())&lt;/SPAN&gt;”}&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;&amp;gt;}RFT&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt; ,’#.##%&lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;’&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Aug 2016 14:59:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-08-16T14:59:14Z</dc:date>
    <item>
      <title>Set Modifier Question</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Modifier-Question/m-p/1118528#M891773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My current expression for a Gauge Chart is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num(sum({&amp;lt;[Production Area]={'Upstream'}&amp;gt;}RFT)/Count({&amp;lt;[Production Area]={'Upstream'}&amp;gt;}RFT),'#.##%')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to also filter to the current month, but keep getting errors&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want it to end up something like this&lt;/P&gt;&lt;P&gt;=num(sum({&amp;lt;[Production Area]={'Upstream'}, [Date Document Final approved] &amp;gt;= MonthStart(now()),&lt;SPAN style="font-size: 13.3333px;"&gt; [Date Document Final approved] &amp;lt;= MonthEnd(now())&lt;/SPAN&gt;&amp;gt;}RFT)/Count({&amp;lt;[Production Area]={'Upstream'}, &lt;SPAN style="font-size: 13.3333px;"&gt;[Date Document Final approved] &amp;gt;= MonthStart(now()),&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; [Date Document Final approved] &amp;lt;= MonthEnd(now())&lt;/SPAN&gt;&amp;gt;}RFT),'#.##%')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand the statements need wrapping up with {} but cant get it to work, I will keep trying, but could do with some pointers or help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone please help me out.&lt;/P&gt;&lt;P&gt;Much appreciated.&lt;/P&gt;&lt;P&gt;Spikenaylor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Modifier-Question/m-p/1118528#M891773</guid>
      <dc:creator>spikenaylor1</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set Modifier Question</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Modifier-Question/m-p/1118529#M891774</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;try this !! But I doubt on the&lt;STRONG&gt; Date formats&lt;/STRONG&gt; .........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;=num&lt;/SPAN&gt;&lt;SPAN style="font-size: 19.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;sum({&amp;lt;[Production Area]={“Upstream”},&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #7030a0; background: white;"&gt; [Date Document Final approved] ={“&amp;gt;=$(=Monthstart(now())&amp;lt;=$(=MonthEnd(now())&lt;/SPAN&gt;”&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;&amp;gt;}RFT&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;)&amp;nbsp; &lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.0pt; font-family: 'Helvetica','sans-serif'; color: #c55a11; background: white;"&gt;/&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;{&amp;lt;[Production Area]={“Upstream”},&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #7030a0; background: white;"&gt; [Date Document Final approved] ={“&amp;gt;=$(=Monthstart(now())&amp;lt;=$(=MonthEnd(now())&lt;/SPAN&gt;”}&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;&amp;gt;}RFT&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt; ,’#.##%&lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;’&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 14:59:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Modifier-Question/m-p/1118529#M891774</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-16T14:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Set Modifier Question</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Modifier-Question/m-p/1118530#M891775</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;Try&amp;nbsp; it.&lt;/P&gt;&lt;P&gt;=num(sum({&amp;lt;[Production Area]={'Upstream'},[Date Document Final approved] ={ "&amp;gt;=MonthStart(=now())&amp;lt;= MonthEnd(=now())"&amp;gt;}RFT)&lt;/P&gt;&lt;P&gt;&amp;nbsp; /Count({&amp;lt;[Production Area]={'Upstream'}, [Date Document Final approved] ={ "&amp;gt;=MonthStart(=now())&amp;lt;=MonthEnd(=now())"&amp;gt;}&amp;gt;}RFT),'#.##%')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 15:00:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Modifier-Question/m-p/1118530#M891775</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-16T15:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Set Modifier Question</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Modifier-Question/m-p/1118531#M891776</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;Try this as well ...with date formats &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;=num&lt;/SPAN&gt;&lt;SPAN style="font-size: 19.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;sum({&amp;lt;[Production Area]={“Upstream”},&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #7030a0; background: white;"&gt; [Date Document Final approved] ={“&amp;gt;=$(=Date(Monthstart(now()),’MM/DD/YYYY’)&amp;lt;=$(=Date(MonthEnd(now())&lt;/SPAN&gt;,’MM/DD/YYYY’)”&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;&amp;gt;}RFT&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;)&amp;nbsp; &lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.0pt; font-family: 'Helvetica','sans-serif'; color: #c55a11; background: white;"&gt;/&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;{&amp;lt;[Production Area]={“Upstream”},&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #7030a0; background: white;"&gt; [Date Document Final approved] ={“&amp;gt;=$(=Date(Monthstart(now()),’MM/DD/YYYY’)&amp;lt;=$(=Date(MonthEnd(now())&lt;/SPAN&gt;,’MM/DD/YYYY’)”}&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;&amp;gt;}RFT&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt; ,’#.##%&lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;’&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;) &lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 15:03:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Modifier-Question/m-p/1118531#M891776</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-16T15:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Set Modifier Question</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Modifier-Question/m-p/1118532#M891777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;=num(sum({&amp;lt;[Production Area]={'Upstream'}, [Date Document Final approved] = { "&amp;gt;= $(= Date(MonthStart(now()), 'MM/DD/YYYY')) &amp;lt;= $(= Date(MonthEnd(now()), 'MM/DD/YYYY')) "} &amp;gt;}RFT)&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Count({&amp;lt;[Production Area]={'Upstream'}, [Date Document Final approved] = { "&amp;gt;= $(= Date(MonthStart(now()), 'MM/DD/YYYY')) &amp;lt;= $(= Date(MonthEnd(now()), 'MM/DD/YYYY')) "}&amp;gt;}RFT),'#.##%')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 15:19:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Modifier-Question/m-p/1118532#M891777</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2016-08-16T15:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Set Modifier Question</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Modifier-Question/m-p/1118533#M891778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks for the help but the formulas are counting all the data not filtering down to the current month.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I have broken it down into two text boxes to see the formula results.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;both give results for all data within Upstream.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;=Count({&amp;lt;[Production Area]={'Upstream'}, [Date Document Final approved] = { "&amp;gt;= $(= Date(MonthStart(now()), 'MM/DD/YYYY')) &amp;lt;= $(= Date(MonthEnd(now()), 'MM/DD/YYYY')) "}&amp;gt;}RFT)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;produces a count of 338 which is the total count for all the data within Upstream.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;on the source data I filter down to the current month and my result should be 5&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;the formulas date filtering doesn't seem to be working for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2016 06:10:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Modifier-Question/m-p/1118533#M891778</guid>
      <dc:creator>spikenaylor1</dc:creator>
      <dc:date>2016-08-17T06:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Set Modifier Question</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Modifier-Question/m-p/1118534#M891782</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;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif; color: #3d3d3d; background: white;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 13pt; font-family: Helvetica, sans-serif; color: #3d3d3d; background: white;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif; color: #3d3d3d; background: white;"&gt;{&amp;lt;[Production Area]={“Upstream”},&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif; color: #7030a0; background: white;"&gt; [Date Document Final approved] ={“&amp;gt;=$(=Date(Monthstart(now()),’MM/DD/YYYY’)&amp;lt;=$(=Date(MonthEnd(now())&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;,’MM/DD/YYYY’)”}&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif; color: #3d3d3d; background: white;"&gt;&amp;gt;}RFT&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Helvetica, sans-serif; color: #3d3d3d; background: white;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif; color: #3d3d3d; background: white;"&gt;,’#.##%&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: Helvetica, sans-serif; color: #3d3d3d; background: white;"&gt;’&lt;/SPAN&gt;&lt;SPAN style="font-size: 16pt; font-family: Helvetica, sans-serif; color: #3d3d3d; background: white;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Here the filter only applies to the field&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp; &lt;SPAN style="font-size: 14pt;"&gt;:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3366ff; font-size: 14pt; font-family: Helvetica, sans-serif;"&gt;[Date Document Final approved] and &lt;SPAN style="color: #0000ff; font-size: 13.3333330154419px; font-family: Helvetica, sans-serif;"&gt;[Production Area]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Not on other fields ,.....&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;How do you &lt;STRONG&gt;select this Month (Is this Another field) ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;on the source data I filter down to the current month and my result should be 5&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;the formulas date filtering doesn't seem to be working for me.&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2016 08:37:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Modifier-Question/m-p/1118534#M891782</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-17T08:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Set Modifier Question</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Modifier-Question/m-p/1118535#M891785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was referring to checking the source data within the database to confirm results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the formula returns the number 343 which is the count of all records for all dates[Date Document Final Approved] in Upstream [Production Area].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it should be returning the number 5 which is the count of all records for the dates [Date Document Final Approved] that are &amp;gt;= MonthStart(Now()) and &amp;lt;=&amp;nbsp; MonthEnd(Now()) in Upstream&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the formula seems to be filtering for the [Production Area] but not for the [Date Document Final Approved]&lt;/P&gt;&lt;P&gt;Sorry for any confusion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2016 12:57:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Modifier-Question/m-p/1118535#M891785</guid>
      <dc:creator>spikenaylor1</dc:creator>
      <dc:date>2016-08-17T12:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Set Modifier Question</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Modifier-Question/m-p/1118536#M891786</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;So far i know the above expression will give only for the &lt;STRONG&gt;month AUGUST&amp;nbsp; and&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Production Area] ='upstream'&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #3d3d3d; font-size: 13.3332996368408px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=&lt;SPAN style="color: #3366ff;"&gt;AGGR&lt;/SPAN&gt;(Count({&amp;lt;[Production Area]={'Upstream'}, [Date Document Final approved] = { "&amp;gt;= $(= Date(MonthStart(now()), 'MM/DD/YYYY')) &amp;lt;= $(= Date(MonthEnd(now()), 'MM/DD/YYYY')) "}&amp;gt;}RFT),&lt;STRONG style=": ; color: #3d3d3d; font-size: 13.3332996368408px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="color: #0000ff;"&gt;[Production Area]&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Or you have to mention the other fields for Ignoring them .........&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG style=": ; color: #3d3d3d; font-size: 13.3332996368408px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=&lt;SPAN style="color: #3366ff;"&gt;AGGR&lt;/SPAN&gt;(Count({&amp;lt;[Production Area]={'Upstream'}, [Date Document Final approved] = { "&amp;gt;= $(= Date(MonthStart(now()), 'MM/DD/YYYY')) &amp;lt;= $(= Date(MonthEnd(now()), 'MM/DD/YYYY')) ",&lt;SPAN style="color: #ff6600;"&gt;X=,Y=,Z=&lt;/SPAN&gt;}&amp;gt;}RFT),&lt;STRONG style=": ; color: #3d3d3d; font-size: 13.3332996368408px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="color: #0000ff;"&gt;[Production Area]&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG style=": ; color: #3d3d3d; font-size: 13.3332996368408px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG style=": ; color: #3d3d3d; font-size: 13.3332996368408px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG style=": ; color: #3d3d3d; font-size: 13.3332996368408px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG style=": ; color: #3d3d3d; font-size: 13.3332996368408px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG style=": ; color: #3d3d3d; font-size: 13.3332996368408px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG style=": ; color: #3d3d3d; font-size: 13.3332996368408px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2016 15:33:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Modifier-Question/m-p/1118536#M891786</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-17T15:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Set Modifier Question</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Modifier-Question/m-p/1118537#M891787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Yes I agree&lt;/P&gt;&lt;P class=""&gt;The formula should show results for within the current month of August and within upstream but it shows the result for all records within upstream ignoring the month filtering&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;Could it be something about the [date document final approved] format&lt;/P&gt;&lt;P class=""&gt;Does that field need to be formatted correctly in the load script&lt;/P&gt;&lt;P class=""&gt;Currently it shows in a table as did/mm/yyyy 00:00:00&lt;/P&gt;&lt;P class=""&gt;I have tried changing it in the load using date function to show in a table as did/mm/yyy&lt;/P&gt;&lt;P class=""&gt;But the formula still ignores the month filter&lt;/P&gt;&lt;P class=""&gt;Regards&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2016 17:10:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Modifier-Question/m-p/1118537#M891787</guid>
      <dc:creator>spikenaylor1</dc:creator>
      <dc:date>2016-08-17T17:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Set Modifier Question</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Modifier-Question/m-p/1118538#M891788</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;we will give another try.....&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 10.0pt; font-family: 'Helvetica',sans-serif;"&gt;=&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3332996368408px; font-family: inherit; color: #3366ff;"&gt;Count(&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="apple-converted-space"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="color: red; font-size: 15.0pt; font-family: 'Helvetica',sans-serif;"&gt;$&lt;/STRONG&gt;&lt;SPAN class="apple-converted-space"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;{&amp;lt;[Production Area]={'Upstream'}, [Date Document Final approved] = { "&amp;gt;= $(= Date(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: red;"&gt;MIn&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;([Date Document Final approved]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: red;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;'MM/DD/YYYY')) &amp;lt;= $(= Date(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: red;"&gt;Max&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;([Date Document Final approved]), 'MM/DD/YYYY')) "}&amp;gt;}RFT)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3332996368408px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3332996368408px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3332996368408px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3332996368408px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 07:21:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Modifier-Question/m-p/1118538#M891788</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-18T07:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Set Modifier Question</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Modifier-Question/m-p/1118539#M891789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope, that just throws up an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried another route I found on the internet just to try and prove concept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my load script I have&lt;/P&gt;&lt;P&gt;set vCurrentMonthStart = Date(MonthStart(now()));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in a textbox with this formula&lt;/P&gt;&lt;P&gt;=$(vCurrentMonthStart)&lt;/P&gt;&lt;P&gt;01/08/2016 is shown - this is the monthstart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in another text box, i have the following formula&lt;/P&gt;&lt;P&gt;=Count({&amp;lt; [Date Document Final approved] = {"$(=vCurrentMonthStart)"}&amp;gt;}RFT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The resulting value is a count of all records in the database, in this case 1100 when it should be 5, it still does not only count records from 01/08/2016&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the [Date Document Final approved] field when shown in a table object is listed in the following format&lt;/P&gt;&lt;P&gt;dd/mm/yyyy hh:mm:ss&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried using a &lt;/P&gt;&lt;P&gt;Date([Date Document Final Approved]) as DateDocumentFinalApproved;&lt;/P&gt;&lt;P&gt;in the load script and this shows in a format of&lt;/P&gt;&lt;P&gt;dd/mm/yyyy in the same table object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried both ways but still cannot get the set modifier expression to only count records from a certain date.&lt;/P&gt;&lt;P&gt;if necessary I can post an example record set if that can be any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thanks for all your ongoing help and advice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 10:09:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Modifier-Question/m-p/1118539#M891789</guid>
      <dc:creator>spikenaylor1</dc:creator>
      <dc:date>2016-08-18T10:09:54Z</dc:date>
    </item>
  </channel>
</rss>

