<?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: Find Product with two different dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Find-Product-with-two-different-dates/m-p/391176#M485769</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be&lt;/P&gt;&lt;P&gt;Count({&amp;lt;ProductID={"=Count(Distinct SaleDate)&amp;gt;=2"}&amp;gt;} ProductID)&lt;/P&gt;&lt;P&gt;With product id has dimension&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Apr 2013 13:55:24 GMT</pubDate>
    <dc:creator>CELAMBARASAN</dc:creator>
    <dc:date>2013-04-23T13:55:24Z</dc:date>
    <item>
      <title>Find Product with two different dates</title>
      <link>https://community.qlik.com/t5/QlikView/Find-Product-with-two-different-dates/m-p/391175#M485768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have product sales data with history.A particular product has to be sold on some date ex:04/12/2013&amp;nbsp; as per March month end data.But as of today data that sale date for product&amp;nbsp; may change to 04/24/2013.I want find number of&amp;nbsp; distinct products with two sale dates (One old sale date ad one new sale date).All the history data and daily data are in same table with flags.I tried lot of expessions to find the number.But no solution so far.Any Suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 13:49:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-Product-with-two-different-dates/m-p/391175#M485768</guid>
      <dc:creator />
      <dc:date>2013-04-23T13:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: Find Product with two different dates</title>
      <link>https://community.qlik.com/t5/QlikView/Find-Product-with-two-different-dates/m-p/391176#M485769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be&lt;/P&gt;&lt;P&gt;Count({&amp;lt;ProductID={"=Count(Distinct SaleDate)&amp;gt;=2"}&amp;gt;} ProductID)&lt;/P&gt;&lt;P&gt;With product id has dimension&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 13:55:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-Product-with-two-different-dates/m-p/391176#M485769</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2013-04-23T13:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Find Product with two different dates</title>
      <link>https://community.qlik.com/t5/QlikView/Find-Product-with-two-different-dates/m-p/391177#M485770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use ProductID as dimension in chart and use the following expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Count(DISTINCT ProductID)&amp;gt;=2, Count(DISTINCT ProductID), Null())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 14:22:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-Product-with-two-different-dates/m-p/391177#M485770</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-04-23T14:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Find Product with two different dates</title>
      <link>https://community.qlik.com/t5/QlikView/Find-Product-with-two-different-dates/m-p/391178#M485771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.I tried no success.I will simplify my requirement.It may be helpful.I want to find the products which have postponed sale dates as of daily data compared to month end data.Product will have some sale dates as of Month end data but as of daily data those sale dates may postoponed to future date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 16:14:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-Product-with-two-different-dates/m-p/391178#M485771</guid>
      <dc:creator />
      <dc:date>2013-04-23T16:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Find Product with two different dates</title>
      <link>https://community.qlik.com/t5/QlikView/Find-Product-with-two-different-dates/m-p/391179#M485772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.I tried it did not work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 16:16:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-Product-with-two-different-dates/m-p/391179#M485772</guid>
      <dc:creator />
      <dc:date>2013-04-23T16:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Find Product with two different dates</title>
      <link>https://community.qlik.com/t5/QlikView/Find-Product-with-two-different-dates/m-p/391180#M485773</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;Can you attach sample file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 16:33:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-Product-with-two-different-dates/m-p/391180#M485773</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-04-23T16:33:51Z</dc:date>
    </item>
  </channel>
</rss>

