<?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: How to spilt the data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-spilt-the-data/m-p/39406#M6646</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so you should use this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;purgechar(names,'[]"}') as Name,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;TextBetween( purgechar(names,'[]"}'),'',',') as name2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Mar 2018 11:16:27 GMT</pubDate>
    <dc:creator>YoussefBelloum</dc:creator>
    <dc:date>2018-03-02T11:16:27Z</dc:date>
    <item>
      <title>How to spilt the data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-spilt-the-data/m-p/39400#M6640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;How to spilt the below data&amp;nbsp; in UI level&lt;/P&gt;&lt;P&gt;sno, names&lt;/P&gt;&lt;P&gt;1,["Ravi","Niru"]&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN dir="ltr" style="font-size: 10pt; font-family: 'Segoe UI'; color: #000000;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;2,["Ragu","Nani"}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After loading the data in qlikview&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am expacted list box level&lt;/P&gt;&lt;P&gt;List box:&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Niru&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;P&gt;Nani&lt;/P&gt;&lt;P&gt;i am expacted chart level when ever select "Ravi"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sno,names&lt;/P&gt;&lt;P&gt;1,Ravi,Niru&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp; expacted above out put . ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2018 09:43:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-spilt-the-data/m-p/39400#M6640</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-02T09:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to spilt the data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-spilt-the-data/m-p/39401#M6641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you use the purgechar function : &lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/StringFunctions/PurgeChar.htm" title="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/StringFunctions/PurgeChar.htm"&gt;https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/StringFunctions/PurgeChar.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2018 10:04:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-spilt-the-data/m-p/39401#M6641</guid>
      <dc:creator>jaumecf23</dc:creator>
      <dc:date>2018-03-02T10:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to spilt the data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-spilt-the-data/m-p/39402#M6642</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;try this on the script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;purgechar(SubField(names,','),'[]"}') as Name&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2018 10:07:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-spilt-the-data/m-p/39402#M6642</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-03-02T10:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to spilt the data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-spilt-the-data/m-p/39403#M6643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌Try using subfield() like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load sno, subfield(names, ‘,’) As NewName Inline [&lt;/P&gt;&lt;P&gt;sno, names&lt;/P&gt;&lt;P&gt;....,.....&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2018 10:09:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-spilt-the-data/m-p/39403#M6643</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-03-02T10:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to spilt the data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-spilt-the-data/m-p/39404#M6644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/195153_1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2018 11:08:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-spilt-the-data/m-p/39404#M6644</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2018-03-02T11:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to spilt the data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-spilt-the-data/m-p/39405#M6645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi NAgarajuu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if I use Subfied in script chart level also spilt the data see my my above expacted output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2018 11:11:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-spilt-the-data/m-p/39405#M6645</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-02T11:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to spilt the data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-spilt-the-data/m-p/39406#M6646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so you should use this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;purgechar(names,'[]"}') as Name,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;TextBetween( purgechar(names,'[]"}'),'',',') as name2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2018 11:16:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-spilt-the-data/m-p/39406#M6646</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-03-02T11:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to spilt the data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-spilt-the-data/m-p/39407#M6647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌uuse concat(distinct names, ‘,’)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2018 12:33:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-spilt-the-data/m-p/39407#M6647</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-03-02T12:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to spilt the data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-spilt-the-data/m-p/39408#M6648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna ,&lt;/P&gt;&lt;P&gt;I am looking for UI level not in script level&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2018 12:42:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-spilt-the-data/m-p/39408#M6648</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-02T12:42:48Z</dc:date>
    </item>
  </channel>
</rss>

