<?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: Current selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Current-selection/m-p/657089#M239904</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Read:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/23187"&gt;Exclude field from current selections box&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/2748"&gt;Hide a Column from current selection Box&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Jul 2014 05:21:15 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2014-07-11T05:21:15Z</dc:date>
    <item>
      <title>Current selection</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selection/m-p/657087#M239902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have one list box with always one selected value.&lt;/P&gt;&lt;P&gt;I want this selected field will not appear in Current Selection Box. How to do this?&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;P&gt;&lt;IMG alt="CS.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/62243_CS.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 05:12:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selection/m-p/657087#M239902</guid>
      <dc:creator>soha1902</dc:creator>
      <dc:date>2014-07-11T05:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Current selection</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selection/m-p/657088#M239903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi soha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in order to make this you need to set hidden prefix in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set hidePrefix='~';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then while loading the column&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;A as ~A&lt;/P&gt;&lt;P&gt;select * from......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will hide the selection of this field &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 05:15:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selection/m-p/657088#M239903</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2014-07-11T05:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Current selection</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selection/m-p/657089#M239904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Read:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/23187"&gt;Exclude field from current selections box&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/2748"&gt;Hide a Column from current selection Box&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 05:21:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selection/m-p/657089#M239904</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-07-11T05:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Current selection</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selection/m-p/657090#M239905</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;Try like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rename the field to %fieldName format in script like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Set hidePrefix='%';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableName:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;Country AS %Country&lt;/P&gt;&lt;P&gt;FROM Datasource;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now load the Dashboard, now the field name starts with % is not shown in the CurrentSelections box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 06:00:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selection/m-p/657090#M239905</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-07-11T06:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Current selection</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selection/m-p/657091#M239906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in order to do that, passing hide variables is only the alternate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 06:08:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selection/m-p/657091#M239906</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2014-07-11T06:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Current selection</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selection/m-p/657092#M239907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;If u have tried all the above replies and none of them have worked then, remove or delete that current selection box and create a new one. I m not sure but u can give a try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 07:06:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selection/m-p/657092#M239907</guid>
      <dc:creator />
      <dc:date>2014-07-11T07:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Current selection</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selection/m-p/657093#M239908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply. As per your suggestion I used&amp;nbsp; Set HidePrfix. It excluded list box selection from Current Selection but its also excluded from other charts also. I am using this list box to generate dynamic chart. if I used Set HidePrefix then my chart showing "No data to display".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 07:51:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selection/m-p/657093#M239908</guid>
      <dc:creator>soha1902</dc:creator>
      <dc:date>2014-07-11T07:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Current selection</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selection/m-p/657094#M239909</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;Try adding the Dimension again in chart and list box by selecting Show System Fields option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 08:01:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selection/m-p/657094#M239909</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-07-11T08:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Current selection</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selection/m-p/657095#M239910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now its working Jagan...I followed the link which tresesco shared and got the solution.....thank you very much for your help. In that link also they mentioned the same solution which you are mentioning here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 08:07:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selection/m-p/657095#M239910</guid>
      <dc:creator>soha1902</dc:creator>
      <dc:date>2014-07-11T08:07:29Z</dc:date>
    </item>
  </channel>
</rss>

