<?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: List Box Problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Re-List-Box-Problem/m-p/451376#M1158371</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;it works on OR gate..&lt;/P&gt;&lt;P&gt;like if you select year then corresponding assosiation made on month when you select month then you can't deselect &lt;/P&gt;&lt;P&gt;another option using AND mode list box.&lt;/P&gt;&lt;P&gt;i attached the file may be helpful to you.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jan 2013 05:23:22 GMT</pubDate>
    <dc:creator>er_mohit</dc:creator>
    <dc:date>2013-01-24T05:23:22Z</dc:date>
    <item>
      <title>Re: List Box Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Re-List-Box-Problem/m-p/451375#M1158370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This discussion may be easy to all of you as I'm new in qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose I select a List Box named Year. What I want, when I will select another List Box named Month the Year List Box should be deselected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one help me to get rid of this problem.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:PR@D!P"&gt;PR@D!P&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 05:09:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Re-List-Box-Problem/m-p/451375#M1158370</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2013-01-24T05:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Re-List-Box-Problem/m-p/451376#M1158371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;it works on OR gate..&lt;/P&gt;&lt;P&gt;like if you select year then corresponding assosiation made on month when you select month then you can't deselect &lt;/P&gt;&lt;P&gt;another option using AND mode list box.&lt;/P&gt;&lt;P&gt;i attached the file may be helpful to you.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 05:23:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Re-List-Box-Problem/m-p/451376#M1158371</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-01-24T05:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Re-List-Box-Problem/m-p/451377#M1158372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks for reply.&lt;/P&gt;&lt;P&gt;Can this problem be sorted out using Macro?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 05:52:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Re-List-Box-Problem/m-p/451377#M1158372</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2013-01-24T05:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Re-List-Box-Problem/m-p/451378#M1158373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Go to the module and create a Sub vbscrip:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub Test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.Fields ("Year"). Clear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Go to the menu:&lt;/P&gt;&lt;P&gt;Settings, Document Properties,&lt;/P&gt;&lt;P&gt;Triggers tab and locate the month field in the "Event Triggers field."&lt;/P&gt;&lt;P&gt;Click on the field and click the "Select By" and create an action type "External Run Macro."&lt;/P&gt;&lt;P&gt;In the Macro Name field enter the name of the SUB in this case is "Test".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, whenever you select any value in the month, the year field will be cleared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;God bless you!&lt;/P&gt;&lt;P&gt;Stive&lt;/P&gt;&lt;P&gt;Brazil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 11:59:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Re-List-Box-Problem/m-p/451378#M1158373</guid>
      <dc:creator />
      <dc:date>2013-01-24T11:59:43Z</dc:date>
    </item>
  </channel>
</rss>

