<?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 Counting Only From the Right Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Counting-Only-From-the-Right-Table/m-p/189171#M52150</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;You may try this, Join the Peso field to the Items table and store it in Items and then drop the table OtraTabla: This way you will drop the field Item_ID from Otra Tabla, but retain the Peso data within Item Table.&lt;/P&gt;&lt;P&gt;Mama&lt;I&gt;&lt;/I&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Jan 2011 16:55:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-01-27T16:55:59Z</dc:date>
    <item>
      <title>Counting Only From the Right Table</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-Only-From-the-Right-Table/m-p/189169#M52148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi people:&lt;/P&gt;&lt;P&gt;I have a problem.&lt;/P&gt;&lt;P&gt;I´m trying to count item_id. This field appears in two tables. When I count, it counts from both tables. I wanna count only from one of them.&lt;/P&gt;&lt;P&gt;How can I do that.&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;P&gt;I´m posting example.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 16:41:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-Only-From-the-Right-Table/m-p/189169#M52148</guid>
      <dc:creator>christian77</dc:creator>
      <dc:date>2011-01-27T16:41:26Z</dc:date>
    </item>
    <item>
      <title>Counting Only From the Right Table</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-Only-From-the-Right-Table/m-p/189170#M52149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;In the script add:&lt;/P&gt;&lt;P&gt;left join(Items)&lt;BR /&gt;load Item_id,&lt;BR /&gt; Item_id as ItemCount&lt;BR /&gt;resident Items;&lt;/P&gt;&lt;P&gt;and then count ItemCount.&lt;/P&gt;&lt;P&gt;I hope help you.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 16:51:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-Only-From-the-Right-Table/m-p/189170#M52149</guid>
      <dc:creator>spividori</dc:creator>
      <dc:date>2011-01-27T16:51:36Z</dc:date>
    </item>
    <item>
      <title>Counting Only From the Right Table</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-Only-From-the-Right-Table/m-p/189171#M52150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;You may try this, Join the Peso field to the Items table and store it in Items and then drop the table OtraTabla: This way you will drop the field Item_ID from Otra Tabla, but retain the Peso data within Item Table.&lt;/P&gt;&lt;P&gt;Mama&lt;I&gt;&lt;/I&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 16:55:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-Only-From-the-Right-Table/m-p/189171#M52150</guid>
      <dc:creator />
      <dc:date>2011-01-27T16:55:59Z</dc:date>
    </item>
    <item>
      <title>Counting Only From the Right Table</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-Only-From-the-Right-Table/m-p/189172#M52151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;count({$&amp;lt;~Peso={'*'}&amp;gt;} distinct Item_id)&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 16:56:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-Only-From-the-Right-Table/m-p/189172#M52151</guid>
      <dc:creator />
      <dc:date>2011-01-27T16:56:10Z</dc:date>
    </item>
    <item>
      <title>Counting Only From the Right Table</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-Only-From-the-Right-Table/m-p/189173#M52152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I might be missing something totally obvious here but the below in a text object works for me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(if(len(Color)&amp;gt;1, Item_id))&lt;/P&gt;&lt;P&gt;It works when selections are made and selection aren't??&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Matt - Visual Analytics Ltd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 16:59:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-Only-From-the-Right-Table/m-p/189173#M52152</guid>
      <dc:creator>matt_crowther</dc:creator>
      <dc:date>2011-01-27T16:59:26Z</dc:date>
    </item>
  </channel>
</rss>

