<?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 Articleprice changed in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Articleprice-changed/m-p/1341796#M413243</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table with Date, Article, Price regular and Price supply. (like xlsx)&lt;/P&gt;&lt;P&gt;Now I want to get only Article shown in a table, who have the same "Price supply" since more then 55 days. (like Article 1234)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get this? With Script or Expression in the table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help, I'm frustrated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Aug 2017 06:00:05 GMT</pubDate>
    <dc:creator>wunderch</dc:creator>
    <dc:date>2017-08-03T06:00:05Z</dc:date>
    <item>
      <title>Articleprice changed</title>
      <link>https://community.qlik.com/t5/QlikView/Articleprice-changed/m-p/1341796#M413243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table with Date, Article, Price regular and Price supply. (like xlsx)&lt;/P&gt;&lt;P&gt;Now I want to get only Article shown in a table, who have the same "Price supply" since more then 55 days. (like Article 1234)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get this? With Script or Expression in the table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help, I'm frustrated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2017 06:00:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Articleprice-changed/m-p/1341796#M413243</guid>
      <dc:creator>wunderch</dc:creator>
      <dc:date>2017-08-03T06:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Articleprice changed</title>
      <link>https://community.qlik.com/t5/QlikView/Articleprice-changed/m-p/1341797#M413244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christian,&lt;/P&gt;&lt;P&gt;You can try&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Only&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;Date&lt;/SPAN&gt;={'&amp;gt;=$(=Date(Today()-55))'}&amp;gt;} &lt;SPAN style="color: #800000;"&gt;[Price supply]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/172328_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Antonio&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2017 06:34:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Articleprice-changed/m-p/1341797#M413244</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-08-03T06:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Articleprice changed</title>
      <link>https://community.qlik.com/t5/QlikView/Articleprice-changed/m-p/1341798#M413245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've create a new field that count how many times the Price Supply is equal to its previous record and it works fine:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15017430890004414" jivemacro_uid="_15017430890004414" modifiedtitle="true"&gt;
&lt;P&gt;MainTable:&lt;/P&gt;
&lt;P&gt;LOAD Date, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Article, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Price regular], &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Price supply],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(peek([Price supply])=[Price supply],peek(Count)+1,1) as Count&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;[Price regular vs Price supply.xlsx](ooxml, embedded labels, table is Tabelle1);&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2017-08-03 08_56_45-QlikView x64 Personal Edition - [C__Users_Michele.Denardi_Desktop_aaa - Copia.qv.png" class="jive-image image-1" src="/legacyfs/online/172334_2017-08-03 08_56_45-QlikView x64 Personal Edition - [C__Users_Michele.Denardi_Desktop_aaa - Copia.qv.png" style="height: 379px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2017 06:53:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Articleprice-changed/m-p/1341798#M413245</guid>
      <dc:creator>micheledenardi</dc:creator>
      <dc:date>2017-08-03T06:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: Articleprice changed</title>
      <link>https://community.qlik.com/t5/QlikView/Articleprice-changed/m-p/1341799#M413246</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;May be like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Count(Aggr(DISTINCT Sum({&amp;lt;Date={"&amp;gt;=$(=Date(Max(Total &amp;lt;Article&amp;gt; Date)-55))"}&amp;gt;} [Price supply]), Article, [Price supply]) )=1, [Price supply])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Example at attached file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andrey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2017 07:07:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Articleprice-changed/m-p/1341799#M413246</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-08-03T07:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: Articleprice changed</title>
      <link>https://community.qlik.com/t5/QlikView/Articleprice-changed/m-p/1341800#M413247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that's it.&lt;/P&gt;&lt;P&gt;Thanks for your quick answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2017 11:04:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Articleprice-changed/m-p/1341800#M413247</guid>
      <dc:creator>wunderch</dc:creator>
      <dc:date>2017-08-04T11:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Articleprice changed</title>
      <link>https://community.qlik.com/t5/QlikView/Articleprice-changed/m-p/1341801#M413248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Was glad to help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andrey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2017 11:23:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Articleprice-changed/m-p/1341801#M413248</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-08-04T11:23:18Z</dc:date>
    </item>
  </channel>
</rss>

