<?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 Re: Read Text when exporting from excel in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Read-Text-when-exporting-from-excel/m-p/1073676#M944303</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here when there is a text startng with S then it is also consider as 'Sprint%' when we use finfoneof&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jan 2016 17:22:51 GMT</pubDate>
    <dc:creator>anuradhaa</dc:creator>
    <dc:date>2016-01-13T17:22:51Z</dc:date>
    <item>
      <title>Read Text when exporting from excel</title>
      <link>https://community.qlik.com/t5/QlikView/Read-Text-when-exporting-from-excel/m-p/1073674#M944301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 285px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" style="text-align: center;" width="64"&gt;&lt;STRONG&gt;ID&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="text-align: center;" width="221"&gt;&lt;STRONG&gt;Lable&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20" style="text-align: center;"&gt;1&lt;/TD&gt;&lt;TD style="text-align: left;"&gt;dfdfd,Sprint1,dgd&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20" style="text-align: center;"&gt;2&lt;/TD&gt;&lt;TD style="text-align: left;"&gt;Sprint1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20" style="text-align: center;"&gt;3&lt;/TD&gt;&lt;TD style="text-align: left;"&gt;fdfdg,gdgfg,ghfhfh,Sprint1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20" style="text-align: center;"&gt;4&lt;/TD&gt;&lt;TD style="text-align: left;"&gt;fsfsdf,Sprint2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20" style="text-align: center;"&gt;5&lt;/TD&gt;&lt;TD style="text-align: left;"&gt;Sprint2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20" style="text-align: center;"&gt;6&lt;/TD&gt;&lt;TD style="text-align: left;"&gt;dfd,3434,gdg434,Sprint1,egrrg,555&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have above data set in excel. i want to find the the word 'Sprint%' in the column Lable and store the value (like &lt;SPAN style="font-size: 13.3333px;"&gt;Sprint1,&lt;SPAN style="font-size: 13.3333px;"&gt;Sprint2) in a separate column call Sprint when loading that excel. is it possible.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 16:12:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Read-Text-when-exporting-from-excel/m-p/1073674#M944301</guid>
      <dc:creator>anuradhaa</dc:creator>
      <dc:date>2016-01-12T16:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Read Text when exporting from excel</title>
      <link>https://community.qlik.com/t5/QlikView/Read-Text-when-exporting-from-excel/m-p/1073675#M944302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use function mid:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;mid&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(Lable,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FindOneOf&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(Lable,'Sprint%'),7) - works if Sprintx has only values 0--9&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;if your number after Sprint contain more than 1 Digit you Need to find the right comma after Sprint to get the correct lenght (instead 7)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 16:23:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Read-Text-when-exporting-from-excel/m-p/1073675#M944302</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-12T16:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Read Text when exporting from excel</title>
      <link>https://community.qlik.com/t5/QlikView/Read-Text-when-exporting-from-excel/m-p/1073676#M944303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here when there is a text startng with S then it is also consider as 'Sprint%' when we use finfoneof&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 17:22:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Read-Text-when-exporting-from-excel/m-p/1073676#M944303</guid>
      <dc:creator>anuradhaa</dc:creator>
      <dc:date>2016-01-13T17:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Read Text when exporting from excel</title>
      <link>https://community.qlik.com/t5/QlikView/Read-Text-when-exporting-from-excel/m-p/1073677#M944304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe splitting the substrings in Lable field would make it a bit easier.&lt;/P&gt;&lt;P&gt;Meets the following script your requirements:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEST:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;ID, Lable&lt;/P&gt;&lt;P&gt;1, "dfdfd,Sprint1,dgd"&lt;/P&gt;&lt;P&gt;2, "Sprint1"&lt;/P&gt;&lt;P&gt;3, "fdfdg,gdgfg,ghfhfh,Sprint1"&lt;/P&gt;&lt;P&gt;4, "fsfsdf,Sprint2"&lt;/P&gt;&lt;P&gt;5, "Sprint2"&lt;/P&gt;&lt;P&gt;6, "dfd,3434,gdg434,Sprint1,egrrg,555"&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NEU:&lt;/P&gt;&lt;P&gt;LOAD * where SUB_LABLES like 'Sprint*';&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; *,&lt;/P&gt;&lt;P&gt;&amp;nbsp; subfield(Lable,',') as SUB_LABLES&lt;/P&gt;&lt;P&gt;resident TEST;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tobias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 21:20:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Read-Text-when-exporting-from-excel/m-p/1073677#M944304</guid>
      <dc:creator>tobivogt</dc:creator>
      <dc:date>2016-01-14T21:20:33Z</dc:date>
    </item>
  </channel>
</rss>

