<?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: Memo Field - Data not loading in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Memo-Field-Data-not-loading/m-p/463450#M173069</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone got any ideas on this one?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried updating to QV11 sr2 to see if it made a difference (it didnt).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been looking through the forums and cannot really find anything.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Oct 2012 13:44:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-10-04T13:44:46Z</dc:date>
    <item>
      <title>Memo Field - Data not loading</title>
      <link>https://community.qlik.com/t5/QlikView/Memo-Field-Data-not-loading/m-p/463449#M173068</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;Does anyone know if there is a limit on the amount of text qlikview can import within a memo field on a table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am curently experiencing problems importing a table from foxpro that includes a memo field.&amp;nbsp; I have found that some fields appear blank whilst others contain the text (I have checked the actual tables and they all contain text).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tested over-writing the contents of memo fields with a short amount of text......this seems to work.&amp;nbsp; However I get blank lines again if I overwrite with a large amount of text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has oneone else had the same issues?&lt;/P&gt;&lt;P&gt;Does anyone know if there is a way to resolve it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 16:03:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Memo-Field-Data-not-loading/m-p/463449#M173068</guid>
      <dc:creator />
      <dc:date>2012-10-03T16:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Memo Field - Data not loading</title>
      <link>https://community.qlik.com/t5/QlikView/Memo-Field-Data-not-loading/m-p/463450#M173069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone got any ideas on this one?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried updating to QV11 sr2 to see if it made a difference (it didnt).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been looking through the forums and cannot really find anything.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2012 13:44:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Memo-Field-Data-not-loading/m-p/463450#M173069</guid>
      <dc:creator />
      <dc:date>2012-10-04T13:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Memo Field - Data not loading</title>
      <link>https://community.qlik.com/t5/QlikView/Memo-Field-Data-not-loading/m-p/463451#M173070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might try loading the data into Excel to see if it is a problem with the odbc driver and not a qlikview issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2012 20:37:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Memo-Field-Data-not-loading/m-p/463451#M173070</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2012-10-04T20:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Memo Field - Data not loading</title>
      <link>https://community.qlik.com/t5/QlikView/Memo-Field-Data-not-loading/m-p/463452#M173071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There should be no limits in QlikView, but the DB or ODBC/OLEDB might have some limitations. Try with an other ODBC client like mwoolf suggests. Also, you can try to use the len() function in the script to debug:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Len(TextField) as x;&amp;nbsp; // Length of string that QlikView receives from ODBC&lt;/P&gt;&lt;P&gt;SQL SELECT *,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Len(TextField) as y&amp;nbsp; // Length of string that DB has&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 12:39:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Memo-Field-Data-not-loading/m-p/463452#M173071</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2012-10-05T12:39:38Z</dc:date>
    </item>
  </channel>
</rss>

