<?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: Filter Data In a Straight Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filter-Data-In-a-Straight-Table/m-p/957222#M971385</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Well, it depends on how you'd like to show your comments. If these are expressions, and there is another dimension (Number?) that identifies each comment uniquely, then you can use Set Analysis with the Only() function:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Only({&amp;lt;Division={Div1}&amp;gt;} Comment)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If Comment should be a Dimension, then I'd use a &lt;STRONG&gt;hidden&lt;/STRONG&gt; expression that could help you filter the data, for example:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Count({&amp;lt;Division={Div1}&amp;gt;} Comment)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;All you need is to find an aggregation function that can accept your Set Analysis.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Oleg Troyansky&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.amazon.com/gp/product/1118949552/ref=as_li_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1118949552&amp;amp;linkCode=as2&amp;amp;tag=natursyner0f-20&amp;amp;linkId=HEF4KYLLE22XIQH2"&gt;QlikView Your Business: An expert guide to Business Discovery with QlikView and Qlik Sense&lt;/A&gt;&lt;IMG alt="" border="0" height="1" src="http://ir-na.amazon-adsystem.com/e/ir?t=natursyner0f-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1118949552" style="border: none !important; margin: 0px !important;" width="1" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Sep 2015 19:38:01 GMT</pubDate>
    <dc:creator>Oleg_Troyansky</dc:creator>
    <dc:date>2015-09-15T19:38:01Z</dc:date>
    <item>
      <title>Filter Data In a Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Data-In-a-Straight-Table/m-p/957217#M971380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to display 3 separate Straight Tables of data on one sheet. See the data loaded below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each table will display the Comments associated with each Division (the tables are split be Division).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I filter each table to only display the Comments from the associated Division?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&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" width="628"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri; border-width: 0.5pt 0.5pt 1pt; border-style: solid; border-color: #5b9bd5;" width="90"&gt;Number&lt;/TD&gt;&lt;TD style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri; border-width: 0.5pt 0.5pt 1pt; border-style: solid; border-color: #5b9bd5;" width="172"&gt;Division&lt;/TD&gt;&lt;TD style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri; border-width: 0.5pt 0.5pt 1pt; border-style: solid; border-color: #5b9bd5;" width="366"&gt;Comment&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="font-size: 11pt; color: black; font-family: Calibri; border: 0.5pt solid #5b9bd5; background: #ddebf7;"&gt;1&lt;/TD&gt;&lt;TD style="font-size: 11pt; color: black; font-family: Calibri; border: 0.5pt solid #5b9bd5; background: #ddebf7;"&gt;Division 1&lt;/TD&gt;&lt;TD style="font-size: 11pt; color: black; font-family: Calibri; border: 0.5pt solid #5b9bd5; background: #ddebf7;"&gt;Division 1; Comment 1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="font-size: 11pt; color: black; font-family: Calibri; border: 0.5pt solid #5b9bd5;"&gt;2&lt;/TD&gt;&lt;TD style="font-size: 11pt; color: black; font-family: Calibri; border: 0.5pt solid #5b9bd5;"&gt;Division 1&lt;/TD&gt;&lt;TD style="font-size: 11pt; color: black; font-family: Calibri; border: 0.5pt solid #5b9bd5;"&gt;Division 1; Comment 2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="font-size: 11pt; color: black; font-family: Calibri; border: 0.5pt solid #5b9bd5; background: #ddebf7;"&gt;3&lt;/TD&gt;&lt;TD style="font-size: 11pt; color: black; font-family: Calibri; border: 0.5pt solid #5b9bd5; background: #ddebf7;"&gt;Division 1&lt;/TD&gt;&lt;TD style="font-size: 11pt; color: black; font-family: Calibri; border: 0.5pt solid #5b9bd5; background: #ddebf7;"&gt;Division 1; Comment 3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="font-size: 11pt; color: black; font-family: Calibri; border: 0.5pt solid #5b9bd5;"&gt;1&lt;/TD&gt;&lt;TD style="font-size: 11pt; color: black; font-family: Calibri; border: 0.5pt solid #5b9bd5;"&gt;Division 2&lt;/TD&gt;&lt;TD style="font-size: 11pt; color: black; font-family: Calibri; border: 0.5pt solid #5b9bd5;"&gt;Division 2; Comment 1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="font-size: 11pt; color: black; font-family: Calibri; border: 0.5pt solid #5b9bd5; background: #ddebf7;"&gt;2&lt;/TD&gt;&lt;TD style="font-size: 11pt; color: black; font-family: Calibri; border: 0.5pt solid #5b9bd5; background: #ddebf7;"&gt;Division 2&lt;/TD&gt;&lt;TD style="font-size: 11pt; color: black; font-family: Calibri; border: 0.5pt solid #5b9bd5; background: #ddebf7;"&gt;Division 2; Comment 2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="font-size: 11pt; color: black; font-family: Calibri; border: 0.5pt solid #5b9bd5;"&gt;3&lt;/TD&gt;&lt;TD style="font-size: 11pt; color: black; font-family: Calibri; border: 0.5pt solid #5b9bd5;"&gt;Division 2&lt;/TD&gt;&lt;TD style="font-size: 11pt; color: black; font-family: Calibri; border: 0.5pt solid #5b9bd5;"&gt;Division 2; Comment 3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="font-size: 11pt; color: black; font-family: Calibri; border: 0.5pt solid #5b9bd5; background: #ddebf7;"&gt;1&lt;/TD&gt;&lt;TD style="font-size: 11pt; color: black; font-family: Calibri; border: 0.5pt solid #5b9bd5; background: #ddebf7;"&gt;Division 3&lt;/TD&gt;&lt;TD style="font-size: 11pt; color: black; font-family: Calibri; border: 0.5pt solid #5b9bd5; background: #ddebf7;"&gt;Division 3; Comment 1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="font-size: 11pt; color: black; font-family: Calibri; border: 0.5pt solid #5b9bd5;"&gt;2&lt;/TD&gt;&lt;TD style="font-size: 11pt; color: black; font-family: Calibri; border: 0.5pt solid #5b9bd5;"&gt;Division 3&lt;/TD&gt;&lt;TD style="font-size: 11pt; color: black; font-family: Calibri; border: 0.5pt solid #5b9bd5;"&gt;Division 3; Comment 2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="font-size: 11pt; color: black; font-family: Calibri; border: 0.5pt solid #5b9bd5; background: #ddebf7;"&gt;3&lt;/TD&gt;&lt;TD style="font-size: 11pt; color: black; font-family: Calibri; border: 0.5pt solid #5b9bd5; background: #ddebf7;"&gt;Division 3&lt;/TD&gt;&lt;TD style="font-size: 11pt; color: black; font-family: Calibri; border: 0.5pt solid #5b9bd5; background: #ddebf7;"&gt;Division 3; Comment 3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 19:07:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Data-In-a-Straight-Table/m-p/957217#M971380</guid>
      <dc:creator>jmonroe918</dc:creator>
      <dc:date>2015-09-15T19:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Data In a Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Data-In-a-Straight-Table/m-p/957218#M971381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd suggest to use set analysis with the filter on the field Division.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Oleg Troyansky&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.amazon.com/gp/product/1118949552/ref=as_li_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1118949552&amp;amp;linkCode=as2&amp;amp;tag=natursyner0f-20&amp;amp;linkId=HEF4KYLLE22XIQH2"&gt;QlikView Your Business: An expert guide to Business Discovery with QlikView and Qlik Sense&lt;/A&gt;&lt;IMG alt="" border="0" height="1" src="http://ir-na.amazon-adsystem.com/e/ir?t=natursyner0f-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1118949552" style="border: none !important; margin: 0px !important;" width="1" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 19:19:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Data-In-a-Straight-Table/m-p/957218#M971381</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2015-09-15T19:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Data In a Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Data-In-a-Straight-Table/m-p/957219#M971382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Jeff,&lt;/P&gt;&lt;P&gt;first in your load script split Comment column using subfield function.&lt;/P&gt;&lt;P&gt;subfield(Comment,';'2) as comment&lt;/P&gt;&lt;P&gt;subfield(Comment,';'1) as division&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then create 3 tables and use set analysis to identfy only 1 division.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 19:24:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Data-In-a-Straight-Table/m-p/957219#M971382</guid>
      <dc:creator>saurabh5</dc:creator>
      <dc:date>2015-09-15T19:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Data In a Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Data-In-a-Straight-Table/m-p/957220#M971383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oleg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was thinking the same thing, however I am struggling with where to put the Set Analysis string (and not sure of the context).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 19:25:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Data-In-a-Straight-Table/m-p/957220#M971383</guid>
      <dc:creator>jmonroe918</dc:creator>
      <dc:date>2015-09-15T19:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Data In a Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Data-In-a-Straight-Table/m-p/957221#M971384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Saurabh:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not familiar with "subfield" and don't really understand why using it. It seems if I put the Set Analysis in the correct location (The data in the Comment Column is sample data. I just used "Division 1; Comment 1" as example data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In which property should I put the string &amp;lt;Division = {'Division 1'}&amp;gt; (if that is the correct string)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 19:33:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Data-In-a-Straight-Table/m-p/957221#M971384</guid>
      <dc:creator>jmonroe918</dc:creator>
      <dc:date>2015-09-15T19:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Data In a Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Data-In-a-Straight-Table/m-p/957222#M971385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Well, it depends on how you'd like to show your comments. If these are expressions, and there is another dimension (Number?) that identifies each comment uniquely, then you can use Set Analysis with the Only() function:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Only({&amp;lt;Division={Div1}&amp;gt;} Comment)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If Comment should be a Dimension, then I'd use a &lt;STRONG&gt;hidden&lt;/STRONG&gt; expression that could help you filter the data, for example:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Count({&amp;lt;Division={Div1}&amp;gt;} Comment)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;All you need is to find an aggregation function that can accept your Set Analysis.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Oleg Troyansky&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.amazon.com/gp/product/1118949552/ref=as_li_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1118949552&amp;amp;linkCode=as2&amp;amp;tag=natursyner0f-20&amp;amp;linkId=HEF4KYLLE22XIQH2"&gt;QlikView Your Business: An expert guide to Business Discovery with QlikView and Qlik Sense&lt;/A&gt;&lt;IMG alt="" border="0" height="1" src="http://ir-na.amazon-adsystem.com/e/ir?t=natursyner0f-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1118949552" style="border: none !important; margin: 0px !important;" width="1" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 19:38:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Data-In-a-Straight-Table/m-p/957222#M971385</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2015-09-15T19:38:01Z</dc:date>
    </item>
  </channel>
</rss>

