<?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: Hide fields from current selections. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-fields-from-current-selections/m-p/857222#M999765</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But i dont understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i use this can i use this see the list table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here an example of what i wanna do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Jun 2015 13:52:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-06-09T13:52:34Z</dc:date>
    <item>
      <title>Hide fields from current selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-fields-from-current-selections/m-p/857218#M999761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm used to use inline tables with IDs to hide/show graphs and tables (I use the conditional). I don't like the buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now, my client don't like this because in the current selections he can see all this fields selected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to hide 'x' fields from the current selections?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 13:32:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-fields-from-current-selections/m-p/857218#M999761</guid>
      <dc:creator />
      <dc:date>2015-06-09T13:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: Hide fields from current selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-fields-from-current-selections/m-p/857219#M999762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use HidePrefix() instruction (Take a look at the help ...)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 13:35:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-fields-from-current-selections/m-p/857219#M999762</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-06-09T13:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: Hide fields from current selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-fields-from-current-selections/m-p/857220#M999763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeremias,&lt;/P&gt;&lt;P&gt;SET HidePrefix='_' ;&lt;BR /&gt;and use the underscore before the field name in the INLINE table,&lt;/P&gt;&lt;P&gt;eg:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;_Fieldname, vValue&lt;/P&gt;&lt;P&gt;Opt1, vValue1&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Opt2, vValue2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 13:36:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-fields-from-current-selections/m-p/857220#M999763</guid>
      <dc:creator>vcanale</dc:creator>
      <dc:date>2015-06-09T13:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Hide fields from current selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-fields-from-current-selections/m-p/857221#M999764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a prefix (or suffix) for the fields and then set HidePrefix variable accordingly in the script.&lt;/P&gt;&lt;P&gt;This will hide the fields from current selection box, like system fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 13:36:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-fields-from-current-selections/m-p/857221#M999764</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-06-09T13:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Hide fields from current selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-fields-from-current-selections/m-p/857222#M999765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But i dont understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i use this can i use this see the list table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here an example of what i wanna do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 13:52:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-fields-from-current-selections/m-p/857222#M999765</guid>
      <dc:creator />
      <dc:date>2015-06-09T13:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: Hide fields from current selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-fields-from-current-selections/m-p/857223#M999766</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;Im not sure i inderstood.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I atached an example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you, greetings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 13:53:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-fields-from-current-selections/m-p/857223#M999766</guid>
      <dc:creator />
      <dc:date>2015-06-09T13:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Hide fields from current selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-fields-from-current-selections/m-p/857224#M999767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can see the list table, and you can see the fields in the dialogs if you enable system fields, but you wont see the fields in the current selection box.&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;LOAD Field1 As %Field1, Field2 As %Field2.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 13:55:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-fields-from-current-selections/m-p/857224#M999767</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-06-09T13:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Hide fields from current selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-fields-from-current-selections/m-p/857225#M999768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can still use the field for selections in a list box. Change your script to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Set HidePrefix = '_';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt; _Table&lt;/STRONG&gt;, Id_Table&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Table1, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Table2, 2&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And look what happens..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 13:56:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-fields-from-current-selections/m-p/857225#M999768</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-06-09T13:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Hide fields from current selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-fields-from-current-selections/m-p/857226#M999769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is it &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 13:56:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-fields-from-current-selections/m-p/857226#M999769</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-06-09T13:56:15Z</dc:date>
    </item>
  </channel>
</rss>

