<?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: SAP SQL connector properties does not work in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SAP-SQL-connector-properties-does-not-work/m-p/47533#M1230278</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;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks for the attachment. I looked at the provided qvd file and I can see the numbers are indeed changed from text to dual, so the MixedMode property is working. As for the formatting of leading zeroes, it is Qlik Sense that is formatting these and by writing e.g. Num() on the fields in the script, e.g. Num(BEDZL), the leading zeroes will disappear. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the null values vs 1 blank space, I have used both version 6.6 and 7.0 on our internal test tables with the same result: if the ReplaceNullValue=false, the null value is present in the qvd, otherwise it is one blank space. My guess is that there is a blank space in your table already and changing the property will make no difference. If you investigate your table and is certain that it contains null values, then I suggest you contact the Qlik Support for further help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: I also tried the RemoveAllBlanks=true and the field that previously had 1 blank space, had now become &amp;lt;null&amp;gt;. If both &lt;SPAN style="font-size: 13.3333px;"&gt;RemoveAllBlanks=true and &lt;SPAN style="font-size: 13.3333px;"&gt;ReplaceNullValue=true the result is still the same: &amp;lt;null&amp;gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&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>Fri, 06 Jul 2018 11:13:57 GMT</pubDate>
    <dc:creator>Tomas_Sommergyll</dc:creator>
    <dc:date>2018-07-06T11:13:57Z</dc:date>
    <item>
      <title>SAP SQL connector properties does not work</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-SQL-connector-properties-does-not-work/m-p/47528#M1230272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Using &lt;SPAN style="font-size: 13.3333px;"&gt;a Qlik Sense Server April 2018 release and the SAP connector is version 6.6. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;(Nothing about it in release notes of version 7)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Found out that a lot of fields in the SAP-QVDs I'm fetching data from holds just a single space which gives different behavior now in Qlik Sense than we had with Qlikview. In my old Qvds these spaces where '' (blanks)&lt;/P&gt;&lt;P&gt;Found after searching that there is a property on the SQL-connector which should solve the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE cellspacing="0" class="TableStyle-tableGrid" style="margin-bottom: 15px; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px; margin-right: auto;"&gt;&lt;TBODY style="border-top-width: 2px; border-top-color: #0f0f0f;"&gt;&lt;TR style="border-bottom-width: 1px; border-bottom-color: #d5d5d5;"&gt;&lt;TD class="BodyI--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;ReplaceNullvalue&lt;/TD&gt;&lt;TD class="BodyI--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;0/1 (default/on = 1)&lt;/TD&gt;&lt;TD class="BodyG--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;&lt;P style="font-size: inherit; margin: 0 0 5px;"&gt;If on, replaces all ’null’ values in the data with ‘ ‘ (SPACE) before sending it to &lt;SPAN class="CommonComponentsQlik Sense"&gt;Qlik Sense&lt;/SPAN&gt;.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;but it doesn't work as expected as can be seen below where a field in table AFVC still contains only one single space instead of being NULL.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="AFVC_spaces.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/205593_AFVC_spaces.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I don't have any SAP-GUI so cannot confirm that they haven't filled all fields with single spaces so I tried another property so see if that worked.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I also this property &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE cellspacing="0" class="TableStyle-tableGrid" style="margin-bottom: 15px; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px; margin-right: auto;"&gt;&lt;TBODY style="border-top-width: 2px; border-top-color: #0f0f0f;"&gt;&lt;TR style="border-bottom-width: 1px; border-bottom-color: #d5d5d5;"&gt;&lt;TD class="BodyI--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;MixedMode&lt;/TD&gt;&lt;TD class="BodyI--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;0/1 (default/off = 0 or false, on = 1 or true)&lt;/TD&gt;&lt;TD class="BodyG--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;When &lt;SPAN class="syntax" style="font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; background-color: #f4f4f4; font-size: 12px;"&gt;MixedMode&lt;/SPAN&gt; is enabled, the NUMC and CHAR data types are sent as UNKNOWN instead of ASCII, and it is up to &lt;SPAN class="CommonComponentsCompanyName"&gt;Qlik&lt;/SPAN&gt; to decide what their content is. A numeric string with a maximum length of 14 characters will be interpreted as numeric in &lt;SPAN class="CommonComponentsCompanyName"&gt;Qlik&lt;/SPAN&gt; (the same behavior as in the legacy connector).&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;and expected the field below to be a numeric without preceding zeroes.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="AFVC_BEDZL.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/205594_AFVC_BEDZL.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone who can explain how these properties should work?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Andreas&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/SAP-SQL-connector-properties-does-not-work/m-p/47528#M1230272</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2026-01-26T21:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAP SQL connector properties does not work</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-SQL-connector-properties-does-not-work/m-p/47529#M1230274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andreas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you should use this connection string property?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;RemoveAllBlanks 0/1 (default/off = 0) If on, provides the possibility to get the behavior where all blanks in fields in SAP containing only blank characters are trimmed. The default behavior leaves one blank character in order to differentiate from NULL fields.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;A href="https://help.qlik.com/en-US/connectors/Subsystems/SAP_Connectors_Help/Content/Clients/Using-SAP-SQL-connection.htm" title="https://help.qlik.com/en-US/connectors/Subsystems/SAP_Connectors_Help/Content/Clients/Using-SAP-SQL-connection.htm"&gt;https://help.qlik.com/en-US/connectors/Subsystems/SAP_Connectors_Help/Content/Clients/Using-SAP-SQL-connection.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Hakan&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2018 13:22:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAP-SQL-connector-properties-does-not-work/m-p/47529#M1230274</guid>
      <dc:creator>Hakan_Ronningberg</dc:creator>
      <dc:date>2018-06-25T13:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAP SQL connector properties does not work</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-SQL-connector-properties-does-not-work/m-p/47530#M1230275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Tried that but no change at all, seems like the properties does not work.&lt;/P&gt;&lt;P&gt;/Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2018 14:55:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAP-SQL-connector-properties-does-not-work/m-p/47530#M1230275</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2018-07-03T14:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAP SQL connector properties does not work</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-SQL-connector-properties-does-not-work/m-p/47531#M1230276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Would it be possible to see the script with the properties added?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;Tomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2018 13:08:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAP-SQL-connector-properties-does-not-work/m-p/47531#M1230276</guid>
      <dc:creator>Tomas_Sommergyll</dc:creator>
      <dc:date>2018-07-04T13:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: SAP SQL connector properties does not work</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-SQL-connector-properties-does-not-work/m-p/47532#M1230277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This is the properties&lt;/P&gt;&lt;P&gt;&lt;IMG alt="SAP_connectorProp.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/207044_SAP_connectorProp.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;This is the script:&lt;/P&gt;&lt;P&gt;LIB CONNECT TO 'SAP_SQL_TEST';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[AFVC]:&lt;/P&gt;&lt;P&gt;First 10&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;BEDZL,&lt;/P&gt;&lt;P&gt;[/ISDFPS/OBJNR];&lt;/P&gt;&lt;P&gt;SELECT &lt;/P&gt;&lt;P&gt;BEDZL,&lt;/P&gt;&lt;P&gt;/ISDFPS/OBJNR&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM AFVC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRACE Store into $(vG.ExtractSAPPath)\AFVC_new.qvd;&lt;/P&gt;&lt;P&gt;STORE AFVC INTO $(vG.ExtractSAPPath)\AFVC_new.qvd (qvd);&lt;/P&gt;&lt;P&gt;//DROP TABLE [AFVC];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The stored qvd-file is attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2018 08:59:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAP-SQL-connector-properties-does-not-work/m-p/47532#M1230277</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2018-07-05T08:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAP SQL connector properties does not work</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-SQL-connector-properties-does-not-work/m-p/47533#M1230278</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;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks for the attachment. I looked at the provided qvd file and I can see the numbers are indeed changed from text to dual, so the MixedMode property is working. As for the formatting of leading zeroes, it is Qlik Sense that is formatting these and by writing e.g. Num() on the fields in the script, e.g. Num(BEDZL), the leading zeroes will disappear. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the null values vs 1 blank space, I have used both version 6.6 and 7.0 on our internal test tables with the same result: if the ReplaceNullValue=false, the null value is present in the qvd, otherwise it is one blank space. My guess is that there is a blank space in your table already and changing the property will make no difference. If you investigate your table and is certain that it contains null values, then I suggest you contact the Qlik Support for further help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: I also tried the RemoveAllBlanks=true and the field that previously had 1 blank space, had now become &amp;lt;null&amp;gt;. If both &lt;SPAN style="font-size: 13.3333px;"&gt;RemoveAllBlanks=true and &lt;SPAN style="font-size: 13.3333px;"&gt;ReplaceNullValue=true the result is still the same: &amp;lt;null&amp;gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&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>Fri, 06 Jul 2018 11:13:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAP-SQL-connector-properties-does-not-work/m-p/47533#M1230278</guid>
      <dc:creator>Tomas_Sommergyll</dc:creator>
      <dc:date>2018-07-06T11:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAP SQL connector properties does not work</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-SQL-connector-properties-does-not-work/m-p/47534#M1230279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Thomas for your thorough test on another SAP system.&lt;/P&gt;&lt;P&gt;I've now asked the SAP-people if they have introduced a single space in the data when transferring data from one SAP to another. &lt;/P&gt;&lt;P&gt;They confirm that the space is in the table...&lt;/P&gt;&lt;P&gt;I just couldn't believe the facts that Qlik showed me.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2018 07:06:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAP-SQL-connector-properties-does-not-work/m-p/47534#M1230279</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2018-07-09T07:06:29Z</dc:date>
    </item>
  </channel>
</rss>

