<?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 Extracting Data from Filed Value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Extracting-Data-from-Filed-Value/m-p/1577600#M442661</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have requirement to extract data using the column/ field Value in a table.&lt;/P&gt;&lt;P&gt;In the attached Data file -&amp;nbsp;&lt;/P&gt;&lt;P&gt;Column 1: ID&amp;nbsp;&lt;/P&gt;&lt;P&gt;Column 2: XML Data is stored as column value .&lt;/P&gt;&lt;P&gt;Requirement : I would like to retrieve data stored in column 2 on another table.&lt;/P&gt;&lt;P&gt;There are 3 columns (Product, LotNumber, ValueUSD ) within the XML data column (Column 2).&amp;nbsp; So, I need&amp;nbsp; retrieve 2 rows to get populated with data for 3 columns.&lt;/P&gt;&lt;P&gt;I believe this can done thro a loop by creating a row number and passing the same on the 'From' statement .&lt;/P&gt;&lt;P&gt;Could someone please share your thoughts on implementing this.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 03:38:51 GMT</pubDate>
    <dc:creator>sureshbaabu</dc:creator>
    <dc:date>2024-11-16T03:38:51Z</dc:date>
    <item>
      <title>Extracting Data from Filed Value</title>
      <link>https://community.qlik.com/t5/QlikView/Extracting-Data-from-Filed-Value/m-p/1577600#M442661</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have requirement to extract data using the column/ field Value in a table.&lt;/P&gt;&lt;P&gt;In the attached Data file -&amp;nbsp;&lt;/P&gt;&lt;P&gt;Column 1: ID&amp;nbsp;&lt;/P&gt;&lt;P&gt;Column 2: XML Data is stored as column value .&lt;/P&gt;&lt;P&gt;Requirement : I would like to retrieve data stored in column 2 on another table.&lt;/P&gt;&lt;P&gt;There are 3 columns (Product, LotNumber, ValueUSD ) within the XML data column (Column 2).&amp;nbsp; So, I need&amp;nbsp; retrieve 2 rows to get populated with data for 3 columns.&lt;/P&gt;&lt;P&gt;I believe this can done thro a loop by creating a row number and passing the same on the 'From' statement .&lt;/P&gt;&lt;P&gt;Could someone please share your thoughts on implementing this.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:38:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extracting-Data-from-Filed-Value/m-p/1577600#M442661</guid>
      <dc:creator>sureshbaabu</dc:creator>
      <dc:date>2024-11-16T03:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting Data from Filed Value</title>
      <link>https://community.qlik.com/t5/QlikView/Extracting-Data-from-Filed-Value/m-p/1577622#M442662</link>
      <description>I think you should look into the functionality&lt;BR /&gt;LOAD FROM_FIELD&lt;BR /&gt;Where you can treat already loaded fields as a LOAD source.&lt;BR /&gt;&lt;BR /&gt;I would be something like my mockup code below.&lt;BR /&gt;&lt;BR /&gt;ExcelData:&lt;BR /&gt;LOAD ID, XML_Data FROM EXCEL;&lt;BR /&gt;&lt;BR /&gt;XmlResult:&lt;BR /&gt;LOAD [Product type], etc...&lt;BR /&gt;FROM_FIELD (ExcelData,XML_Data) (XmlSimple, Table is [RepeaterData/Item/etc/etc]);&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://help.qlik.com/sv-SE/sense/February2019/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/Load.htm" target="_blank"&gt;https://help.qlik.com/sv-SE/sense/February2019/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/Load.htm&lt;/A&gt;</description>
      <pubDate>Tue, 07 May 2019 18:31:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extracting-Data-from-Filed-Value/m-p/1577622#M442662</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-05-07T18:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting Data from Filed Value</title>
      <link>https://community.qlik.com/t5/QlikView/Extracting-Data-from-Filed-Value/m-p/1579417#M442739</link>
      <description>&lt;P&gt;Thanks for the suggestion. I have tried 'From_Field' and was able to import data using XML.&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2019 10:56:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extracting-Data-from-Filed-Value/m-p/1579417#M442739</guid>
      <dc:creator>sureshbaabu</dc:creator>
      <dc:date>2019-05-13T10:56:08Z</dc:date>
    </item>
  </channel>
</rss>

