<?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: Select specific values from one field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-specific-values-from-one-field/m-p/2411924#M1225228</link>
    <description>&lt;P&gt;in script you can use&amp;nbsp;&lt;/P&gt;
&lt;P&gt;where Field 2&amp;lt;&amp;gt; '0';&lt;/P&gt;
&lt;P&gt;and in Front End&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if(Field 2&amp;lt;&amp;gt;'0',Field 2)&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jan 2024 11:12:31 GMT</pubDate>
    <dc:creator>Ahidhar</dc:creator>
    <dc:date>2024-01-29T11:12:31Z</dc:date>
    <item>
      <title>Select specific values from one field</title>
      <link>https://community.qlik.com/t5/QlikView/Select-specific-values-from-one-field/m-p/2411027#M1225200</link>
      <description>&lt;P class="lia-align-left"&gt;Hi everyone,&lt;BR /&gt;&lt;BR /&gt;Do you know how can i get values from &lt;STRONG&gt;Field 1&lt;/STRONG&gt; that does&lt;STRONG&gt; not&lt;/STRONG&gt; &lt;STRONG&gt;contain 0&lt;/STRONG&gt;&amp;nbsp;value in&lt;STRONG&gt; Field 2&lt;/STRONG&gt;.&lt;BR /&gt;For example I would like to select only "BBB" and "DDD" from the table below: (red color)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="50%" height="24px" class="lia-align-center"&gt;&lt;STRONG&gt;Field 1&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="50%" height="24px" class="lia-align-center"&gt;&lt;STRONG&gt;Field 2&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="24px"&gt;&lt;FONT color="#008000"&gt;AAA&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="50%" height="24px"&gt;&lt;FONT color="#008000"&gt;1&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="24px"&gt;&lt;FONT color="#008000"&gt;AAA&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="50%" height="24px"&gt;&lt;FONT color="#008000"&gt;2&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="24px"&gt;&lt;FONT color="#008000"&gt;AAA&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="50%" height="24px"&gt;&lt;FONT color="#008000"&gt;0&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="24px"&gt;&lt;FONT color="#FF0000"&gt;BBB&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="50%" height="24px"&gt;&lt;FONT color="#FF0000"&gt;1&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="46px"&gt;&lt;FONT color="#FF0000"&gt;BBB&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="50%" height="46px"&gt;&lt;FONT color="#FF0000"&gt;2&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="24px"&gt;&lt;FONT color="#008000"&gt;CCC&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="50%" height="24px"&gt;&lt;FONT color="#008000"&gt;0&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="24px"&gt;&lt;FONT color="#008000"&gt;CCC&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="50%" height="24px"&gt;&lt;FONT color="#008000"&gt;2&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="24px"&gt;&lt;FONT color="#FF0000"&gt;DDD&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="50%" height="24px"&gt;&lt;FONT color="#FF0000"&gt;3&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;U&gt;&lt;/U&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 11:39:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-specific-values-from-one-field/m-p/2411027#M1225200</guid>
      <dc:creator>KyriakosM</dc:creator>
      <dc:date>2024-01-25T11:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Select specific values from one field</title>
      <link>https://community.qlik.com/t5/QlikView/Select-specific-values-from-one-field/m-p/2411086#M1225220</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Do you want to do this in the script, in the visualization (set analysis) or in a selection filter ?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 13:35:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-specific-values-from-one-field/m-p/2411086#M1225220</guid>
      <dc:creator>Pierrick</dc:creator>
      <dc:date>2024-01-25T13:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: Select specific values from one field</title>
      <link>https://community.qlik.com/t5/QlikView/Select-specific-values-from-one-field/m-p/2411924#M1225228</link>
      <description>&lt;P&gt;in script you can use&amp;nbsp;&lt;/P&gt;
&lt;P&gt;where Field 2&amp;lt;&amp;gt; '0';&lt;/P&gt;
&lt;P&gt;and in Front End&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if(Field 2&amp;lt;&amp;gt;'0',Field 2)&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2024 11:12:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-specific-values-from-one-field/m-p/2411924#M1225228</guid>
      <dc:creator>Ahidhar</dc:creator>
      <dc:date>2024-01-29T11:12:31Z</dc:date>
    </item>
  </channel>
</rss>

