<?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: Hide a field from a LISTBOX in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-a-field-from-a-LISTBOX/m-p/1542502#M744989</link>
    <description>Yes, I'm sorry. Typo.. using a mobile to answer!</description>
    <pubDate>Mon, 11 Feb 2019 18:52:04 GMT</pubDate>
    <dc:creator>mayank_daga</dc:creator>
    <dc:date>2019-02-11T18:52:04Z</dc:date>
    <item>
      <title>Hide a field from a LISTBOX</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-a-field-from-a-LISTBOX/m-p/1542392#M744983</link>
      <description>&lt;P&gt;Need to hide a field from a LISTBOX. For example, I want to not show 2027 (they used it as a test year).&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-a-field-from-a-LISTBOX/m-p/1542392#M744983</guid>
      <dc:creator>fanninam</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a field from a LISTBOX</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-a-field-from-a-LISTBOX/m-p/1542393#M744984</link>
      <description>if(Yourfield&amp;lt;&amp;gt;2027,Yourfield)</description>
      <pubDate>Mon, 11 Feb 2019 14:50:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-a-field-from-a-LISTBOX/m-p/1542393#M744984</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2019-02-11T14:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a field from a LISTBOX</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-a-field-from-a-LISTBOX/m-p/1542395#M744985</link>
      <description>&lt;PRE&gt;IF(Your_field =2027,null(),Your_field)&lt;/PRE&gt;&lt;P&gt;or&lt;/P&gt;&lt;PRE&gt;pick(Match(Your_field,2027)+1,Your_field,null())&lt;/PRE&gt;</description>
      <pubDate>Mon, 11 Feb 2019 14:52:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-a-field-from-a-LISTBOX/m-p/1542395#M744985</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2019-02-11T14:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a field from a LISTBOX</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-a-field-from-a-LISTBOX/m-p/1542399#M744986</link>
      <description>&lt;P&gt;Another option&lt;/P&gt;&lt;PRE&gt;Aggr(Only({1&amp;lt;Year = e({&amp;lt;Year = {2027}&amp;gt;})&amp;gt;}) Year), Year)&lt;/PRE&gt;</description>
      <pubDate>Mon, 11 Feb 2019 15:02:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-a-field-from-a-LISTBOX/m-p/1542399#M744986</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-02-11T15:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a field from a LISTBOX</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-a-field-from-a-LISTBOX/m-p/1542500#M744987</link>
      <description>Try this:&lt;BR /&gt;&lt;BR /&gt;AGGR(CONCAT({1&amp;lt;Year-={'2027'}&amp;gt;} Year), Year)</description>
      <pubDate>Mon, 11 Feb 2019 18:44:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-a-field-from-a-LISTBOX/m-p/1542500#M744987</guid>
      <dc:creator>mayank_daga</dc:creator>
      <dc:date>2019-02-11T18:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a field from a LISTBOX</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-a-field-from-a-LISTBOX/m-p/1542501#M744988</link>
      <description>&lt;P&gt;The problem is that as soon as your select a Year, the other Years will vanish. May be you wanted this&lt;/P&gt;&lt;PRE&gt;AGGR(CONCAT({1&amp;lt;Year=-{'2027'}&amp;gt;} Year), Year)&lt;/PRE&gt;&lt;P&gt;minus sign after = and not before&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 18:49:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-a-field-from-a-LISTBOX/m-p/1542501#M744988</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-02-11T18:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a field from a LISTBOX</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-a-field-from-a-LISTBOX/m-p/1542502#M744989</link>
      <description>Yes, I'm sorry. Typo.. using a mobile to answer!</description>
      <pubDate>Mon, 11 Feb 2019 18:52:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-a-field-from-a-LISTBOX/m-p/1542502#M744989</guid>
      <dc:creator>mayank_daga</dc:creator>
      <dc:date>2019-02-11T18:52:04Z</dc:date>
    </item>
  </channel>
</rss>

