<?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 parsing columns in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/parsing-columns/m-p/1369#M81</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;got a table as shown in the attached excel file&lt;/P&gt;&lt;P&gt;there is a column called extra: it contains the possible options for a drop down list&lt;/P&gt;&lt;P&gt;can Qlik parse this via a wizard or I need to use string functions to get the required data?&lt;/P&gt;&lt;P&gt;for example in the attached excel, the first line corresponds to Domain data family and the answer is 6 and 6 corresponds to Financial Transaction&lt;/P&gt;&lt;P&gt;the possible values are saved in the column named extra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jan 2018 11:19:55 GMT</pubDate>
    <dc:creator>ali_hijazi</dc:creator>
    <dc:date>2018-01-16T11:19:55Z</dc:date>
    <item>
      <title>parsing columns</title>
      <link>https://community.qlik.com/t5/App-Development/parsing-columns/m-p/1369#M81</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;got a table as shown in the attached excel file&lt;/P&gt;&lt;P&gt;there is a column called extra: it contains the possible options for a drop down list&lt;/P&gt;&lt;P&gt;can Qlik parse this via a wizard or I need to use string functions to get the required data?&lt;/P&gt;&lt;P&gt;for example in the attached excel, the first line corresponds to Domain data family and the answer is 6 and 6 corresponds to Financial Transaction&lt;/P&gt;&lt;P&gt;the possible values are saved in the column named extra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2018 11:19:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/parsing-columns/m-p/1369#M81</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2018-01-16T11:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: parsing columns</title>
      <link>https://community.qlik.com/t5/App-Development/parsing-columns/m-p/1370#M82</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it could be done with rather simple string-operations like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= subfield(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; subfield(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mid(extra, index(extra, answer &amp;amp; '|')),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; chr(10) , 1),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; '|', 2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2018 13:29:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/parsing-columns/m-p/1370#M82</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-01-16T13:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: parsing columns</title>
      <link>https://community.qlik.com/t5/App-Development/parsing-columns/m-p/1371#M83</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you know I was looking for the n value in chr(n)&lt;/P&gt;&lt;P&gt;in qlik sense values appear on one line, when I export values to excel every line displays on new line so the delimiter turned out to be chr(10)&lt;/P&gt;&lt;P&gt;and this solved my issue&lt;/P&gt;&lt;P&gt;I will mark your answer as correct to close the discussion &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 14:56:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/parsing-columns/m-p/1371#M83</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2018-01-17T14:56:18Z</dc:date>
    </item>
  </channel>
</rss>

