<?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 selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-box-selection/m-p/383628#M143171</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;I want to restrict the user to not to select more than one value in the list box. But i dont want to use the always one selected value .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Sep 2012 00:17:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-09-04T00:17:11Z</dc:date>
    <item>
      <title>List box selection</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-selection/m-p/383628#M143171</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;I want to restrict the user to not to select more than one value in the list box. But i dont want to use the always one selected value .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 00:17:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-selection/m-p/383628#M143171</guid>
      <dc:creator />
      <dc:date>2012-09-04T00:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: List box selection</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-selection/m-p/383629#M143172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;go&amp;nbsp; to the listbox and select one value, then goto the properties of the listbox and from general select one value&lt;/P&gt;&lt;P&gt;that\ works fine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 04:45:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-selection/m-p/383629#M143172</guid>
      <dc:creator>shree909</dc:creator>
      <dc:date>2012-09-04T04:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: List box selection</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-selection/m-p/383630#M143173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response,but as i mentioned i dont want to use always one selected value since i want to clear it when navigating from one tab to another&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 04:48:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-selection/m-p/383630#M143173</guid>
      <dc:creator />
      <dc:date>2012-09-04T04:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: List box selection</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-selection/m-p/383631#M143174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when u navigfate from from one tab to another , whatever u have&amp;nbsp; in the current tab must be cleared.&lt;/P&gt;&lt;P&gt;this can be achieved by using bookmark.&lt;/P&gt;&lt;P&gt;the problem would be when u come back to the previous tab all your data will be cleared.&lt;/P&gt;&lt;P&gt;is that&amp;nbsp; what something ur looking. then use the bookmark .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 04:52:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-selection/m-p/383631#M143174</guid>
      <dc:creator>shree909</dc:creator>
      <dc:date>2012-09-04T04:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: List box selection</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-selection/m-p/383632#M143175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First I thoght about Triggers, macros an so on...&lt;/P&gt;&lt;P&gt;But then I think I'v found a better and more stable solution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a separate table with a new feild that contains exactly the same values.Now we have two fields. Let's name them 'NewField' and 'FieldToClear' correspondingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then create list box with 'NewField' and check it to 'only one' selection. Since this field is not connected with others it will not affect your model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can use set analiysis in your expressions, for example:&lt;/P&gt;&lt;P&gt;Sum(&lt;STRONG&gt;{$&amp;lt;FieldToClear=P(NewField)&amp;gt;}&lt;/STRONG&gt; amount) - in expressions&lt;/P&gt;&lt;P&gt;=aggr(Only(&lt;STRONG&gt;{$&amp;lt;FieldToClear=P(NewField)&amp;gt;}&lt;/STRONG&gt; FieldToClear), FieldToClear) - as dimension instead of FieldToClear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course you should hide the field FieldToClear from user.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 04:58:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-selection/m-p/383632#M143175</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-04T04:58:50Z</dc:date>
    </item>
  </channel>
</rss>

