<?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: Data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data/m-p/1016753#M934681</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Henrics&lt;/P&gt;&lt;P&gt;It worked , one more question related to the same&amp;nbsp; file is that &lt;/P&gt;&lt;P&gt;i have a field name&amp;nbsp; as NAME under which the maes are separeted by comma that is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luke,Right&lt;/P&gt;&lt;P&gt;Michael,brave&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In qlikview i want to display like below, i want to take out the comma ,&lt;/P&gt;&lt;P&gt;Luke Right&lt;/P&gt;&lt;P&gt;Michael brave&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Feb 2016 13:21:28 GMT</pubDate>
    <dc:creator>smilingjohn</dc:creator>
    <dc:date>2016-02-24T13:21:28Z</dc:date>
    <item>
      <title>Data</title>
      <link>https://community.qlik.com/t5/QlikView/Data/m-p/1016751#M934679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All ,&lt;/P&gt;&lt;P&gt;PLease find the attachment of QVW file and as well as sample data ,&lt;/P&gt;&lt;P&gt;In the excel all the data under field start with some '"" or ;; this kind of symbols &lt;/P&gt;&lt;P&gt;I want to know how do i remove this thing at the script level and fetch only the data ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ragrds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 13:07:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data/m-p/1016751#M934679</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2016-02-24T13:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Data</title>
      <link>https://community.qlik.com/t5/QlikView/Data/m-p/1016752#M934680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PurgeChar(Serial, ';') as Serial,&lt;/P&gt;&lt;P&gt;PurgeChar(Petent, '*') as Petent,&lt;/P&gt;&lt;P&gt;PurgeChar(Name, chr(39)) as Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 13:10:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data/m-p/1016752#M934680</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2016-02-24T13:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Data</title>
      <link>https://community.qlik.com/t5/QlikView/Data/m-p/1016753#M934681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Henrics&lt;/P&gt;&lt;P&gt;It worked , one more question related to the same&amp;nbsp; file is that &lt;/P&gt;&lt;P&gt;i have a field name&amp;nbsp; as NAME under which the maes are separeted by comma that is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luke,Right&lt;/P&gt;&lt;P&gt;Michael,brave&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In qlikview i want to display like below, i want to take out the comma ,&lt;/P&gt;&lt;P&gt;Luke Right&lt;/P&gt;&lt;P&gt;Michael brave&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 13:21:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data/m-p/1016753#M934681</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2016-02-24T13:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Data</title>
      <link>https://community.qlik.com/t5/QlikView/Data/m-p/1016754#M934682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use&lt;/P&gt;&lt;P&gt;Replace(Name, ',', ' ') as Name&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Subfield(Name,',',1) &amp;amp; ' ' &amp;amp; Subfield(Name, ',', 2) as Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 13:24:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data/m-p/1016754#M934682</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2016-02-24T13:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Data</title>
      <link>https://community.qlik.com/t5/QlikView/Data/m-p/1016755#M934683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Henrci &lt;/P&gt;&lt;P&gt;I have only one field as name so what iam trying to do is &lt;/P&gt;&lt;P&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;Replace(Name, ',', ' ',ch(39)) as Name&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;which is showing an error &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;Thanks &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 13:29:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data/m-p/1016755#M934683</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2016-02-24T13:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Data</title>
      <link>https://community.qlik.com/t5/QlikView/Data/m-p/1016756#M934684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have one parameter too much. Use&lt;/P&gt;&lt;P&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;Replace(Name,&amp;nbsp;&amp;nbsp; ','&amp;nbsp; ,&amp;nbsp; ' ' ) as Name&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;But you can use Subfield also if you only have one field as Name.&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;HIC&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 13:34:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data/m-p/1016756#M934684</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2016-02-24T13:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Data</title>
      <link>https://community.qlik.com/t5/QlikView/Data/m-p/1016757#M934685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok Thanks &lt;/P&gt;&lt;P&gt;I understood it we use&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Subfield(Name,',',1) &amp;amp; ' ' &amp;amp; Subfield(Name, ',', 2) as Name&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;to maintain the space after comma &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 13:45:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data/m-p/1016757#M934685</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2016-02-24T13:45:51Z</dc:date>
    </item>
  </channel>
</rss>

