<?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 New line in Help Text in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/New-line-in-Help-Text/m-p/183212#M1328172</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gordon. So it should work, we use Ajax ZFP, Google Chrome 1, on QV v9 SR4. I have already gone back to our reseller help desk, I'll ask them to forward teh issue to QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help anyway&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Mar 2011 13:58:47 GMT</pubDate>
    <dc:creator>georgina_spary</dc:creator>
    <dc:date>2011-03-18T13:58:47Z</dc:date>
    <item>
      <title>New line in Help Text</title>
      <link>https://community.qlik.com/t5/QlikView/New-line-in-Help-Text/m-p/183208#M1328162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi - I have written a couple of web based dashboards, they're for new users so I've written really long Help Texts on each object (using Properties...Caption... Help Text). Unfortunately most of my users have either Google Chrome or Firefox and it doesn't recognise a line feed - all you get is all the text on one huge block which is really off putting. Is there any way I can put a new line in?&lt;/P&gt;&lt;P&gt;I know I could build individual text boxes but there are so many help texts! Does anyone have a solution within the Help Text box? I've tried CHR(13) and CHAR(10) and they don't work - although other ascii codes do (e.g. CHR(68) prints a 'D').&lt;/P&gt;&lt;P&gt;Would be really grateful for some help&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-line-in-Help-Text/m-p/183208#M1328162</guid>
      <dc:creator>georgina_spary</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>New line in Help Text</title>
      <link>https://community.qlik.com/t5/QlikView/New-line-in-Help-Text/m-p/183209#M1328165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried defining the help text like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='my text' &amp;amp; chr(10) &amp;amp; 'some more'&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2011 11:25:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-line-in-Help-Text/m-p/183209#M1328165</guid>
      <dc:creator />
      <dc:date>2011-03-18T11:25:00Z</dc:date>
    </item>
    <item>
      <title>New line in Help Text</title>
      <link>https://community.qlik.com/t5/QlikView/New-line-in-Help-Text/m-p/183210#M1328168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gordon, yes here was my attempt code&lt;/P&gt;&lt;P&gt;='Help 1 follwed by chr13' &amp;amp; CHR(13) &amp;amp;'Help 2 followed by chr(10) ' &amp;amp; chr(10) &amp;amp;'Help 3 followed by chr(12) ' &amp;amp; chr(12) &amp;amp;'Help 4 followed by chr(68)' &amp;amp; chr(68) &amp;amp; 'end' in the server gives me&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/12/1184.help-options.bmp"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/12/1184.help-options.bmp" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;then in Google Chrome it looks like&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/12/4743.help-options-in-Google-Chrome.bmp"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/12/4743.help-options-in-Google-Chrome.bmp" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;it's turning the line feed into a space character.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2011 11:55:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-line-in-Help-Text/m-p/183210#M1328168</guid>
      <dc:creator>georgina_spary</dc:creator>
      <dc:date>2011-03-18T11:55:23Z</dc:date>
    </item>
    <item>
      <title>New line in Help Text</title>
      <link>https://community.qlik.com/t5/QlikView/New-line-in-Help-Text/m-p/183211#M1328171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The manual for v9sr4 says that Firefox 2 or 3 and Google Chrome 1 are 'compatible web browser' for the Java clients and Ajax ZFP. I dont know what later Qlikview versions support though.&lt;/P&gt;&lt;P&gt;If this is your environmment then you may need to talk to support.&lt;/P&gt;&lt;P&gt;The only other options are perhaps to create pseudo-help texts at the column level using small text fields with context specific help or links to (read only) text documents containing the help but I guess that doesnt resolve the fundamental problem.&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2011 12:24:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-line-in-Help-Text/m-p/183211#M1328171</guid>
      <dc:creator />
      <dc:date>2011-03-18T12:24:00Z</dc:date>
    </item>
    <item>
      <title>New line in Help Text</title>
      <link>https://community.qlik.com/t5/QlikView/New-line-in-Help-Text/m-p/183212#M1328172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gordon. So it should work, we use Ajax ZFP, Google Chrome 1, on QV v9 SR4. I have already gone back to our reseller help desk, I'll ask them to forward teh issue to QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help anyway&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2011 13:58:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-line-in-Help-Text/m-p/183212#M1328172</guid>
      <dc:creator>georgina_spary</dc:creator>
      <dc:date>2011-03-18T13:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: New line in Help Text</title>
      <link>https://community.qlik.com/t5/QlikView/New-line-in-Help-Text/m-p/183213#M1328173</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;seems like an old question but apparently not fully answered?&lt;/P&gt;&lt;P&gt;Was facing a similar issue in info bubble for geo analytics and found following (using HTML to some extend):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'my text on 1st line &amp;lt;br&amp;gt;'&amp;amp;'Mytext on second line&amp;lt;br&amp;gt;'&amp;amp;'thirdline text&amp;lt;br&amp;gt;'&lt;/P&gt;&lt;P&gt;(secure &amp;lt;br&amp;gt; is included at the end of each text line)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;br// Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2017 13:01:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-line-in-Help-Text/m-p/183213#M1328173</guid>
      <dc:creator>dieterdec</dc:creator>
      <dc:date>2017-11-27T13:01:06Z</dc:date>
    </item>
  </channel>
</rss>

