<?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: Clarification in the List box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Clarification-in-the-List-box/m-p/440976#M164397</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Check the attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Dec 2012 04:19:25 GMT</pubDate>
    <dc:creator>sivarajs</dc:creator>
    <dc:date>2012-12-19T04:19:25Z</dc:date>
    <item>
      <title>Clarification in the List box</title>
      <link>https://community.qlik.com/t5/QlikView/Clarification-in-the-List-box/m-p/440971#M164392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I have four inline attributes like in the below, I would like to create a list box that should not show Mar in the list box and rest should show.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to block the month Mar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * Inline[&lt;/P&gt;&lt;P&gt;Month&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;P&gt;Feb&lt;/P&gt;&lt;P&gt;Mar&lt;/P&gt;&lt;P&gt;Apr] ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chriss&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2012 05:53:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clarification-in-the-List-box/m-p/440971#M164392</guid>
      <dc:creator />
      <dc:date>2012-12-17T05:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification in the List box</title>
      <link>https://community.qlik.com/t5/QlikView/Clarification-in-the-List-box/m-p/440972#M164393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Listbox expression use if(not wildmatch(Month,'*Mar*'),Month)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2012 06:07:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clarification-in-the-List-box/m-p/440972#M164393</guid>
      <dc:creator>sivarajs</dc:creator>
      <dc:date>2012-12-17T06:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification in the List box</title>
      <link>https://community.qlik.com/t5/QlikView/Clarification-in-the-List-box/m-p/440973#M164394</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;Try this code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T_Month:&lt;/P&gt;&lt;P&gt;Load&amp;nbsp; &lt;/P&gt;&lt;P&gt; IF (Month= 'Mar',Null(),Month) AS Month&lt;/P&gt;&lt;P&gt;Resident TableName;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nirav Bhimani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2012 06:13:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clarification-in-the-List-box/m-p/440973#M164394</guid>
      <dc:creator>nirav_bhimani</dc:creator>
      <dc:date>2012-12-17T06:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification in the List box</title>
      <link>https://community.qlik.com/t5/QlikView/Clarification-in-the-List-box/m-p/440974#M164395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sivaraj and Nirav, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Owesome, it works...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regrads&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chirss&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2012 06:45:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clarification-in-the-List-box/m-p/440974#M164395</guid>
      <dc:creator />
      <dc:date>2012-12-17T06:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification in the List box</title>
      <link>https://community.qlik.com/t5/QlikView/Clarification-in-the-List-box/m-p/440975#M164396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Sivaraj &lt;/SPAN&gt; &amp;amp; &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Chriss&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please share a demo file of the expression which is working in above case.&lt;/P&gt;&lt;P&gt;In my case ur expression is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nirav Bhimani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 12:20:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clarification-in-the-List-box/m-p/440975#M164396</guid>
      <dc:creator>nirav_bhimani</dc:creator>
      <dc:date>2012-12-18T12:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification in the List box</title>
      <link>https://community.qlik.com/t5/QlikView/Clarification-in-the-List-box/m-p/440976#M164397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Check the attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 04:19:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clarification-in-the-List-box/m-p/440976#M164397</guid>
      <dc:creator>sivarajs</dc:creator>
      <dc:date>2012-12-19T04:19:25Z</dc:date>
    </item>
  </channel>
</rss>

