<?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: CUSTOMIZE SELECTION BOX in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/CUSTOMIZE-SELECTION-BOX/m-p/594046#M220110</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not with the native object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can design a text object and use the GetCurrentSelections() (for instance) expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Mar 2014 16:00:29 GMT</pubDate>
    <dc:creator>Luis_Cortizo</dc:creator>
    <dc:date>2014-03-03T16:00:29Z</dc:date>
    <item>
      <title>CUSTOMIZE SELECTION BOX</title>
      <link>https://community.qlik.com/t5/QlikView/CUSTOMIZE-SELECTION-BOX/m-p/594045#M220109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to accomplish this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the User selects a Value from the List Box the Current Selection Box Shall Display&lt;/P&gt;&lt;P&gt;for Example if the user selects a Fiedl " Year" the Current Selection Box shall say "You Have Slelected Year " and the 'Field Value for Year'&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>Mon, 03 Mar 2014 15:57:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CUSTOMIZE-SELECTION-BOX/m-p/594045#M220109</guid>
      <dc:creator />
      <dc:date>2014-03-03T15:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: CUSTOMIZE SELECTION BOX</title>
      <link>https://community.qlik.com/t5/QlikView/CUSTOMIZE-SELECTION-BOX/m-p/594046#M220110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not with the native object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can design a text object and use the GetCurrentSelections() (for instance) expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 16:00:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CUSTOMIZE-SELECTION-BOX/m-p/594046#M220110</guid>
      <dc:creator>Luis_Cortizo</dc:creator>
      <dc:date>2014-03-03T16:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: CUSTOMIZE SELECTION BOX</title>
      <link>https://community.qlik.com/t5/QlikView/CUSTOMIZE-SELECTION-BOX/m-p/594047#M220111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try adding this in a text object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(ISNULL(GetCurrentSelections()),'Nothing Selected', 'You have Selected ') &amp;amp; GetCurrentSelections(' | ')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 16:14:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CUSTOMIZE-SELECTION-BOX/m-p/594047#M220111</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-03-03T16:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: CUSTOMIZE SELECTION BOX</title>
      <link>https://community.qlik.com/t5/QlikView/CUSTOMIZE-SELECTION-BOX/m-p/594048#M220112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to display if any field is selected, use what Alan has suggested but if you want particular field and it's selected value, use below...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have given below example as customer name. You can change as per your required field name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(ISNULL(GetFieldSelections([Customer Name])),'No Customer Selected', 'You have Selected ') &amp;amp; GetFieldSelections([Customer Name],' | ')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 16:20:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CUSTOMIZE-SELECTION-BOX/m-p/594048#M220112</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-03-03T16:20:14Z</dc:date>
    </item>
  </channel>
</rss>

