<?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 Extract Data from within a Cell when the source is an excel sheet in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Extract-Data-from-within-a-Cell-when-the-source-is-an-excel/m-p/1641254#M447206</link>
    <description>&lt;P&gt;I have an excel spreadsheet. In this sheet as expected there are multiple cells. In some of my cells there is data that is related to another cell. I want to read that data and form a relationship with another cell that contains the same date.&lt;BR /&gt;&lt;BR /&gt;Example:&lt;/P&gt;&lt;P&gt;Cell 1 contains the following:&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;vsid1&lt;/FONT&gt; firewall name (this is not separated by any commas or other point)&lt;BR /&gt;&lt;BR /&gt;Cell 2 contains the following&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;vsid 1&lt;/FONT&gt; ip address interface name&lt;BR /&gt;&lt;BR /&gt;i want to read vsid 1 in both cell1 and cell2 to form the relationship and the result needs to be the firewall name,ip addresses and interface name in 1 output&lt;/P&gt;</description>
    <pubDate>Wed, 30 Oct 2019 13:55:46 GMT</pubDate>
    <dc:creator>pandreozzi</dc:creator>
    <dc:date>2019-10-30T13:55:46Z</dc:date>
    <item>
      <title>Extract Data from within a Cell when the source is an excel sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-Data-from-within-a-Cell-when-the-source-is-an-excel/m-p/1641254#M447206</link>
      <description>&lt;P&gt;I have an excel spreadsheet. In this sheet as expected there are multiple cells. In some of my cells there is data that is related to another cell. I want to read that data and form a relationship with another cell that contains the same date.&lt;BR /&gt;&lt;BR /&gt;Example:&lt;/P&gt;&lt;P&gt;Cell 1 contains the following:&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;vsid1&lt;/FONT&gt; firewall name (this is not separated by any commas or other point)&lt;BR /&gt;&lt;BR /&gt;Cell 2 contains the following&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;vsid 1&lt;/FONT&gt; ip address interface name&lt;BR /&gt;&lt;BR /&gt;i want to read vsid 1 in both cell1 and cell2 to form the relationship and the result needs to be the firewall name,ip addresses and interface name in 1 output&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 13:55:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-Data-from-within-a-Cell-when-the-source-is-an-excel/m-p/1641254#M447206</guid>
      <dc:creator>pandreozzi</dc:creator>
      <dc:date>2019-10-30T13:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Data from within a Cell when the source is an excel sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-Data-from-within-a-Cell-when-the-source-is-an-excel/m-p/1642223#M447273</link>
      <description>&lt;P&gt;You can split it based on Space (I can see space in the lines you wrote about values of Cell1 and Cell2)&lt;/P&gt;&lt;P&gt;Below tables will have Split Values.&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load Subfield(Cell1,' ') as Cell1Values&lt;/P&gt;&lt;P&gt;Resident&lt;/P&gt;&lt;P&gt;SpreadSheet;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;Load Subfield(Cell2, ' ' )as Cell2Values&lt;/P&gt;&lt;P&gt;Resident&lt;/P&gt;&lt;P&gt;SpreadSheet;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Next&amp;nbsp; Steps:&lt;/P&gt;&lt;P&gt;Inner Join Both the tables .&amp;nbsp; The Common Value will be filtered out. (Another Approach:Even you can do lookup)&lt;/P&gt;&lt;P&gt;To the Resultant table, Join the remaining Values of Table1 and Table2 (Concat - ideally from Cell1 and Cell2).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you have to run this code in loop to process all the rows of spreadsheet.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2019 21:04:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-Data-from-within-a-Cell-when-the-source-is-an-excel/m-p/1642223#M447273</guid>
      <dc:creator>pradeep_s</dc:creator>
      <dc:date>2019-11-01T21:04:02Z</dc:date>
    </item>
  </channel>
</rss>

