<?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 Hide columns in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-columns/m-p/837013#M998584</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have designed data model by joining OperatingUnit table with fact table which has opertg_unit_key as primary key column. But user doesnt want to see opertg_unit_key( key columns which used to join table ). By searching over youtube, i tried implementing following code, which doesnt work.&lt;/P&gt;&lt;P&gt;SET&amp;nbsp; HidePrefix = '~'&lt;BR /&gt;ODBC CONNECT32 TO [dw-xlre-am] (UserId is crystal, Password is password);&lt;BR /&gt;OperatingUnit:&lt;BR /&gt;LOAD OperatingUnitDesc,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; opertg_unit_key AS [~opertg_unit_key]&lt;BR /&gt;FROM&lt;BR /&gt;&lt;C&gt; (qvd); &lt;/C&gt;&lt;/P&gt;&lt;P&gt;Could you please suggest me how to hide/Drop/remove column from the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sherry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 27 Jun 2015 19:44:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-06-27T19:44:08Z</dc:date>
    <item>
      <title>Hide columns</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-columns/m-p/837013#M998584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have designed data model by joining OperatingUnit table with fact table which has opertg_unit_key as primary key column. But user doesnt want to see opertg_unit_key( key columns which used to join table ). By searching over youtube, i tried implementing following code, which doesnt work.&lt;/P&gt;&lt;P&gt;SET&amp;nbsp; HidePrefix = '~'&lt;BR /&gt;ODBC CONNECT32 TO [dw-xlre-am] (UserId is crystal, Password is password);&lt;BR /&gt;OperatingUnit:&lt;BR /&gt;LOAD OperatingUnitDesc,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; opertg_unit_key AS [~opertg_unit_key]&lt;BR /&gt;FROM&lt;BR /&gt;&lt;C&gt; (qvd); &lt;/C&gt;&lt;/P&gt;&lt;P&gt;Could you please suggest me how to hide/Drop/remove column from the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sherry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jun 2015 19:44:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-columns/m-p/837013#M998584</guid>
      <dc:creator />
      <dc:date>2015-06-27T19:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Hide columns</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-columns/m-p/837014#M998585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where exactly are you trying to hide it from? From a specific table or from the database? Need more information before we can guide you in the right direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jun 2015 19:55:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-columns/m-p/837014#M998585</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-27T19:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Hide columns</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-columns/m-p/837015#M998586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sharmila,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my solution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/91088_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I used a different symbol, maybe QlikView doesn't like '~'. After that in the front end sheet properties, just uncheck "Show System Fields"&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/91089_Capture2.PNG" style="height: 517px; width: 620px;" /&gt; &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture3.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/91090_Capture3.PNG" style="height: 516px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see "Specialty" field is hidden.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jun 2015 20:14:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-columns/m-p/837015#M998586</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2015-06-27T20:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Hide columns</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-columns/m-p/837016#M998587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the problem in your script is you forget a ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SET&amp;nbsp; HidePrefix = '~'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SET&amp;nbsp; HidePrefix = '~';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some different way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) HidePrefix (or HideSuffix), as you did in your script; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;from QlikView help&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor1095"&gt;&lt;/A&gt;&lt;A name="HidePrefix"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;&lt;EM&gt;HidePrefix&lt;/EM&gt;&lt;/SPAN&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&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;/EM&gt;&lt;/P&gt;&lt;P class="example"&gt;&lt;EM&gt;Example:&lt;/EM&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;EM&gt;set HidePrefix='_' ;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&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;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) mapping table&lt;/P&gt;&lt;P&gt;you can add the description to fact table using a mapping load and applymap function &lt;/P&gt;&lt;P class="Code"&gt;&lt;EM&gt;Map&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;OperatingUnit&lt;/SPAN&gt;: &lt;/EM&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;EM&gt;mapping load&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;EM&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;opertg_unit_key, &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;OperatingUnitDesc&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;FROM &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;C&gt; (qvd);&lt;/C&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;facttable:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .......,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="Code"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap ('&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Map&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;OperatingUnit&lt;/SPAN&gt;', &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;opertg_unit_key&lt;/SPAN&gt; )&lt;/SPAN&gt; as&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;OperatingUnitDesc,&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ......&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;from&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .......;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In 1 you have an hidden field, a fact table and a lookup table&lt;/P&gt;&lt;P&gt;In 2 you don't have the field and the lookup table, only the fact table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jun 2015 20:28:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-columns/m-p/837016#M998587</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-06-27T20:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Hide columns</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-columns/m-p/837017#M998588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want to drop a column from the data model use the following syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Filed &amp;lt;FiledName&amp;gt; From &amp;lt;TableName&amp;gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 05:28:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-columns/m-p/837017#M998588</guid>
      <dc:creator>svenkita</dc:creator>
      <dc:date>2015-06-29T05:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Hide columns</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-columns/m-p/837018#M998589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was trying to Hide the System columns. Found answer from Sinan i am good now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Sharmila&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 18:59:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-columns/m-p/837018#M998589</guid>
      <dc:creator />
      <dc:date>2015-07-22T18:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Hide columns</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-columns/m-p/837019#M998590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Ozdemir, I was able to get results using your solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Sharmila&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 19:01:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-columns/m-p/837019#M998590</guid>
      <dc:creator />
      <dc:date>2015-07-22T19:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: Hide columns</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-columns/m-p/837020#M998591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Thank you Grossi, i was able to fix the issue with your correction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Sharmila&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 19:09:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-columns/m-p/837020#M998591</guid>
      <dc:creator />
      <dc:date>2015-07-22T19:09:54Z</dc:date>
    </item>
  </channel>
</rss>

