<?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 ODBC connection - hide columns with no data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ODBC-connection-hide-columns-with-no-data/m-p/1201135#M875924</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 have made an ODBC connection and importing data. When clicking "Sheet properties" -&amp;gt; "Fields" and adding all fields, I have some fields which don't contain any data, which I want to hide or dont want to be shown - is this possible? &lt;/P&gt;&lt;P&gt;It consumes much space and don't give me any information at all. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;/Inc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>ODBC connection - hide columns with no data</title>
      <link>https://community.qlik.com/t5/QlikView/ODBC-connection-hide-columns-with-no-data/m-p/1201135#M875924</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 have made an ODBC connection and importing data. When clicking "Sheet properties" -&amp;gt; "Fields" and adding all fields, I have some fields which don't contain any data, which I want to hide or dont want to be shown - is this possible? &lt;/P&gt;&lt;P&gt;It consumes much space and don't give me any information at all. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;/Inc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ODBC-connection-hide-columns-with-no-data/m-p/1201135#M875924</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC connection - hide columns with no data</title>
      <link>https://community.qlik.com/t5/QlikView/ODBC-connection-hide-columns-with-no-data/m-p/1201136#M875925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is your data source? Try not to load the fields which are not used in the Load statement like,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF your DS is SQL or Excel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD col1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; col2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; col3;&lt;/P&gt;&lt;P&gt;SQL SElect col1, col2, col3, col4 --Col4 here has no data so not pulling into Qlikview in Load statement.&lt;/P&gt;&lt;P&gt;from dbname; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 16:30:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ODBC-connection-hide-columns-with-no-data/m-p/1201136#M875925</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2016-10-31T16:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC connection - hide columns with no data</title>
      <link>https://community.qlik.com/t5/QlikView/ODBC-connection-hide-columns-with-no-data/m-p/1201137#M875926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If you want to hide lines with no data you can do this:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD col1,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; col2,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; col3&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; col4;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL SElect col1, col2, col3, col4&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from dbname&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Where &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;col4 &amp;lt;&amp;gt; ''&lt;/SPAN&gt;;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;This says load colums where colum 4 is not empty.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 16:35:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ODBC-connection-hide-columns-with-no-data/m-p/1201137#M875926</guid>
      <dc:creator>ift_isabelle</dc:creator>
      <dc:date>2016-10-31T16:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC connection - hide columns with no data</title>
      <link>https://community.qlik.com/t5/QlikView/ODBC-connection-hide-columns-with-no-data/m-p/1201138#M875927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hasan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do not Load / Select those Fields (Columns) which are not useful for you or for the project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ishfaque Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 18:45:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ODBC-connection-hide-columns-with-no-data/m-p/1201138#M875927</guid>
      <dc:creator>engishfaque</dc:creator>
      <dc:date>2016-10-31T18:45:47Z</dc:date>
    </item>
  </channel>
</rss>

