<?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: Identify Pure/Mixed Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Identify-Pure-Mixed-Expression/m-p/1444269#M796759</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;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Count(TOTAL &amp;lt;Invoice#&amp;gt; Invoice#) = Count(TOTAL &amp;lt;Invoice#, Sub&amp;gt; Invoice#), 'Pure', 'Mixed')&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;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/189299_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Jan 2018 13:34:56 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-01-08T13:34:56Z</dc:date>
    <item>
      <title>Identify Pure/Mixed Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-Pure-Mixed-Expression/m-p/1444268#M796758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 13px; background-color: #fafafa; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif;"&gt;Need help please, sorry if I'm not following all protocols, it's my first post.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #fafafa;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; background-color: #fafafa;"&gt;I'm trying to compare INVOICE# with SUB and determine in TYPE (new field), when an Invoice# contains more than one Sub; If the same code appears in Sub for that particular Invoice# (which may repeat), that makes it Pure, if varying codes under Sub for one Invoice#, then Mixed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; background-color: #fafafa;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; background-color: #fafafa;"&gt;In EXCEL I use the following Formula:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 13px; background-color: #fafafa; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif;"&gt;=IF(COUNTIFS(A$2:A$13,A2,B$2:B$13,B2)=COUNTIF(A$2:A$13,A2),"Pure","Mixed")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 13px; background-color: #fafafa; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 13px; background-color: #fafafa; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif;"&gt;The QlikView Developer II book shows the AGGR Function&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 13px; background-color: #fafafa; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; aggr(count(Distinct OrderID), Customer ID)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 13px; background-color: #fafafa; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif;"&gt;Should I be looking at a similar expression? &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="font-size: 13px; margin-bottom: 1em; color: rgb(51, 51, 51); font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; background-color: rgb(250, 250, 250); width: 176px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="padding: 0.5em; border: 0.5pt solid black; background-color: #e1e1e1;" width="72"&gt;&lt;SPAN style="font-size: 10pt; font-family: Tahoma;"&gt;Invoice#&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl63" style="padding: 0.5em; border-top: 0.5pt solid black; border-right: 0.5pt solid black; border-bottom: 0.5pt solid black; border-left: black; background-color: #e1e1e1;" width="32"&gt;Sub&lt;/TD&gt;&lt;TD class="xl63" style="padding: 0.5em; border-top: 0.5pt solid black; border-right: 0.5pt solid black; border-bottom: 0.5pt solid black; border-left: black; background-color: #e1e1e1;" width="72"&gt;&lt;SPAN style="font-size: 10pt; font-family: Tahoma;"&gt;Type&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="padding: 0.5em; border-top: black; border-right: 0.5pt solid black; border-bottom: 0.5pt solid black; border-left: 0.5pt solid black; background-color: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Tahoma;"&gt;23359691&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl64" style="padding: 0.5em; border-top: black; border-right: 0.5pt solid black; border-bottom: 0.5pt solid black; border-left: black; background-color: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Tahoma;"&gt;AGR&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl64" style="padding: 0.5em; border-top: black; border-right: 0.5pt solid black; border-bottom: 0.5pt solid black; border-left: black; background-color: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Tahoma;"&gt;Pure&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="padding: 0.5em; border-top: black; border-right: 0.5pt solid black; border-bottom: 0.5pt solid black; border-left: 0.5pt solid black; background-color: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Tahoma;"&gt;23359691&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl64" style="padding: 0.5em; border-top: black; border-right: 0.5pt solid black; border-bottom: 0.5pt solid black; border-left: black; background-color: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Tahoma;"&gt;AGR&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl64" style="padding: 0.5em; border-top: black; border-right: 0.5pt solid black; border-bottom: 0.5pt solid black; border-left: black; background-color: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Tahoma;"&gt;Pure&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="padding: 0.5em; border-top: black; border-right: 0.5pt solid black; border-bottom: 0.5pt solid black; border-left: 0.5pt solid black; background-color: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Tahoma;"&gt;23359691&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl64" style="padding: 0.5em; border-top: black; border-right: 0.5pt solid black; border-bottom: 0.5pt solid black; border-left: black; background-color: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Tahoma;"&gt;AGR&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl64" style="padding: 0.5em; border-top: black; border-right: 0.5pt solid black; border-bottom: 0.5pt solid black; border-left: black; background-color: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Tahoma;"&gt;Pure&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="padding: 0.5em; border-top: black; border-right: 0.5pt solid black; border-bottom: 0.5pt solid black; border-left: 0.5pt solid black; background-color: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Tahoma;"&gt;23359691&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl64" style="padding: 0.5em; border-top: black; border-right: 0.5pt solid black; border-bottom: 0.5pt solid black; border-left: black; background-color: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Tahoma;"&gt;AGR&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl64" style="padding: 0.5em; border-top: black; border-right: 0.5pt solid black; border-bottom: 0.5pt solid black; border-left: black; background-color: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Tahoma;"&gt;Pure&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="padding: 0.5em; border-top: black; border-right: 0.5pt solid black; border-bottom: 0.5pt solid black; border-left: 0.5pt solid black; background-color: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Tahoma;"&gt;23359692&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl64" style="padding: 0.5em; border-top: black; border-right: 0.5pt solid black; border-bottom: 0.5pt solid black; border-left: black; background-color: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Tahoma;"&gt;AGR&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl64" style="padding: 0.5em; border-top: black; border-right: 0.5pt solid black; border-bottom: 0.5pt solid black; border-left: black; background-color: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Tahoma;"&gt;Mixed&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="padding: 0.5em; border-top: black; border-right: 0.5pt solid black; border-bottom: 0.5pt solid black; border-left: 0.5pt solid black; background-color: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Tahoma;"&gt;23359692&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl64" style="padding: 0.5em; border-top: black; border-right: 0.5pt solid black; border-bottom: 0.5pt solid black; border-left: black; background-color: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Tahoma;"&gt;AGR&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl64" style="padding: 0.5em; border-top: black; border-right: 0.5pt solid black; border-bottom: 0.5pt solid black; border-left: black; background-color: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Tahoma;"&gt;Mixed&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="padding: 0.5em; border-top: black; border-right: 0.5pt solid black; border-bottom: 0.5pt solid black; border-left: 0.5pt solid black; background-color: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Tahoma;"&gt;23359692&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl64" style="padding: 0.5em; border-top: black; border-right: 0.5pt solid black; border-bottom: 0.5pt solid black; border-left: black; background-color: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Tahoma;"&gt;AGR&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl64" style="padding: 0.5em; border-top: black; border-right: 0.5pt solid black; border-bottom: 0.5pt solid black; border-left: black; background-color: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Tahoma;"&gt;Mixed&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="padding: 0.5em; border-top: black; border-right: 0.5pt solid black; border-bottom: 0.5pt solid black; border-left: 0.5pt solid black; background-color: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Tahoma;"&gt;23359692&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl64" style="padding: 0.5em; border-top: black; border-right: 0.5pt solid black; border-bottom: 0.5pt solid black; border-left: black; background-color: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Tahoma;"&gt;OIF&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl64" style="padding: 0.5em; border-top: black; border-right: 0.5pt solid black; border-bottom: 0.5pt solid black; border-left: black; background-color: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Tahoma;"&gt;Mixed&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="padding: 0.5em; border-top: black; border-right: 0.5pt solid black; border-bottom: 0.5pt solid black; border-left: 0.5pt solid black; background-color: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Tahoma;"&gt;23359693&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl64" style="padding: 0.5em; border-top: black; border-right: 0.5pt solid black; border-bottom: 0.5pt solid black; border-left: black; background-color: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Tahoma;"&gt;AGR&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl64" style="padding: 0.5em; border-top: black; border-right: 0.5pt solid black; border-bottom: 0.5pt solid black; border-left: black; background-color: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Tahoma;"&gt;Pure&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="padding: 0.5em; border-top: black; border-right: 0.5pt solid black; border-bottom: 0.5pt solid black; border-left: 0.5pt solid black; background-color: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Tahoma;"&gt;23359693&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl64" style="padding: 0.5em; border-top: black; border-right: 0.5pt solid black; border-bottom: 0.5pt solid black; border-left: black; background-color: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Tahoma;"&gt;AGR&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl64" style="padding: 0.5em; border-top: black; border-right: 0.5pt solid black; border-bottom: 0.5pt solid black; border-left: black; background-color: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Tahoma;"&gt;Pure&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="padding: 0.5em; border-top: black; border-right: 0.5pt solid black; border-bottom: 0.5pt solid black; border-left: 0.5pt solid black; background-color: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Tahoma;"&gt;23359693&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl64" style="padding: 0.5em; border-top: black; border-right: 0.5pt solid black; border-bottom: 0.5pt solid black; border-left: black; background-color: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Tahoma;"&gt;AGR&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl64" style="padding: 0.5em; border-top: black; border-right: 0.5pt solid black; border-bottom: 0.5pt solid black; border-left: black; background-color: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Tahoma;"&gt;Pure&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="padding: 0.5em; border-top: black; border-right: 0.5pt solid black; border-bottom: 0.5pt solid black; border-left: 0.5pt solid black; background-color: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Tahoma;"&gt;23359693&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl64" style="padding: 0.5em; border-top: black; border-right: 0.5pt solid black; border-bottom: 0.5pt solid black; border-left: black; background-color: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Tahoma;"&gt;AGR&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl64" style="padding: 0.5em; border-top: black; border-right: 0.5pt solid black; border-bottom: 0.5pt solid black; border-left: black; background-color: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Tahoma;"&gt;Pure&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&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/Identify-Pure-Mixed-Expression/m-p/1444268#M796758</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Pure/Mixed Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-Pure-Mixed-Expression/m-p/1444269#M796759</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;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Count(TOTAL &amp;lt;Invoice#&amp;gt; Invoice#) = Count(TOTAL &amp;lt;Invoice#, Sub&amp;gt; Invoice#), 'Pure', 'Mixed')&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;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/189299_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 13:34:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-Pure-Mixed-Expression/m-p/1444269#M796759</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-08T13:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Pure/Mixed Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-Pure-Mixed-Expression/m-p/1444270#M796760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny, thank you so much for your reply. QlikView seems to have an issue with the formula:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Count(TOTAL &amp;lt;[Invoice Number]&amp;gt; [Invoice Number]) = Count(TOTAL &amp;lt;[Invoice Number], [Sub Section]&amp;gt; [Invoice Number]), 'Pure', 'Mixed')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sure it's the same formula, but it didn't work for me, I removed the brackets to make it just like what you sent, but still not working, all records show as "Pure", even when the repeated Invoice has different Subs in the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 240px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="18" width="94"&gt;Invoice Number&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="98"&gt;Sub Section&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="48"&gt;Pure/Mix&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="18"&gt; &lt;/TD&gt;&lt;TD class="xl64"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="border-top: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17"&gt;48450188&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;"&gt;NSP&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Pure&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;48450189&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;OIF&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Pure&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;48450190&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;AED&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Pure&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;48450190&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;NSP&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Pure&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;48450190&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;NSP&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Pure&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;48450190&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;NSP&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Pure&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;48450196&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;AGR&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Pure&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;48450197&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;AED&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Pure&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;48450198&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;NSP&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Pure&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;48450199&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;AED&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Pure&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;48450200&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;AED&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Pure&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;48450202&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;AGR&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Pure&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;48450202&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;AGR&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Pure&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;48450203&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;AED&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Pure&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;48450203&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;AGR&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Pure&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;48450204&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;AAS&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Pure&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;48450204&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;STA&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Pure&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Pure-Mix Formula.png.jpg" class="jive-image image-1" src="/legacyfs/online/192889_Pure-Mix Formula.png.jpg" style="height: 263px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anything I might be doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your help.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2018 22:21:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-Pure-Mixed-Expression/m-p/1444270#M796760</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-08T22:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Pure/Mixed Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-Pure-Mixed-Expression/m-p/1444271#M796761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share the app to check out what might be going wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Feb 2018 01:41:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-Pure-Mixed-Expression/m-p/1444271#M796761</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-11T01:41:55Z</dc:date>
    </item>
  </channel>
</rss>

