<?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 Use of ONLY-function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Use-of-ONLY-function/m-p/478957#M483152</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;&lt;/P&gt;&lt;P&gt;I am trying to accomplish something similar than listed here &lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/thread/23994" title="http://community.qlik.com/thread/23994"&gt;http://community.qlik.com/thread/23994&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;use expression to filter the value 'On hold' away from a listbox displaying StatusName.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the examples listed at the link I tried&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Only({&amp;lt;StatusName-={'On hold'}&amp;gt;}StatusName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AND&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Only({&amp;lt;StatusName={'*'}-{'On hold'}&amp;gt;}StatusName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but they did not work. In fact, after the change the listbox displays only its caption - no values at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you think of something that is wrong in my approach?&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;Juho&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jul 2013 06:12:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-07-15T06:12:10Z</dc:date>
    <item>
      <title>Use of ONLY-function</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-ONLY-function/m-p/478957#M483152</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;&lt;/P&gt;&lt;P&gt;I am trying to accomplish something similar than listed here &lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/thread/23994" title="http://community.qlik.com/thread/23994"&gt;http://community.qlik.com/thread/23994&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;use expression to filter the value 'On hold' away from a listbox displaying StatusName.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the examples listed at the link I tried&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Only({&amp;lt;StatusName-={'On hold'}&amp;gt;}StatusName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AND&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Only({&amp;lt;StatusName={'*'}-{'On hold'}&amp;gt;}StatusName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but they did not work. In fact, after the change the listbox displays only its caption - no values at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you think of something that is wrong in my approach?&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;Juho&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 06:12:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-ONLY-function/m-p/478957#M483152</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-15T06:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Use of ONLY-function</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-ONLY-function/m-p/478958#M483153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are you trying to do? Do you want to hide one value in a listbox? If so try as expression =if(StatusName&amp;lt;&amp;gt;'On hold',StatusName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not please post an example. &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-1290" style="color: #007fc0;"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 06:17:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-ONLY-function/m-p/478958#M483153</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-07-15T06:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Use of ONLY-function</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-ONLY-function/m-p/478959#M483154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just what I wanted to do, thanks! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 06:27:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-ONLY-function/m-p/478959#M483154</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-15T06:27:15Z</dc:date>
    </item>
  </channel>
</rss>

