<?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: How to tag Orders with YES/NO if customer name is same? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-tag-Orders-with-YES-NO-if-customer-name-is-same/m-p/1127349#M370960</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Muthukumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I forgot to mention that every order creates a new customer ID so what should be the load script in that case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 09:22:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-06-16T09:22:26Z</dc:date>
    <item>
      <title>How to tag Orders with YES/NO if customer name is same?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-tag-Orders-with-YES-NO-if-customer-name-is-same/m-p/1127344#M370955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Hi Guys,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I have requirement where I would like to tag the Order as dual Order if the following condition is matched&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Condition : &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; line-height: 1.5em;"&gt;If a Customer placing Order from same Store more then once on the same date then that order should be tagged as dual order.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;As an example:&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;in below table, only Order ID 1 &amp;amp; 2 should be tagged as a Dual Order Because Order ID 3 has different order date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="99" style="border: 1px solid #000000; width: 489px; height: 53px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="color: #ffffff; padding: 2px; text-align: center; background-color: #6690bc;" valign="middle"&gt;&lt;STRONG&gt;OrderID&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="color: #ffffff; padding: 2px; text-align: center; background-color: #6690bc;" valign="middle"&gt;&lt;STRONG&gt;Customer Name&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="color: #ffffff; padding: 2px; text-align: center; background-color: #6690bc;" valign="middle"&gt;&lt;STRONG&gt;Product Name&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="color: #ffffff; padding: 2px; text-align: center; background-color: #6690bc;" valign="middle"&gt;&lt;STRONG&gt;Store Name&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="color: #ffffff; padding: 2px; text-align: center; background-color: #6690bc;" valign="middle"&gt;&lt;STRONG&gt;Order Date&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;Jon Snow&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;Bread&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;City Store&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;15/06/2016&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;Jon Snow&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;Milk&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;City Store&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;15/06/2016&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;Jon Snow&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;Sugar&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;Eastern Store&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;16/06/2016&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="; color: #ff6600;"&gt;&lt;STRONG&gt;What I am trying to Achieve:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;I want to create a Straight table in QlikView which will have dimensions like (Customer Name, City, DOB, Product, Order Date etc..) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; line-height: 1.5em;"&gt;And I want to have an extra column 'Dual Product' and it should be YES or NO like below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="99" style="border: 1px solid #000000; width: 578px; height: 101px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="color: #ffffff; padding: 2px; text-align: center; background-color: #6690bc;" valign="middle"&gt;&lt;STRONG&gt;OrderID&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="color: #ffffff; padding: 2px; text-align: center; background-color: #6690bc;" valign="middle"&gt;&lt;STRONG&gt;Customer Name&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="color: #ffffff; padding: 2px; text-align: center; background-color: #6690bc;" valign="middle"&gt;&lt;STRONG&gt;Product Name&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="color: #ffffff; padding: 2px; text-align: center; background-color: #6690bc;" valign="middle"&gt;&lt;STRONG&gt;Store Name&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="color: #ffffff; padding: 2px; text-align: center; background-color: #6690bc;" valign="middle"&gt;&lt;STRONG&gt;Order Date&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="color: #ffffff; padding: 2px; text-align: center; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffff99;"&gt;&lt;STRONG&gt;Dual Product?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;Jon Snow&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;Bread&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;City Store&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;15/06/2016&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;&lt;SPAN style="color: #339966;"&gt;&lt;STRONG&gt;Yes&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;Jon Snow&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;Milk&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;City Store&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;15/06/2016&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;&lt;SPAN style="color: #339966;"&gt;&lt;STRONG&gt;Yes&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;Jon Snow&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;Sugar&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;Eastern Store&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;16/06/2016&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;No&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;My Data Model is like This.. (QVW Attached)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;IMG __jive_id="128080" alt="Schema.png" class="jive-image image-1" height="207" src="https://community.qlik.com/legacyfs/online/128080_Schema.png" style="height: 207px; width: 394.181px;" width="394" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Hope it makes sense.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 08:34:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-tag-Orders-with-YES-NO-if-customer-name-is-same/m-p/1127344#M370955</guid>
      <dc:creator />
      <dc:date>2016-06-16T08:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to tag Orders with YES/NO if customer name is same?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-tag-Orders-with-YES-NO-if-customer-name-is-same/m-p/1127345#M370956</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 please provide qvw file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 08:43:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-tag-Orders-with-YES-NO-if-customer-name-is-same/m-p/1127345#M370956</guid>
      <dc:creator>bindu_apte</dc:creator>
      <dc:date>2016-06-16T08:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to tag Orders with YES/NO if customer name is same?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-tag-Orders-with-YES-NO-if-customer-name-is-same/m-p/1127346#M370957</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/114009"&gt;bindu.apte&lt;/A&gt;‌ Thank you for taking time. I have now attached QVW. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 08:57:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-tag-Orders-with-YES-NO-if-customer-name-is-same/m-p/1127346#M370957</guid>
      <dc:creator />
      <dc:date>2016-06-16T08:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to tag Orders with YES/NO if customer name is same?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-tag-Orders-with-YES-NO-if-customer-name-is-same/m-p/1127347#M370958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this (Expression)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CustomerId&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;OrderDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;StoreName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;OrderId&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &amp;gt; 1,'YES','NO') &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 09:16:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-tag-Orders-with-YES-NO-if-customer-name-is-same/m-p/1127347#M370958</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2016-06-16T09:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to tag Orders with YES/NO if customer name is same?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-tag-Orders-with-YES-NO-if-customer-name-is-same/m-p/1127348#M370959</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;I hope this sample app will be useful for you.&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 09:17:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-tag-Orders-with-YES-NO-if-customer-name-is-same/m-p/1127348#M370959</guid>
      <dc:creator>muthukumar77</dc:creator>
      <dc:date>2016-06-16T09:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to tag Orders with YES/NO if customer name is same?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-tag-Orders-with-YES-NO-if-customer-name-is-same/m-p/1127349#M370960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Muthukumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I forgot to mention that every order creates a new customer ID so what should be the load script in that case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 09:22:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-tag-Orders-with-YES-NO-if-customer-name-is-same/m-p/1127349#M370960</guid>
      <dc:creator />
      <dc:date>2016-06-16T09:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to tag Orders with YES/NO if customer name is same?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-tag-Orders-with-YES-NO-if-customer-name-is-same/m-p/1127350#M370961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Antonio, Thank you for your reply but using your expression it shows me all the order placed by Jon Snow as YES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Pivot.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/128096_Pivot.png" style="height: 125px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Only Order ID 1 &amp;amp; 2 should be YES because Order Id 3 has different date then 1&amp;amp;2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 09:27:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-tag-Orders-with-YES-NO-if-customer-name-is-same/m-p/1127350#M370961</guid>
      <dc:creator />
      <dc:date>2016-06-16T09:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to tag Orders with YES/NO if customer name is same?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-tag-Orders-with-YES-NO-if-customer-name-is-same/m-p/1127351#M370962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Expression&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Name,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;OrderDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;StoreName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;OrderId&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &amp;gt; 1,'YES','NO') &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 09:34:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-tag-Orders-with-YES-NO-if-customer-name-is-same/m-p/1127351#M370962</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2016-06-16T09:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to tag Orders with YES/NO if customer name is same?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-tag-Orders-with-YES-NO-if-customer-name-is-same/m-p/1127352#M370963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I'm not understood. Can you send me actual output?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 09:35:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-tag-Orders-with-YES-NO-if-customer-name-is-same/m-p/1127352#M370963</guid>
      <dc:creator>muthukumar77</dc:creator>
      <dc:date>2016-06-16T09:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to tag Orders with YES/NO if customer name is same?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-tag-Orders-with-YES-NO-if-customer-name-is-same/m-p/1127353#M370964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Muthukumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your solution is only tagging Order ID 1,2 &amp;amp; 6 like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Pivot 2.png" class="jive-image image-1" src="/legacyfs/online/128098_Pivot 2.png" style="height: 164px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;But Order ID 3, 4, 5 should also display value as 'NO'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also note that every order creates a new customer entry so the customer name Jon Snow will have 3 entries in the customer table. (I have attached the QVW with updated customer table in load script)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 09:43:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-tag-Orders-with-YES-NO-if-customer-name-is-same/m-p/1127353#M370964</guid>
      <dc:creator />
      <dc:date>2016-06-16T09:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to tag Orders with YES/NO if customer name is same?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-tag-Orders-with-YES-NO-if-customer-name-is-same/m-p/1127354#M370965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Antonio &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; it worked !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 09:49:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-tag-Orders-with-YES-NO-if-customer-name-is-same/m-p/1127354#M370965</guid>
      <dc:creator />
      <dc:date>2016-06-16T09:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to tag Orders with YES/NO if customer name is same?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-tag-Orders-with-YES-NO-if-customer-name-is-same/m-p/1127355#M370966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Antonio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get the count of this 'Yes' and 'No'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to count how many orders are Dual and how many are not dual&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried following based on the answer to this post's question..&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;Name,&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;OrderDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;StoreName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;OrderId&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;) &amp;gt; 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I am getting incorrect total&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 09:49:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-tag-Orders-with-YES-NO-if-customer-name-is-same/m-p/1127355#M370966</guid>
      <dc:creator />
      <dc:date>2016-07-20T09:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to tag Orders with YES/NO if customer name is same?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-tag-Orders-with-YES-NO-if-customer-name-is-same/m-p/1127356#M370967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Name,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;OrderDate&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;StoreName&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;OrderId&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 10:03:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-tag-Orders-with-YES-NO-if-customer-name-is-same/m-p/1127356#M370967</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2016-07-20T10:03:40Z</dc:date>
    </item>
  </channel>
</rss>

