<?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 Prefix in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-Prefix/m-p/724475#M259913</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;From Qlikivew Help file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor1092"&gt;&lt;/A&gt;&lt;A name="HidePrefix"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;HidePrefix&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;All field names beginning with this text string will be hidden in the same manner as the system fields. A user-defined variable. &lt;/P&gt;&lt;P class="example"&gt;Example:&lt;/P&gt;&lt;P class="Code"&gt;set HidePrefix='_' ;&lt;/P&gt;&lt;P&gt;If this statement is used, the field names beginning with an underscore will not be shown in the field name lists when the system fields are hidden. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;set HidePrefix='_' ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;ID AS _Key&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;FROM DataSource;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now _Key is not visible in the Fields listbox, if you want to see this column then you need to select &lt;STRONG&gt;Show System Fields&lt;/STRONG&gt; 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, 22 Aug 2014 03:27:09 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2014-08-22T03:27:09Z</dc:date>
    <item>
      <title>Hide Prefix</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Prefix/m-p/724473#M259911</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;I am asked to use Hide Prefix but don't know how to use it correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;Table 1: Projects: proj_id (key), proj_name, start, end, status&lt;/P&gt;&lt;P&gt;Table 2: Teams: team_id, proj_id, team_name&lt;/P&gt;&lt;P&gt;Table 3: Expense: expense_id, proj_id, amount&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proj_id is in all tables and would be the field to join on. How would I use hide prefix on it? Do I need to use hide prefix for all three? I am getting a synthetic key when used in all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help or clarification is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 19:19:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Prefix/m-p/724473#M259911</guid>
      <dc:creator />
      <dc:date>2014-08-21T19:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Prefix</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Prefix/m-p/724474#M259912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;prefix your key field with a character, in this example it's '%' on all three proj_id fields. All the field names that are prefexed with this character will not show up in the current selections field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the attachment for how I used hideprefix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can still use it as a Listbox or Dimension. The field would now be listed in system fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notice the "Show System Fields" is unselected:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="64960" alt="before1.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/64960_before1.PNG.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="64967" alt="before.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/64967_before.PNG.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 20:31:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Prefix/m-p/724474#M259912</guid>
      <dc:creator />
      <dc:date>2014-08-21T20:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Prefix</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Prefix/m-p/724475#M259913</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;From Qlikivew Help file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor1092"&gt;&lt;/A&gt;&lt;A name="HidePrefix"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;HidePrefix&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;All field names beginning with this text string will be hidden in the same manner as the system fields. A user-defined variable. &lt;/P&gt;&lt;P class="example"&gt;Example:&lt;/P&gt;&lt;P class="Code"&gt;set HidePrefix='_' ;&lt;/P&gt;&lt;P&gt;If this statement is used, the field names beginning with an underscore will not be shown in the field name lists when the system fields are hidden. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;set HidePrefix='_' ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;ID AS _Key&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;FROM DataSource;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now _Key is not visible in the Fields listbox, if you want to see this column then you need to select &lt;STRONG&gt;Show System Fields&lt;/STRONG&gt; 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, 22 Aug 2014 03:27:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Prefix/m-p/724475#M259913</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-08-22T03:27:09Z</dc:date>
    </item>
  </channel>
</rss>

