<?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 Use of HidePrefix in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Use-of-HidePrefix/m-p/759686#M270318</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;I recently was trying to understand system fields and that is when i came across Hideprefix/Hidesuffix statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i set a symbol (%) with hideprefix i.e. SET hideprefix ='%' and use it for naming a field as %test, then %test is not displayed in current selection.&lt;/P&gt;&lt;P&gt;This is exactly as per the explanation in one of Qlik Discussion &lt;A href="https://community.qlik.com/thread/50924"&gt;example on system fields&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to understand whether hideprefix is a function or just another user-defined variable, i replaced it with user i.e. SET user='%'.&lt;/P&gt;&lt;P&gt;But still i cannot see %test in current selection. I have deleted hideprefix from Variable overview and also checked &lt;STRONG&gt;Show System Fields, &lt;/STRONG&gt;but no luck.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Request someone to please answer how can i make filed %test visible again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also what is the significance of using hideprefix when associated values of the hidden field value can be seen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Nupur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Dec 2014 09:17:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-12-18T09:17:09Z</dc:date>
    <item>
      <title>Use of HidePrefix</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-HidePrefix/m-p/759686#M270318</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;I recently was trying to understand system fields and that is when i came across Hideprefix/Hidesuffix statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i set a symbol (%) with hideprefix i.e. SET hideprefix ='%' and use it for naming a field as %test, then %test is not displayed in current selection.&lt;/P&gt;&lt;P&gt;This is exactly as per the explanation in one of Qlik Discussion &lt;A href="https://community.qlik.com/thread/50924"&gt;example on system fields&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to understand whether hideprefix is a function or just another user-defined variable, i replaced it with user i.e. SET user='%'.&lt;/P&gt;&lt;P&gt;But still i cannot see %test in current selection. I have deleted hideprefix from Variable overview and also checked &lt;STRONG&gt;Show System Fields, &lt;/STRONG&gt;but no luck.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Request someone to please answer how can i make filed %test visible again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also what is the significance of using hideprefix when associated values of the hidden field value can be seen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Nupur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 09:17:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-HidePrefix/m-p/759686#M270318</guid>
      <dc:creator />
      <dc:date>2014-12-18T09:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: Use of HidePrefix</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-HidePrefix/m-p/759687#M270319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rename %test to test might do the trick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hide prefix is a way to hide your keys from selections. Or other fields that should not be selected for any reason.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 09:22:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-HidePrefix/m-p/759687#M270319</guid>
      <dc:creator>Michiel_QV_Fan</dc:creator>
      <dc:date>2014-12-18T09:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Use of HidePrefix</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-HidePrefix/m-p/759688#M270320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HIDEPREFIX and HIDESUFFIX are variables. The nature of variables is such that they stay set even if you don't actually initialize them anymore the next time you run your load script. But you can unset them by using the following ... SET &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;SET HIDEPREFIX=;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 09:27:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-HidePrefix/m-p/759688#M270320</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-12-18T09:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Use of HidePrefix</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-HidePrefix/m-p/759689#M270321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Better way is to rename the field and try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 09:27:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-HidePrefix/m-p/759689#M270321</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-12-18T09:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Use of HidePrefix</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-HidePrefix/m-p/759690#M270322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3994"&gt;HidePrefix – hiding fields&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a bit of explanation on this thread&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 09:35:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-HidePrefix/m-p/759690#M270322</guid>
      <dc:creator>jpenuliar</dc:creator>
      <dc:date>2014-12-18T09:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Use of HidePrefix</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-HidePrefix/m-p/759691#M270323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michiel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your quick response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 09:36:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-HidePrefix/m-p/759691#M270323</guid>
      <dc:creator />
      <dc:date>2014-12-18T09:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Use of HidePrefix</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-HidePrefix/m-p/759692#M270324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for quick responses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Got much clear understanding now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Nupur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 09:52:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-HidePrefix/m-p/759692#M270324</guid>
      <dc:creator />
      <dc:date>2014-12-18T09:52:09Z</dc:date>
    </item>
  </channel>
</rss>

