<?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: filtered field not works in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/filtered-field-not-works/m-p/1286477#M865444</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MOVFEC is a int. Date(MOVFEC) return correct date.&lt;/P&gt;&lt;P&gt;I will try with your suggestions and i will update status.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Dec 2016 11:47:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-12-20T11:47:18Z</dc:date>
    <item>
      <title>filtered field not works</title>
      <link>https://community.qlik.com/t5/QlikView/filtered-field-not-works/m-p/1286472#M865439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my first post, and really I searched a lot before asking this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two pivot table charts with same columns.&lt;/P&gt;&lt;P&gt;The first table use the actual selection.&lt;/P&gt;&lt;P&gt;The second table is my problem: I need the data of old year( as 'retail week'). For example, today is 19.December.2016 , I don't need 19.December.2015, I need 21.December.2015 .&lt;/P&gt;&lt;P&gt;For this, I use date-364. In text object it works, but in the chart it doesnt work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My expression is &lt;/P&gt;&lt;P&gt;count(distinct MOVNUM &amp;amp; EMPRESA) &lt;/P&gt;&lt;P&gt;My possible fields for dates are:&lt;/P&gt;&lt;P&gt;- movfec: date of row, this is the real date.&lt;/P&gt;&lt;P&gt;- diaYearAnterior: of&amp;nbsp; date type -number format. movfec-364&lt;/P&gt;&lt;P&gt;- Año = year(movfec)&lt;/P&gt;&lt;P&gt;- Mes = month(movfec)&lt;/P&gt;&lt;P&gt;- Dia = day(movfec)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with variables, but not works. My chart is 0 rows.&lt;/P&gt;&lt;P&gt;I tried with expressions, but not works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some examples i used:&lt;/P&gt;&lt;P&gt;count({&amp;lt;MOVFEC={$(=diaYearAnterior}&amp;gt;}distinct MOVNUM &amp;amp; EMPRESA)&lt;/P&gt;&lt;P&gt;count({&amp;lt;MOVFEC=$(MakeDate(Año,Mes,Dia)-364)&amp;gt;}distinct MOVNUM &amp;amp; EMPRESA)&lt;/P&gt;&lt;P&gt;count({&amp;lt;MOVFEC={$(vYearMinus1)}&amp;gt;} distinct MOVNUM &amp;amp; EMPRESA)&amp;nbsp;&amp;nbsp; &amp;lt;--- variable with =MOVFEC-364&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have a formal study of Qlik, please guide me.&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/filtered-field-not-works/m-p/1286472#M865439</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: filtered field not works</title>
      <link>https://community.qlik.com/t5/QlikView/filtered-field-not-works/m-p/1286473#M865440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look here for &lt;A href="https://community.qlik.com/qlik-blogpost/4394"&gt;Dates in Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 19:32:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filtered-field-not-works/m-p/1286473#M865440</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-19T19:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: filtered field not works</title>
      <link>https://community.qlik.com/t5/QlikView/filtered-field-not-works/m-p/1286474#M865441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;you cannot search for 42005 when you want Jan 1st 2015, even though this is the value of the date.&lt;STRONG&gt;​&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;ok. I changed my variable for&lt;/P&gt;&lt;P&gt;=Date(MOVFEC-364)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but not works.&lt;/P&gt;&lt;P&gt;In the blog, we have uses to Addmonths for work with dates. Well, I need for days and AddDays() doesnt exists.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 20:09:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filtered-field-not-works/m-p/1286474#M865441</guid>
      <dc:creator />
      <dc:date>2016-12-19T20:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: filtered field not works</title>
      <link>https://community.qlik.com/t5/QlikView/filtered-field-not-works/m-p/1286475#M865442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;what date format is MOVFEC? dd/mm/yyyy ?? you need to give the same format in your set expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;count({&amp;lt;MOVFEC={'$(=DATE(vYearMinus1,'DD/MM/YYYY'))'}&amp;gt;} distinct MOVNUM &amp;amp; EMPRESA) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 21:53:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filtered-field-not-works/m-p/1286475#M865442</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-12-19T21:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: filtered field not works</title>
      <link>https://community.qlik.com/t5/QlikView/filtered-field-not-works/m-p/1286476#M865443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be the date formats are different as well.... &lt;A href="https://community.qlik.com/people/vinieme12"&gt;vinieme12&lt;/A&gt;‌ mentioned the use of date format, I would suggest to check in a text box object if Date() alone gives the same format as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MOVFEC&lt;/SPAN&gt; or not. If doesn't, then use the second parameter of the date format to provide it with the proper format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;=Date(MOVFEC-364, 'DD/MM/YYYY')&lt;/STRONG&gt; or &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;=Date(MOVFEC-364, 'MM/DD/YYYY)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2016 02:49:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filtered-field-not-works/m-p/1286476#M865443</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-20T02:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: filtered field not works</title>
      <link>https://community.qlik.com/t5/QlikView/filtered-field-not-works/m-p/1286477#M865444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MOVFEC is a int. Date(MOVFEC) return correct date.&lt;/P&gt;&lt;P&gt;I will try with your suggestions and i will update status.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2016 11:47:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filtered-field-not-works/m-p/1286477#M865444</guid>
      <dc:creator />
      <dc:date>2016-12-20T11:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: filtered field not works</title>
      <link>https://community.qlik.com/t5/QlikView/filtered-field-not-works/m-p/1286478#M865445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Variable Definition&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; text-decoration: underline;"&gt;diaYearAnterior&lt;/SPAN&gt;:&amp;nbsp; Interval(Max(TOTAL &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MOVFEC) - 364,'d')&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Expression &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=count({&amp;lt;MOVFEC={$(=diaYearAnterior&lt;STRONG style="font-size: 14pt;"&gt;)&lt;/STRONG&gt;}&amp;gt;}distinct MOVNUM &amp;amp; EMPRESA)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 09:34:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filtered-field-not-works/m-p/1286478#M865445</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-12-21T09:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: filtered field not works</title>
      <link>https://community.qlik.com/t5/QlikView/filtered-field-not-works/m-p/1286479#M865446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/216189"&gt;vinieme12&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you're a little confuse: diaYearAnterior is a load field from database. this has my search date.&lt;/P&gt;&lt;P&gt;(diaYearAnterior&amp;nbsp; MOVFEC-364 in load item)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vYearMinus1 is the variable.&lt;/P&gt;&lt;P&gt;well, I tried vYearMinus1 &lt;/P&gt;&lt;P&gt;=Interval(Max(TOTAL MOVFEC) - 364,'d')&lt;/P&gt;&lt;P&gt;with expression&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=count({&amp;lt;MOVFEC={$(=diaYearAnterior&lt;STRONG style="font-size: 14pt;"&gt;)&lt;/STRONG&gt;}&amp;gt;}distinct MOVNUM &amp;amp; EMPRESA)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;and not rows returned.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Well, resuming this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;IMG alt="Captura.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/147473_Captura.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Selected Date: 12-12-2016 (MOVFEC)&lt;/P&gt;&lt;P&gt;Searched Data in Pivot table Chart: 14-12-2015: still no rows.&lt;/P&gt;&lt;P&gt;Base Expression: count(distinct MOVNUM &amp;amp; EMPRESA)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 20:51:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filtered-field-not-works/m-p/1286479#M865446</guid>
      <dc:creator />
      <dc:date>2016-12-22T20:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: filtered field not works</title>
      <link>https://community.qlik.com/t5/QlikView/filtered-field-not-works/m-p/1286480#M865447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my fault.&lt;/P&gt;&lt;P&gt;I tried:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vYearMinus1 is the variable.&lt;/P&gt;&lt;P&gt; I tried vYearMinus1 &lt;/P&gt;&lt;P&gt;=Interval(Max(TOTAL MOVFEC) - 364,'d')&lt;/P&gt;&lt;P&gt;with expression&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=count({&amp;lt;MOVFEC={$(=&lt;STRONG&gt;vYearMinus1&lt;/STRONG&gt;&lt;STRONG style="font-size: 14pt;"&gt;)&lt;/STRONG&gt;}&amp;gt;}distinct MOVNUM &amp;amp; EMPRESA)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;and not rows returned.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;well, still not works.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 21:00:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filtered-field-not-works/m-p/1286480#M865447</guid>
      <dc:creator />
      <dc:date>2016-12-22T21:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: filtered field not works</title>
      <link>https://community.qlik.com/t5/QlikView/filtered-field-not-works/m-p/1286481#M865448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Update: i have the answer!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all your answers are ok.&lt;/P&gt;&lt;P&gt;My problem was I don't have MOVFEC in my filter panel. I filtered another fields, and I assume MOVFEC works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used MOVFEC in filters panel, select it and works! -.-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyway, thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 15:29:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filtered-field-not-works/m-p/1286481#M865448</guid>
      <dc:creator />
      <dc:date>2017-01-09T15:29:28Z</dc:date>
    </item>
  </channel>
</rss>

