<?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: line break in source field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/line-break-in-source-field/m-p/1235325#M846915</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;If(BatchStrain='Value 1 Text','Number1',If(BatchStrain='Value 2 Text',"Number2',If(left(BatchStrain, 12)='Value 3 Text','Number3'))) as NumberText&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 19 Mar 2017 12:30:27 GMT</pubDate>
    <dc:creator>ecolomer</dc:creator>
    <dc:date>2017-03-19T12:30:27Z</dc:date>
    <item>
      <title>line break in source field</title>
      <link>https://community.qlik.com/t5/QlikView/line-break-in-source-field/m-p/1235322#M846912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My excel files have a field containing a line break.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BatchStrain&lt;/P&gt;&lt;P&gt;Text in Field:&amp;nbsp;&amp;nbsp;&amp;nbsp; This is Line 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and This is Line 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlickview loads the field correctly and shows it in a table or list as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is Line 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when you hover over it, shows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is Line 1&lt;/P&gt;&lt;P&gt;and this is Line 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to add a value to this on load:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(BatchStrain='This is Line 1', 'Value') as NewValue&lt;/P&gt;&lt;P&gt;This will not assign a value as it cannot see the line break and the second line.&lt;/P&gt;&lt;P&gt;I cannot work out how to include the line break in the formula to assign a value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone got any pointers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/line-break-in-source-field/m-p/1235322#M846912</guid>
      <dc:creator>spikenaylor1</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: line break in source field</title>
      <link>https://community.qlik.com/t5/QlikView/line-break-in-source-field/m-p/1235323#M846913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But you need all the text (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;This is Line 1&amp;nbsp; &lt;/SPAN&gt;and this is Line 2) in an field or in two fields?&lt;/P&gt;&lt;P&gt;If you want all the text in the same field, you should do nothing.&lt;/P&gt;&lt;P&gt;If you want it in two different fields, use the function "Subfield", but before you should see that carcater is the one that causes it to be divided into two lines.&lt;/P&gt;&lt;P&gt;Saludos,&lt;/P&gt;&lt;P&gt;EC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Mar 2017 12:13:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/line-break-in-source-field/m-p/1235323#M846913</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2017-03-19T12:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: line break in source field</title>
      <link>https://community.qlik.com/t5/QlikView/line-break-in-source-field/m-p/1235324#M846914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to assign a value on load to that field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Excel the Column name is BatchStrain&lt;/P&gt;&lt;P&gt;within this column some of the data is like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Value 1 Text&lt;/P&gt;&lt;P&gt;value 2 Text&lt;/P&gt;&lt;P&gt;Value 3 (LineBreak) text&amp;nbsp;&amp;nbsp;&amp;nbsp; (The real data is longer and is used in other software and a line break is required for long text)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the qlikview load script&lt;/P&gt;&lt;P&gt;I need to assign a value depending on what value I get&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my load script line is:&lt;/P&gt;&lt;P&gt;If(BatchStrain='Value 1 Text','Number1',If(BatchStrain='Value 2 Text',"Number2',If(BatchStrain='Value 3 Text','Number3'))) as NumberText&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will not assign anything to the 3rd option as there is a line break in there confusing matters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Mar 2017 12:24:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/line-break-in-source-field/m-p/1235324#M846914</guid>
      <dc:creator>spikenaylor1</dc:creator>
      <dc:date>2017-03-19T12:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: line break in source field</title>
      <link>https://community.qlik.com/t5/QlikView/line-break-in-source-field/m-p/1235325#M846915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;If(BatchStrain='Value 1 Text','Number1',If(BatchStrain='Value 2 Text',"Number2',If(left(BatchStrain, 12)='Value 3 Text','Number3'))) as NumberText&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Mar 2017 12:30:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/line-break-in-source-field/m-p/1235325#M846915</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2017-03-19T12:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: line break in source field</title>
      <link>https://community.qlik.com/t5/QlikView/line-break-in-source-field/m-p/1235326#M846916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;Still doubt, What are you trying to do over here. May be try a luck&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; text-decoration: line-through;"&gt;&lt;STRONG&gt;If(SubStringCount(BatchStrain)='Value 1 Text','Number1',If(SubStringCount(BatchStrain)='Value 2 Text',"Number2',If(SubStringCount(BatchStrain)='Value 3 Text','Number3'))) as NumberText&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; text-decoration: line-through;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; text-decoration: line-through;"&gt;Or&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; text-decoration: line-through;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG style="text-decoration: line-through;"&gt;If(BatchStrain='Value 1 Text','Number1',If(BatchStrain='Value 2 Text','Number2',If(left(BatchStrain, 12)='Value 3 Text','Number3'))) as NumberText&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Mar 2017 12:31:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/line-break-in-source-field/m-p/1235326#M846916</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-03-19T12:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: line break in source field</title>
      <link>https://community.qlik.com/t5/QlikView/line-break-in-source-field/m-p/1235327#M846917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael, that will not assign the value because the strings are different, if you want to assign a value if the string starts with '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;This is Line 1&lt;/SPAN&gt;' you can use:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If(Wildmatch(BatchStrain, 'This is Line 1*'), 'Value') as NewValue //This is not case sensitive&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;or:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If(Left(BatchStrain, 14)='This is Line 1', 'Value') as NewValue //This is case sensitive&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;You can also remove the line break using:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Replace(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;BatchStrain&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, chr(10), '')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Mar 2017 12:39:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/line-break-in-source-field/m-p/1235327#M846917</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2017-03-19T12:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: line break in source field</title>
      <link>https://community.qlik.com/t5/QlikView/line-break-in-source-field/m-p/1235328#M846918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Testing done &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD BatchStrain as BatchStrainCopy,If(BatchStrain='Value 1 text','Number1',If(BatchStrain='Value 2 text','Number2', If(BatchStrain,SubStringCount(BatchStrain,'Value 3 text'),'Number3'))) as NumberText ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BatchStrain&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Value 1 text&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Value 2 text&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Value 3 (LineBreak) text&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Images for you&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" height="79" src="https://community.qlik.com/legacyfs/online/156750_Capture.PNG" style="height: 78.6635px; width: 303px;" width="303" /&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/156751_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Mar 2017 13:02:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/line-break-in-source-field/m-p/1235328#M846918</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-03-19T13:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: line break in source field</title>
      <link>https://community.qlik.com/t5/QlikView/line-break-in-source-field/m-p/1235329#M846919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;another optionmight be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If(BatchStrain='Value 3 Text','Number3')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;use&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If(&lt;/SPAN&gt;BatchStrain &lt;STRONG style="color: #ff0000;"&gt;like&lt;/STRONG&gt; 'Value 3 Text&lt;STRONG style=": ; color: #ff0000; font-size: 12pt;"&gt;*&lt;/STRONG&gt;','Number3')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;hope this helps&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Marco&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 00:16:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/line-break-in-source-field/m-p/1235329#M846919</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-03-20T00:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: line break in source field</title>
      <link>https://community.qlik.com/t5/QlikView/line-break-in-source-field/m-p/1235330#M846920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try a method like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;LET&lt;/SPAN&gt; &lt;SPAN style="color: #999999;"&gt;&lt;EM&gt;vString&lt;/EM&gt;&lt;/SPAN&gt; = 'This is line 1' &amp;amp; &lt;SPAN style="color: #0000ff;"&gt;Chr&lt;/SPAN&gt;(10) &amp;amp; 'and this is line 2'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;If&lt;/SPAN&gt;(&lt;SPAN style="color: #993300;"&gt;BatchStrain&lt;/SPAN&gt;='$(vString)', 'Value') as &lt;SPAN style="color: #993300;"&gt;NewValue&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 16:40:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/line-break-in-source-field/m-p/1235330#M846920</guid>
      <dc:creator>lawrenceiow</dc:creator>
      <dc:date>2018-01-05T16:40:32Z</dc:date>
    </item>
  </channel>
</rss>

