<?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, current selection box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/list-box-current-selection-box/m-p/748075#M266943</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my one the dimension column lets say "is_sold" have two type of values 1,0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is_sold&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;this column is put into list box, i use expression - =if(is_sold=1 ,'yes','no')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. i also have current selection box on my dashboard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;behavior:&lt;/P&gt;&lt;P&gt;if i select filter from list box to "yes" then current selection box also show to 1 (which is basic value of column)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want:&lt;/P&gt;&lt;P&gt;i want to see "yes" in selection box instead of 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;without using dual function at script level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Feb 2015 07:57:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-02-19T07:57:11Z</dc:date>
    <item>
      <title>list box, current selection box</title>
      <link>https://community.qlik.com/t5/QlikView/list-box-current-selection-box/m-p/748075#M266943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my one the dimension column lets say "is_sold" have two type of values 1,0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is_sold&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;this column is put into list box, i use expression - =if(is_sold=1 ,'yes','no')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. i also have current selection box on my dashboard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;behavior:&lt;/P&gt;&lt;P&gt;if i select filter from list box to "yes" then current selection box also show to 1 (which is basic value of column)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want:&lt;/P&gt;&lt;P&gt;i want to see "yes" in selection box instead of 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;without using dual function at script level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 07:57:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/list-box-current-selection-box/m-p/748075#M266943</guid>
      <dc:creator />
      <dc:date>2015-02-19T07:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: list box, current selection box</title>
      <link>https://community.qlik.com/t5/QlikView/list-box-current-selection-box/m-p/748076#M266944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per my understanding, its directly not possible in UI.&lt;/P&gt;&lt;P&gt;However, you can do a workaround. use text object to show current selections.&lt;/P&gt;&lt;P&gt;You can then write expression in it.&lt;/P&gt;&lt;P&gt;if(GetFieldSelections(is_sold)=1,'yes','no')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 08:01:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/list-box-current-selection-box/m-p/748076#M266944</guid>
      <dc:creator>AbhijitBansode</dc:creator>
      <dc:date>2015-02-19T08:01:55Z</dc:date>
    </item>
  </channel>
</rss>

