<?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 how to bring data seperately? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-bring-data-seperately/m-p/1104#M609373</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a straight table and a list box. Data in the straight table is displayed according to the filter in the list box. Below is a snapshot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="dsa report image.png" class="jive-image image-1" src="/legacyfs/online/190168_dsa report image.png" style="width: 620px; height: 148px;" /&gt;As you can see in the Master DSA List straight table, I have multiple DSAs in the same row.&lt;/P&gt;&lt;P&gt;This is my script to bring in the DSA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TextBetween(Replace(Replace(Replace(Replace(ATTRIBUTES, chr(10), ''), ' ', ''), '&amp;lt;String&amp;gt;', ''), '&amp;lt;/String&amp;gt;', ','), '&amp;lt;entrykey="SFGROUPOWNER"&amp;gt;&amp;lt;value&amp;gt;&amp;lt;List&amp;gt;', '&amp;lt;/List&amp;gt;') As MAGroupOwners,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAGroupOwners is renamed as DSA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can I do in the script to bring each MAGroupOwners separately in each row? Also, how can I do the same thing in the straight chart? I would really appreciate the help. &lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jan 2018 04:04:16 GMT</pubDate>
    <dc:creator>diwaskarki</dc:creator>
    <dc:date>2018-01-16T04:04:16Z</dc:date>
    <item>
      <title>how to bring data seperately?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-bring-data-seperately/m-p/1104#M609373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a straight table and a list box. Data in the straight table is displayed according to the filter in the list box. Below is a snapshot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="dsa report image.png" class="jive-image image-1" src="/legacyfs/online/190168_dsa report image.png" style="width: 620px; height: 148px;" /&gt;As you can see in the Master DSA List straight table, I have multiple DSAs in the same row.&lt;/P&gt;&lt;P&gt;This is my script to bring in the DSA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TextBetween(Replace(Replace(Replace(Replace(ATTRIBUTES, chr(10), ''), ' ', ''), '&amp;lt;String&amp;gt;', ''), '&amp;lt;/String&amp;gt;', ','), '&amp;lt;entrykey="SFGROUPOWNER"&amp;gt;&amp;lt;value&amp;gt;&amp;lt;List&amp;gt;', '&amp;lt;/List&amp;gt;') As MAGroupOwners,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAGroupOwners is renamed as DSA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can I do in the script to bring each MAGroupOwners separately in each row? Also, how can I do the same thing in the straight chart? I would really appreciate the help. &lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2018 04:04:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-bring-data-seperately/m-p/1104#M609373</guid>
      <dc:creator>diwaskarki</dc:creator>
      <dc:date>2018-01-16T04:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to bring data seperately?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-bring-data-seperately/m-p/1105#M609374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will create one record per DSA:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Application, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Entitlement, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; [Entitlement Description], &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; &lt;STRONG&gt;SubField([DSA(s)], ',') As DSA&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM ...&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2018 04:44:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-bring-data-seperately/m-p/1105#M609374</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-01-16T04:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to bring data seperately?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-bring-data-seperately/m-p/1106#M609375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean you want those comma separated values as separate rows? Eg. JLIO, LU5B? May be use &lt;/P&gt;&lt;P&gt;Subfield() Function around your textybetween like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Subfield(textbetween(Replace....)), ',')) AS MAGroupOwners &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2018 04:49:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-bring-data-seperately/m-p/1106#M609375</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-01-16T04:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to bring data seperately?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-bring-data-seperately/m-p/1107#M609376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jonathan. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2018 16:33:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-bring-data-seperately/m-p/1107#M609376</guid>
      <dc:creator>diwaskarki</dc:creator>
      <dc:date>2018-01-16T16:33:57Z</dc:date>
    </item>
  </channel>
</rss>

