<?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: SAPReport Connector in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SAPReport-Connector/m-p/975556#M1231199</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What version of the connector are you running?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your Load field it looks as you have only ONE column field: it shows as:&lt;/P&gt;&lt;P&gt;LOAD [Field0_ !&amp;nbsp; SomeHeader1&amp;nbsp;&amp;nbsp; !&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;SomeHeader2&amp;nbsp; &lt;/SPAN&gt; !&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;SomeHeader3&lt;/SPAN&gt;&amp;nbsp; !]&lt;/P&gt;&lt;P&gt;FROM ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This means the columns needs to be separated by using the Field Delimiter "Add"-button, please see the manual how to do that. &lt;/P&gt;&lt;P&gt;Then it will look something like this:&lt;/P&gt;&lt;P&gt;Load [Field0_Material],&lt;/P&gt;&lt;P&gt;[Field1_Descr],&lt;/P&gt;&lt;P&gt;[Field2_Test];&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which you can change with AS:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load [Field0_Material] AS 'name1',&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;[Field1_Descr]&lt;SPAN style="font-size: 13.3333px;"&gt; AS 'name2'&lt;/SPAN&gt;,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;[Field2_Test]&lt;SPAN style="font-size: 13.3333px;"&gt; AS 'name3'&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to tick the "Auto Detect Column Width" box in that report? If so you would get the Fields automatically (Will not work on all types of Report)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2015 11:35:56 GMT</pubDate>
    <dc:creator>Tomas_Sommergyll</dc:creator>
    <dc:date>2015-11-25T11:35:56Z</dc:date>
    <item>
      <title>SAPReport Connector</title>
      <link>https://community.qlik.com/t5/QlikView/SAPReport-Connector/m-p/975555#M1231195</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 style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have connected to a SAP report by the SAPReport Connector. How do I rename the dimensions in the script? It's not taking aliases (as). Please Help.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ab.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/106658_ab.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&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/SAPReport-Connector/m-p/975555#M1231195</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2026-01-26T21:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAPReport Connector</title>
      <link>https://community.qlik.com/t5/QlikView/SAPReport-Connector/m-p/975556#M1231199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What version of the connector are you running?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your Load field it looks as you have only ONE column field: it shows as:&lt;/P&gt;&lt;P&gt;LOAD [Field0_ !&amp;nbsp; SomeHeader1&amp;nbsp;&amp;nbsp; !&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;SomeHeader2&amp;nbsp; &lt;/SPAN&gt; !&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;SomeHeader3&lt;/SPAN&gt;&amp;nbsp; !]&lt;/P&gt;&lt;P&gt;FROM ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This means the columns needs to be separated by using the Field Delimiter "Add"-button, please see the manual how to do that. &lt;/P&gt;&lt;P&gt;Then it will look something like this:&lt;/P&gt;&lt;P&gt;Load [Field0_Material],&lt;/P&gt;&lt;P&gt;[Field1_Descr],&lt;/P&gt;&lt;P&gt;[Field2_Test];&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which you can change with AS:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load [Field0_Material] AS 'name1',&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;[Field1_Descr]&lt;SPAN style="font-size: 13.3333px;"&gt; AS 'name2'&lt;/SPAN&gt;,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;[Field2_Test]&lt;SPAN style="font-size: 13.3333px;"&gt; AS 'name3'&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to tick the "Auto Detect Column Width" box in that report? If so you would get the Fields automatically (Will not work on all types of Report)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 11:35:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAPReport-Connector/m-p/975556#M1231199</guid>
      <dc:creator>Tomas_Sommergyll</dc:creator>
      <dc:date>2015-11-25T11:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAPReport Connector</title>
      <link>https://community.qlik.com/t5/QlikView/SAPReport-Connector/m-p/975557#M1231204</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;Thanks for your reply. Sometimes qlikview gives me the fields automatically without using the add button and sometimes it doesn't(for the same SAP Report).&lt;/P&gt;&lt;P&gt;I am not sure how I can use the add button when I don't get the fields automatically. Can you please help. Thanks!&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ab.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/107675_ab.png" style="height: 367px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 22:13:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAPReport-Connector/m-p/975557#M1231204</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-30T22:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAPReport Connector</title>
      <link>https://community.qlik.com/t5/QlikView/SAPReport-Connector/m-p/975558#M1231207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Qlik help site, there is a description how to define the report with the Qlik SAP Report Connector. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Link: &lt;A href="https://help.qlik.com/Connectors/en-US/connectors/#../Subsystems/SAP_Connectors_Help/Content/6.1/QV-connection/SAP-Report-connection-define-report.htm"&gt;Defining a report&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2015 12:22:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAPReport-Connector/m-p/975558#M1231207</guid>
      <dc:creator>Tomas_Sommergyll</dc:creator>
      <dc:date>2015-12-02T12:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAPReport Connector</title>
      <link>https://community.qlik.com/t5/QlikView/SAPReport-Connector/m-p/975559#M1231210</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;Thank you for your reply. How do I achieve this: "&lt;SPAN style="color: #444444; font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt;Set the column width" or &lt;/SPAN&gt;"&lt;SPAN style="color: #444444; font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt;Select the option &lt;/SPAN&gt;&lt;SPAN class="ui_item" style="font-weight: bold; color: #444444; font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt;Auto Detect Column Width&lt;/SPAN&gt;&lt;SPAN style="color: #444444; font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt; and click &lt;/SPAN&gt;&lt;SPAN class="ui_item" style="font-weight: bold; color: #444444; font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt;OK" . &lt;/SPAN&gt;&lt;SPAN class="ui_item" style="color: #444444; font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt;I don't see these options when I extract the report from SAP to QlikView. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2015 15:23:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAPReport-Connector/m-p/975559#M1231210</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-02T15:23:05Z</dc:date>
    </item>
  </channel>
</rss>

