<?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 Filtering on the data of a column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filtering-on-the-data-of-a-column/m-p/214392#M67939</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, ti works&lt;IMG alt="Yes" src="http://community.qlik.com/emoticons/emotion-21.gif" /&gt;! THANKS, THANKS, THANKS &lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.s.:I can't guess how you would use concat in my particular case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Jul 2010 16:10:14 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-07-06T16:10:14Z</dc:date>
    <item>
      <title>Filtering on the data of a column</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-on-the-data-of-a-column/m-p/214385#M67932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I did a pivot table and now I'd like to build a listbox based on the values of one of its column. Is there a way to do that?&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jul 2010 11:48:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-on-the-data-of-a-column/m-p/214385#M67932</guid>
      <dc:creator />
      <dc:date>2010-07-05T11:48:26Z</dc:date>
    </item>
    <item>
      <title>Filtering on the data of a column</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-on-the-data-of-a-column/m-p/214386#M67933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does someone know if this is possible at least? Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jul 2010 15:17:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-on-the-data-of-a-column/m-p/214386#M67933</guid>
      <dc:creator />
      <dc:date>2010-07-05T15:17:10Z</dc:date>
    </item>
    <item>
      <title>Filtering on the data of a column</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-on-the-data-of-a-column/m-p/214387#M67934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it depends on the case you could use a "select field" with an expression.&lt;/P&gt;&lt;P&gt;You could try by adding any field to the sheet and then change the origin to &lt;I&gt;Expression&lt;/I&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jul 2010 17:24:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-on-the-data-of-a-column/m-p/214387#M67934</guid>
      <dc:creator />
      <dc:date>2010-07-05T17:24:43Z</dc:date>
    </item>
    <item>
      <title>Filtering on the data of a column</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-on-the-data-of-a-column/m-p/214388#M67935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for your answer. Unfortunately I already tried that without success. The Expression which I want to show in the list box is:&lt;/P&gt;&lt;P&gt;Only({&amp;lt;ReceivedDate={'$(vForecast1)'}&amp;gt;}ShippingMode) &amp;amp; ' -&amp;gt; ' &amp;amp; Only({&amp;lt;ReceivedDate={'$(vForecast2)'}&amp;gt;}ShippingMode)&lt;/P&gt;&lt;P&gt;It produces string like this: "Sea -&amp;gt; Land" or "Air -&amp;gt; Sea"; using the dates contained in the two variables vForecast1 and vForecast2 I'm showing how the shipping mode changed from a date to another one. Now I'd like to filter on that column to show only (as an example) the shipments which changed from Sea to Air mode (string "Sea -&amp;gt; Air").&lt;/P&gt;&lt;P&gt;If I try to copy and paste that Expression in a ListBox, it simply doesn't show nothing. Do you please know a way to do that?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 08:57:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-on-the-data-of-a-column/m-p/214388#M67935</guid>
      <dc:creator />
      <dc:date>2010-07-06T08:57:26Z</dc:date>
    </item>
    <item>
      <title>Filtering on the data of a column</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-on-the-data-of-a-column/m-p/214389#M67936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would be easy if I have a copy of the structure, but I will try without it.&lt;/P&gt;&lt;P&gt;Try an expression like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;AGGR(Only({&amp;lt;ReceivedDate={'$(vForecast1)'}&amp;gt;}ShippingMode) &amp;amp; ' -&amp;gt; ' &amp;amp; Only({&amp;lt;ReceivedDate={'$(vForecast2)'}&amp;gt;}ShippingMode), DIMENSION)&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Where DIMENSION is/are the dimensions on your table (or something that makes unique the shipping mode on a row).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 13:32:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-on-the-data-of-a-column/m-p/214389#M67936</guid>
      <dc:creator />
      <dc:date>2010-07-06T13:32:23Z</dc:date>
    </item>
    <item>
      <title>Filtering on the data of a column</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-on-the-data-of-a-column/m-p/214390#M67937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeremias, thanks again for your answer, unfortunately it doesn't work. Attached is what I'm working on. I need to have a listbox to filter the values on the column called "Shipping mode". Do you think that's possible? THANKS &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 13:58:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-on-the-data-of-a-column/m-p/214390#M67937</guid>
      <dc:creator />
      <dc:date>2010-07-06T13:58:34Z</dc:date>
    </item>
    <item>
      <title>Filtering on the data of a column</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-on-the-data-of-a-column/m-p/214391#M67938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey B, this is what I was talking about.&lt;/P&gt;&lt;P&gt;Anyway, I think you should do "CONCAT([Ship Mode],'-&amp;gt;')" instead of only(), it will work better and will concatenate all of your shipping modes.&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 15:28:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-on-the-data-of-a-column/m-p/214391#M67938</guid>
      <dc:creator />
      <dc:date>2010-07-06T15:28:32Z</dc:date>
    </item>
    <item>
      <title>Filtering on the data of a column</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-on-the-data-of-a-column/m-p/214392#M67939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, ti works&lt;IMG alt="Yes" src="http://community.qlik.com/emoticons/emotion-21.gif" /&gt;! THANKS, THANKS, THANKS &lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.s.:I can't guess how you would use concat in my particular case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 16:10:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-on-the-data-of-a-column/m-p/214392#M67939</guid>
      <dc:creator />
      <dc:date>2010-07-06T16:10:14Z</dc:date>
    </item>
  </channel>
</rss>

