<?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 Hiding Column In Table Box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hiding-Column-In-Table-Box/m-p/275373#M710969</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've a requirement of downloading table box data into the csv file.&lt;/P&gt;&lt;P&gt;i'm doing this using macro. it is working fine.&lt;/P&gt;&lt;P&gt;but, there is one column is table box which need not to be downloaded to csv file,but this column need to be present in the tablebox to get unique records.&lt;/P&gt;&lt;P&gt;so, i want to hide this column so that it will not appear in downloaded data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i've tried below macro to set column width of that particular column to 0:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;tbp.Layout.ColLayouts.Item(0).ColWidth = 0 &lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;but it is not allowing me to set ColWidth to 0, and shows below error:&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;“The call of the procedure or the argument is illegal.”&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really got stuck at this problem.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;In straight table we can hide column, but i can't use straight table because it gets heavy on bulk data and &lt;/P&gt;&lt;P&gt;performance of my application (specially CSV download functionality) is getting hampered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jun 2011 05:00:41 GMT</pubDate>
    <dc:creator>AbhijitBansode</dc:creator>
    <dc:date>2011-06-09T05:00:41Z</dc:date>
    <item>
      <title>Hiding Column In Table Box</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-Column-In-Table-Box/m-p/275373#M710969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've a requirement of downloading table box data into the csv file.&lt;/P&gt;&lt;P&gt;i'm doing this using macro. it is working fine.&lt;/P&gt;&lt;P&gt;but, there is one column is table box which need not to be downloaded to csv file,but this column need to be present in the tablebox to get unique records.&lt;/P&gt;&lt;P&gt;so, i want to hide this column so that it will not appear in downloaded data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i've tried below macro to set column width of that particular column to 0:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;tbp.Layout.ColLayouts.Item(0).ColWidth = 0 &lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;but it is not allowing me to set ColWidth to 0, and shows below error:&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;“The call of the procedure or the argument is illegal.”&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really got stuck at this problem.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;In straight table we can hide column, but i can't use straight table because it gets heavy on bulk data and &lt;/P&gt;&lt;P&gt;performance of my application (specially CSV download functionality) is getting hampered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2011 05:00:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-Column-In-Table-Box/m-p/275373#M710969</guid>
      <dc:creator>AbhijitBansode</dc:creator>
      <dc:date>2011-06-09T05:00:41Z</dc:date>
    </item>
    <item>
      <title>Hiding Column In Table Box</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-Column-In-Table-Box/m-p/275374#M710970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Can you not just make the table box a chart type of table and have that as an expression and then hide the expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2011 15:23:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-Column-In-Table-Box/m-p/275374#M710970</guid>
      <dc:creator />
      <dc:date>2011-06-09T15:23:11Z</dc:date>
    </item>
  </channel>
</rss>

