<?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 How to selecte fields from table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-selecte-fields-from-table/m-p/587964#M1228953</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;We are using SAP Tables (Oracle 11i) for different charts/reports. One thing we wish to understand, whether to select all fields from the table or select minimum requried fields and in due course of time select additional fields whenerever required. As per our understanding we should select only required fields and there after if require, we may select additional required fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 21:26:37 GMT</pubDate>
    <dc:creator>rahulhv1</dc:creator>
    <dc:date>2026-01-26T21:26:37Z</dc:date>
    <item>
      <title>How to selecte fields from table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-selecte-fields-from-table/m-p/587964#M1228953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;We are using SAP Tables (Oracle 11i) for different charts/reports. One thing we wish to understand, whether to select all fields from the table or select minimum requried fields and in due course of time select additional fields whenerever required. As per our understanding we should select only required fields and there after if require, we may select additional required fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 21:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-selecte-fields-from-table/m-p/587964#M1228953</guid>
      <dc:creator>rahulhv1</dc:creator>
      <dc:date>2026-01-26T21:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to selecte fields from table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-selecte-fields-from-table/m-p/587965#M1228954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;As per our understanding we should select only required fields and there after if require, we may select additional required fields.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Your understanding is right.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Mar 2014 04:36:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-selecte-fields-from-table/m-p/587965#M1228954</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-03-01T04:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to selecte fields from table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-selecte-fields-from-table/m-p/587966#M1228957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SAP Tables have many fields in single table so if u select all fields it's take more time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so we select only our requirement fields. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Mar 2014 04:46:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-selecte-fields-from-table/m-p/587966#M1228957</guid>
      <dc:creator />
      <dc:date>2014-03-01T04:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to selecte fields from table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-selecte-fields-from-table/m-p/587967#M1228959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use the ScriptBuilder to generate my SAP conector querys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is an example of what you get with it. I added an alias and also a &lt;EM&gt;where&lt;/EM&gt; clause:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[BSEG]:&amp;nbsp;&amp;nbsp; // Accounting Document Segment&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; BUKRS as BUKRS_BSEG,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; [BELNR] as [DocumentNo_BELNR.BSEG], &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; [GJAHR] as [Fiscal Yr_GJAHR.BSEG], &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; [LIFNR] as [Vendor_LIFNR.BSEG]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; ;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SQL Select BELNR BUKRS GJAHR LIFNR from BSEG&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;where (BUKRS like '0140') or (BUKRS like '0014')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;STORE * FROM [BSEG] INTO .\BSEG.QVD;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DROP TABLE [BSEG];&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 12:35:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-selecte-fields-from-table/m-p/587967#M1228959</guid>
      <dc:creator />
      <dc:date>2014-03-21T12:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to selecte fields from table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-selecte-fields-from-table/m-p/587968#M1228961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we also use the ScriptBuilder and generate the script with all possible fields. But all the fields not needed at the moment will be commented, so just a few will be loaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Advantage: If you need an additional field you just can uncomment the field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 13:18:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-selecte-fields-from-table/m-p/587968#M1228961</guid>
      <dc:creator />
      <dc:date>2014-03-21T13:18:49Z</dc:date>
    </item>
  </channel>
</rss>

