<?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 list box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/list-box/m-p/1326696#M842584</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;i have two tabs one is main tab which has bar charts and line charts in it is related to sales data&lt;/P&gt;&lt;P&gt;and the other tab is Deatail this tab has information about employees and sales details too . &lt;/P&gt;&lt;P&gt;now in the Detai tab i use a filter called &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Plus" within which the content is like "Level One" and this filter "Plus " i used as a filter when i click on Level one , all the Detail tab show the sales related to only Level One employee&lt;/P&gt;&lt;P&gt;and when click on Main tab there also the values change according to the selection of Level one , where as i have not used Plus list box here .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My rewuirement is like &lt;/P&gt;&lt;P&gt;Whenever i Navigate to Main tab , the plus filter (Level One ) should get deselected .. can i achieve this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>smilingjohn</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>list box</title>
      <link>https://community.qlik.com/t5/QlikView/list-box/m-p/1326696#M842584</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;i have two tabs one is main tab which has bar charts and line charts in it is related to sales data&lt;/P&gt;&lt;P&gt;and the other tab is Deatail this tab has information about employees and sales details too . &lt;/P&gt;&lt;P&gt;now in the Detai tab i use a filter called &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Plus" within which the content is like "Level One" and this filter "Plus " i used as a filter when i click on Level one , all the Detail tab show the sales related to only Level One employee&lt;/P&gt;&lt;P&gt;and when click on Main tab there also the values change according to the selection of Level one , where as i have not used Plus list box here .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My rewuirement is like &lt;/P&gt;&lt;P&gt;Whenever i Navigate to Main tab , the plus filter (Level One ) should get deselected .. can i achieve this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/list-box/m-p/1326696#M842584</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: list box</title>
      <link>https://community.qlik.com/t5/QlikView/list-box/m-p/1326697#M842585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-family: 'courier new', courier;"&gt;You can use select in field in &lt;SPAN style="font-size: 13.3333px;"&gt;Sheet event trigger and place a list box on the sheet for testing and can hide later.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier; color: #000080;"&gt;How this will work : &lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier; color: #000080;"&gt;Goto sheet properties &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier; color: #000080;"&gt;Triggers&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier; color: #000080;"&gt;OnActivateSheet&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier; color: #000080;"&gt;Select - Select in field&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier; color: #000080;"&gt;In the Field use &lt;STRONG&gt;Plus&lt;/STRONG&gt; filter&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier; color: #000080;"&gt;In Search String enter level one and &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier; color: #000080;"&gt;click on apply &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier; color: #000080;"&gt;Save&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #000080; font-family: 'courier new', courier;"&gt;Hope this will solve your req.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Apr 2017 04:39:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/list-box/m-p/1326697#M842585</guid>
      <dc:creator>punitpopli</dc:creator>
      <dc:date>2017-04-17T04:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: list box</title>
      <link>https://community.qlik.com/t5/QlikView/list-box/m-p/1326698#M842586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But i want to clear the field Plus .... i think u posted the above procedure to make selections ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Apr 2017 05:05:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/list-box/m-p/1326698#M842586</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2017-04-17T05:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: list box</title>
      <link>https://community.qlik.com/t5/QlikView/list-box/m-p/1326699#M842587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI John,&lt;/P&gt;&lt;P&gt;You can use alter state property,it may help you to meet ur requirement.&lt;/P&gt;&lt;P&gt;find the attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R/Murali.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Apr 2017 05:12:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/list-box/m-p/1326699#M842587</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-17T05:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: list box</title>
      <link>https://community.qlik.com/t5/QlikView/list-box/m-p/1326700#M842588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-family: 'courier new', courier;"&gt;first three steps can be used as it is and instead of "Select in Field " you can use "Clear field" action&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Apr 2017 06:07:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/list-box/m-p/1326700#M842588</guid>
      <dc:creator>punitpopli</dc:creator>
      <dc:date>2017-04-17T06:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: list box</title>
      <link>https://community.qlik.com/t5/QlikView/list-box/m-p/1326701#M842589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the &lt;EM&gt;&lt;STRONG&gt;Sheet level triggers we have option to select and deselect a filed ..go to sheet properties &amp;gt; Triggers &amp;gt; On Activate &amp;gt; Select the option to clear the field and mention the filed to clear &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Apr 2017 06:38:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/list-box/m-p/1326701#M842589</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-04-17T06:38:16Z</dc:date>
    </item>
  </channel>
</rss>

