<?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: Show only names with certain values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-only-names-with-certain-values/m-p/808455#M285389</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anand's approach is fine, but it may be desirable to avoid a calculated dimension. If so, I'd deal with this in the data load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your load script use a similar expression:&lt;/P&gt;&lt;P&gt;If(Sport='Cyclist', Persons, Null()) as Cyclists&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Nov 2014 15:04:33 GMT</pubDate>
    <dc:creator>marcus_malinow</dc:creator>
    <dc:date>2014-11-11T15:04:33Z</dc:date>
    <item>
      <title>Show only names with certain values</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-names-with-certain-values/m-p/808452#M285386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to qlikview. I just connected to a table. This table has many fields. I am only interested in seeing a list box with some sort of filtered view that I can display by using expression or something else...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(for example)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Persons | Sport&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Ralf | &lt;EM&gt;Cyclist&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Karl | &lt;EM&gt;Swimmer&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Peter | &lt;EM&gt;none&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Jay | &lt;EM&gt;Soccer Player&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Tom | &lt;EM&gt;Cyclist&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;John | &lt;EM&gt;Cyclist&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want is a list box with just the names of the persons that do cycling for example. It should only display their names and nothing else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Field: Persons&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Ralf&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance for any advise.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 14:55:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-names-with-certain-values/m-p/808452#M285386</guid>
      <dc:creator />
      <dc:date>2014-11-11T14:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Show only names with certain values</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-names-with-certain-values/m-p/808453#M285387</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;In the List box expression properties write expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Sport = '&lt;EM style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Cyclist&lt;/EM&gt;' , Persons)&lt;/P&gt;&lt;P&gt;like for other sport you can do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 14:58:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-names-with-certain-values/m-p/808453#M285387</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-11-11T14:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Show only names with certain values</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-names-with-certain-values/m-p/808454#M285388</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;Like this way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[ Persons, Sport&lt;/P&gt;&lt;P&gt;Ralf , Cyclist&lt;/P&gt;&lt;P&gt;Karl , Swimmer&lt;/P&gt;&lt;P&gt;Peter , none&lt;/P&gt;&lt;P&gt;Jay , Soccer Player&lt;/P&gt;&lt;P&gt;Tom , Cyclist&lt;/P&gt;&lt;P&gt;John , Cyclist ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="cyclist.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/70969_cyclist.png" /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 15:02:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-names-with-certain-values/m-p/808454#M285388</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-11-11T15:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Show only names with certain values</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-names-with-certain-values/m-p/808455#M285389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anand's approach is fine, but it may be desirable to avoid a calculated dimension. If so, I'd deal with this in the data load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your load script use a similar expression:&lt;/P&gt;&lt;P&gt;If(Sport='Cyclist', Persons, Null()) as Cyclists&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 15:04:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-names-with-certain-values/m-p/808455#M285389</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2014-11-11T15:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Show only names with certain values</title>
      <link>https://community.qlik.com/t5/QlikView/Show-only-names-with-certain-values/m-p/808456#M285390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I ended up using SQL in the script which did the trick:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SQL SELECT * from tablename&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where (People = 'Cyclist')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For my actual scenario, I really don't need to see the other values. These are NULL, blank or garbage. In this way I can filter out the data before it is displayed on my sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for the other responses, I will use them in future !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 10:42:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-only-names-with-certain-values/m-p/808456#M285390</guid>
      <dc:creator />
      <dc:date>2014-11-12T10:42:41Z</dc:date>
    </item>
  </channel>
</rss>

