<?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 alternatives -exclude selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Current-selection-alternatives-exclude-selection/m-p/965953#M331116</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Is it possible to get the Lock/Unlock and dropdown selection into the nice version of Current Selection above ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;/Tormod &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Oct 2015 11:35:39 GMT</pubDate>
    <dc:creator>thanstad</dc:creator>
    <dc:date>2015-10-30T11:35:39Z</dc:date>
    <item>
      <title>Current selection alternatives -exclude selection</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selection-alternatives-exclude-selection/m-p/965948#M331111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-7118"&gt;Current Selection Alternatives&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi all in the application shared for current selection alternative , if we want to omit some field from the current selection box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say in the qvw shared on above post if we want to remove the selection for Field four from Current selection straight table&amp;nbsp; as we have not mapped it..(.Straight Table with TextBetween....) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do we have a way to do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Khushboo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 08:14:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selection-alternatives-exclude-selection/m-p/965948#M331111</guid>
      <dc:creator />
      <dc:date>2015-09-30T08:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Current selection alternatives -exclude selection</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selection-alternatives-exclude-selection/m-p/965949#M331112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to exclude fields using set analysis, something like attached should work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 08:52:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selection-alternatives-exclude-selection/m-p/965949#M331112</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-09-30T08:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Current selection alternatives -exclude selection</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selection-alternatives-exclude-selection/m-p/965950#M331113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/173118"&gt;Current Selection Display&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 09:54:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selection-alternatives-exclude-selection/m-p/965950#M331113</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-09-30T09:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Current selection alternatives -exclude selection</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selection-alternatives-exclude-selection/m-p/965951#M331114</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;If you are looking to hide fieldname from current selection box. What you can do is in the script&lt;/P&gt;&lt;P&gt;SET HidePrefix = %;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then at the end of you script (in the case of attached .qvw) have a line as this&lt;/P&gt;&lt;P&gt;RENAME Field FieldFour to %FieldFour;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will hide the field name from showing in current selection box. See below script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let vShowCS = 0;&lt;/P&gt;&lt;P&gt;SET HidePrefix = %;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FieldOne, FieldTwo, FieldThree, FieldFour&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, A, Red, LOOONG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, B, Green, LOOONG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, C, Amber, LOOONG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, D, Blue, LOOONG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5, E, Red, LOOONG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6, F, Green, LOOONG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7, A, Amber, LOOONG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8, B, Blue, LOOONG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9, C, Red, LOOONG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10, D, Green, LOOONG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11, E, Amber, LOOONG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12, F, Blue, LOOONG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, B, Red, LOOONG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, D, Green, LOOONG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, E, Green, LOOONG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, F, Red, LOOONG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, A, Blue, LOOONG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5, B, Amber, LOOONG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6, C, Blue, LOOONG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7, D, Amber, LOOONG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8, E, Red, LOOONG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9, F, Amber, LOOONG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10, D, Green, LOOONG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11, A, Green, LOOONG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12, B, Red, LOOONG&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FieldNameTranslation:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OldName, NewName&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FieldOne, Oans&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FieldTwo, Zwoa&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FieldThree, Zwoa&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RENAME Field FieldFour to %FieldFour;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 10:09:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selection-alternatives-exclude-selection/m-p/965951#M331114</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-09-30T10:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Current selection alternatives -exclude selection</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selection-alternatives-exclude-selection/m-p/965952#M331115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a ton for the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was not using Aggr function, hence it was not working for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Khushboo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 10:56:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selection-alternatives-exclude-selection/m-p/965952#M331115</guid>
      <dc:creator />
      <dc:date>2015-09-30T10:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Current selection alternatives -exclude selection</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selection-alternatives-exclude-selection/m-p/965953#M331116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Is it possible to get the Lock/Unlock and dropdown selection into the nice version of Current Selection above ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;/Tormod &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 11:35:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selection-alternatives-exclude-selection/m-p/965953#M331116</guid>
      <dc:creator>thanstad</dc:creator>
      <dc:date>2015-10-30T11:35:39Z</dc:date>
    </item>
  </channel>
</rss>

