<?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 Load from Excel pull from substring in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-from-Excel-pull-from-substring/m-p/287254#M1182389</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks Swuehl,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jan 2012 10:39:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-01-19T10:39:37Z</dc:date>
    <item>
      <title>Load from Excel pull from substring</title>
      <link>https://community.qlik.com/t5/QlikView/Load-from-Excel-pull-from-substring/m-p/287252#M1182387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am loading an excel spreadsheet and the data is not 100% how I would like it ,&lt;/P&gt;&lt;P&gt;there is a column called Reasons, which may contain&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"No receipt","No Authorisation","No Paper","No Ticket"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or a combination such as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"No receipt,No Paper,No Ticket" , "No Authorisation,No Ticket"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wish to be able to load the column as normal so as Reasons and have both singular reason and combined as results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But then another load where the data is split by "," so for the combinations have&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"No receipt","No Paper","No Ticket" - it would be the data text to columns function in excel dont know if there is an equivlent in QV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone advise ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Anne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 16:25:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-from-Excel-pull-from-substring/m-p/287252#M1182387</guid>
      <dc:creator />
      <dc:date>2012-01-18T16:25:31Z</dc:date>
    </item>
    <item>
      <title>Load from Excel pull from substring</title>
      <link>https://community.qlik.com/t5/QlikView/Load-from-Excel-pull-from-substring/m-p/287253#M1182388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe the excel function will fill in each substring into a different column, right? If you consider the Excel lines as records and columns as fields, do you really want to create new fields? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume that you probably don't want to do that, but I assume that you want to create new records per substring in one field, so you get e.g. in a list box of that field a line per substring.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could use subfield for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have loaded your table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INPUT:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;recno() as RecID,&lt;/P&gt;&lt;P&gt;Reason,&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;from ExcelTable.xls;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could do something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD RecID,&lt;/P&gt;&lt;P&gt;subfield(Reason, ',') as ReasonSubs&lt;/P&gt;&lt;P&gt;resident INPUT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 17:50:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-from-Excel-pull-from-substring/m-p/287253#M1182388</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-01-18T17:50:59Z</dc:date>
    </item>
    <item>
      <title>Load from Excel pull from substring</title>
      <link>https://community.qlik.com/t5/QlikView/Load-from-Excel-pull-from-substring/m-p/287254#M1182389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks Swuehl,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2012 10:39:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-from-Excel-pull-from-substring/m-p/287254#M1182389</guid>
      <dc:creator />
      <dc:date>2012-01-19T10:39:37Z</dc:date>
    </item>
  </channel>
</rss>

