<?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 Current selection box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Current-selection-box/m-p/305177#M112718</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks, decided to stay with scroll bar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jun 2011 10:50:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-06-23T10:50:38Z</dc:date>
    <item>
      <title>Current selection box</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selection-box/m-p/305173#M112714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Is there a way to supress the horizontal scroll bar on a current selections box&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2011 08:38:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selection-box/m-p/305173#M112714</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-21T08:38:05Z</dc:date>
    </item>
    <item>
      <title>Current selection box</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selection-box/m-p/305174#M112715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Not that I'm aware of, but consider this, If you were able to supress the horizontal scroll bar wouldn't this invalidate the purpose of the current selection box. Namely keeping the user aware of the selections made to understand the meaning of the charts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2011 09:17:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selection-box/m-p/305174#M112715</guid>
      <dc:creator />
      <dc:date>2011-06-21T09:17:18Z</dc:date>
    </item>
    <item>
      <title>Current selection box</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selection-box/m-p/305175#M112716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; The intention is that there would be enough abbreviated info and the pop-up text would provide the rest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2011 09:33:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selection-box/m-p/305175#M112716</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-21T09:33:57Z</dc:date>
    </item>
    <item>
      <title>Current selection box</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selection-box/m-p/305176#M112717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a text box as a work-around. &lt;/P&gt;&lt;P&gt;You can use the expression:&lt;/P&gt;&lt;P&gt;=getcurrentselections()&lt;/P&gt;&lt;P&gt;Then, you adjust the size you need and go to object properties -&amp;gt; caption -&amp;gt; Help text and use the same expression there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I agree with Richard, this can make the be less useful than a current selection box with the appropriate space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2011 16:30:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selection-box/m-p/305176#M112717</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-06-21T16:30:32Z</dc:date>
    </item>
    <item>
      <title>Current selection box</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selection-box/m-p/305177#M112718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks, decided to stay with scroll bar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2011 10:50:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selection-box/m-p/305177#M112718</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-23T10:50:38Z</dc:date>
    </item>
    <item>
      <title>Current selection box</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selection-box/m-p/305178#M112719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can make a macro that changes the column widths, and set them so low that the scrollbar disappears.&lt;/P&gt;&lt;P&gt;Actual values will of course depend on the size of you currentselections box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub SetWidths&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set cs = ActiveDocument.GetSheetObject("CS01")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dim w(2)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; w(0) = 100&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; w(1) = 50&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; w(2) = 50&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cs.SetPixWidths w&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2011 11:24:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selection-box/m-p/305178#M112719</guid>
      <dc:creator>kji</dc:creator>
      <dc:date>2011-06-23T11:24:36Z</dc:date>
    </item>
  </channel>
</rss>

