<?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: A problem with a text field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/A-problem-with-a-text-field/m-p/1123465#M370043</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I had this problem only on some lines.&lt;/P&gt;&lt;P&gt;It can be a character ASCII particular?&lt;/P&gt;&lt;P&gt;If yes, how can I find out which is it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 May 2016 12:32:06 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-05-23T12:32:06Z</dc:date>
    <item>
      <title>A problem with a text field</title>
      <link>https://community.qlik.com/t5/QlikView/A-problem-with-a-text-field/m-p/1123460#M370038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello to all,&lt;/P&gt;&lt;P&gt;I have the following problem:&lt;/P&gt;&lt;P&gt;I load a table from a SQL Server text field whose length reaches to 1000 characters&lt;/P&gt;&lt;P&gt;When I export to Excel the field is filled with '###### characters'&lt;/P&gt;&lt;P&gt;Why is this happening? Is there a way to say that the length of the field can be up to 1000 characters?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank to all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 11:17:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/A-problem-with-a-text-field/m-p/1123460#M370038</guid>
      <dc:creator />
      <dc:date>2016-05-23T11:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: A problem with a text field</title>
      <link>https://community.qlik.com/t5/QlikView/A-problem-with-a-text-field/m-p/1123461#M370039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try loading like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; trim(mid(Field,1,1000)) as Field&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 11:21:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/A-problem-with-a-text-field/m-p/1123461#M370039</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-05-23T11:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: A problem with a text field</title>
      <link>https://community.qlik.com/t5/QlikView/A-problem-with-a-text-field/m-p/1123462#M370040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Convert it in SQL itself&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 11:28:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/A-problem-with-a-text-field/m-p/1123462#M370040</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2016-05-23T11:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: A problem with a text field</title>
      <link>https://community.qlik.com/t5/QlikView/A-problem-with-a-text-field/m-p/1123463#M370041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;but it does not work.&lt;/P&gt;&lt;P&gt;I felt when unloading the table from SQL servere to put the statement&lt;/P&gt;&lt;P&gt;LTRIM (SUBSTRING (DO30_DESCART, 1.1000)) AS DO30DESCART&lt;/P&gt;&lt;P&gt;but not work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 11:43:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/A-problem-with-a-text-field/m-p/1123463#M370041</guid>
      <dc:creator />
      <dc:date>2016-05-23T11:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: A problem with a text field</title>
      <link>https://community.qlik.com/t5/QlikView/A-problem-with-a-text-field/m-p/1123464#M370042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The '###### characters mean only that the content didn't fit within the column-width. So you have the possibility to extend the column-width and/or the row-height and/or to enforce a line-breaks. Did you have anywhere a problem with this in qlikview?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 11:44:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/A-problem-with-a-text-field/m-p/1123464#M370042</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-05-23T11:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: A problem with a text field</title>
      <link>https://community.qlik.com/t5/QlikView/A-problem-with-a-text-field/m-p/1123465#M370043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I had this problem only on some lines.&lt;/P&gt;&lt;P&gt;It can be a character ASCII particular?&lt;/P&gt;&lt;P&gt;If yes, how can I find out which is it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 12:32:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/A-problem-with-a-text-field/m-p/1123465#M370043</guid>
      <dc:creator />
      <dc:date>2016-05-23T12:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: A problem with a text field</title>
      <link>https://community.qlik.com/t5/QlikView/A-problem-with-a-text-field/m-p/1123466#M370044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marino,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please check the length of Each cell / Share that Excel..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEN(Text of Cell) -- LEN(A2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Find that, Length is came or not. So that we can get idea of that...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Updated :&lt;/SPAN&gt;&lt;SPAN style="color: #99cc00;"&gt;&lt;STRONG&gt; I have 2740 Characters. Such time you have to select the column and then WrapText.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #99cc00;"&gt;&lt;STRONG&gt;You will get idea... Please find Attachment ...&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 12:50:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/A-problem-with-a-text-field/m-p/1123466#M370044</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-05-23T12:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: A problem with a text field</title>
      <link>https://community.qlik.com/t5/QlikView/A-problem-with-a-text-field/m-p/1123467#M370045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I'm not sure about some characters I copy them within a editor like notepad ++ to check if there is anything noticeable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 13:02:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/A-problem-with-a-text-field/m-p/1123467#M370045</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-05-23T13:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: A problem with a text field</title>
      <link>https://community.qlik.com/t5/QlikView/A-problem-with-a-text-field/m-p/1123468#M370046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bay Anil.&lt;/P&gt;&lt;P&gt;Ok.&lt;/P&gt;&lt;P&gt;If I understand it.&lt;/P&gt;&lt;P&gt;the length of some fields oh the tble QVW and if it works export to Excel:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;length Yes/No&lt;/P&gt;&lt;P&gt;95 yes&lt;/P&gt;&lt;P&gt;49 yes&lt;/P&gt;&lt;P&gt;40 yes&lt;/P&gt;&lt;P&gt;244 yes&lt;/P&gt;&lt;P&gt;244 yes&lt;/P&gt;&lt;P&gt;513 no&lt;/P&gt;&lt;P&gt;353 no&lt;/P&gt;&lt;P&gt;250 yes&lt;/P&gt;&lt;P&gt;390 no&lt;/P&gt;&lt;P&gt;91 yes&lt;/P&gt;&lt;P&gt;106 yes&lt;/P&gt;&lt;P&gt;152 yes&lt;/P&gt;&lt;P&gt;118 yes&lt;/P&gt;&lt;P&gt;66 yes&lt;/P&gt;&lt;P&gt;141 yes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 13:10:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/A-problem-with-a-text-field/m-p/1123468#M370046</guid>
      <dc:creator />
      <dc:date>2016-05-23T13:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: A problem with a text field</title>
      <link>https://community.qlik.com/t5/QlikView/A-problem-with-a-text-field/m-p/1123469#M370047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Anil .&lt;/P&gt;&lt;P&gt;Yes, so it works. I tried it once.&lt;/P&gt;&lt;P&gt;Then, in your opinion, the problem is in Excel and not QLW?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 13:22:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/A-problem-with-a-text-field/m-p/1123469#M370047</guid>
      <dc:creator />
      <dc:date>2016-05-23T13:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: A problem with a text field</title>
      <link>https://community.qlik.com/t5/QlikView/A-problem-with-a-text-field/m-p/1123470#M370048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marino,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just create the one QVW with one listbox. Each row has 3500 Characters. After that, i just send that data to excel.. And then i got same problem after that i select the whole column and then I click the &lt;STRONG&gt;Wrap Text&lt;/STRONG&gt;. In my machine, It's work..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;So, this is not a problem with qvw....&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 13:27:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/A-problem-with-a-text-field/m-p/1123470#M370048</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-05-23T13:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: A problem with a text field</title>
      <link>https://community.qlik.com/t5/QlikView/A-problem-with-a-text-field/m-p/1123471#M370049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marino,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you clarify this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes, Please close this Thread .... Or else Please raise the issue ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 13:38:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/A-problem-with-a-text-field/m-p/1123471#M370049</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-05-23T13:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: A problem with a text field</title>
      <link>https://community.qlik.com/t5/QlikView/A-problem-with-a-text-field/m-p/1123472#M370050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK. &lt;/P&gt;&lt;P&gt;Thank 1000 to all.&lt;/P&gt;&lt;P&gt;...&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;this is not a problem with qvw...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would bet &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Thank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 14:14:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/A-problem-with-a-text-field/m-p/1123472#M370050</guid>
      <dc:creator />
      <dc:date>2016-05-23T14:14:28Z</dc:date>
    </item>
  </channel>
</rss>

