<?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 How to read first single-quote from Excel data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-read-first-single-quote-from-Excel-data/m-p/852110#M298775</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the current project, I must load an excel data, which is a string literal. Sometimes there are cases 'xxx' in excel. I have to parse exactly how business has described it because it is legally-binded texts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, when I tried loading, QlikView load it as&amp;nbsp; xxx' instead of 'xxx'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you possibly advise how we can workaround about the omission of single quote in excel data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Jun 2015 12:42:53 GMT</pubDate>
    <dc:creator>atsushi_saijo</dc:creator>
    <dc:date>2015-06-18T12:42:53Z</dc:date>
    <item>
      <title>How to read first single-quote from Excel data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-read-first-single-quote-from-Excel-data/m-p/852110#M298775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the current project, I must load an excel data, which is a string literal. Sometimes there are cases 'xxx' in excel. I have to parse exactly how business has described it because it is legally-binded texts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, when I tried loading, QlikView load it as&amp;nbsp; xxx' instead of 'xxx'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you possibly advise how we can workaround about the omission of single quote in excel data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 12:42:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-read-first-single-quote-from-Excel-data/m-p/852110#M298775</guid>
      <dc:creator>atsushi_saijo</dc:creator>
      <dc:date>2015-06-18T12:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to read first single-quote from Excel data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-read-first-single-quote-from-Excel-data/m-p/852111#M298776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this post will help you:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4232"&gt;Escape sequences&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 12:53:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-read-first-single-quote-from-Excel-data/m-p/852111#M298776</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-06-18T12:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to read first single-quote from Excel data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-read-first-single-quote-from-Excel-data/m-p/852112#M298777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think it can be done, not because of QlikView, but because Excel itself treats this single quote differently - it means "text follows", and this quote is not shown even in Excel. Trying to load it in would be like trying to load formula text instead of formula result into QlikView.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 12:54:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-read-first-single-quote-from-Excel-data/m-p/852112#M298777</guid>
      <dc:creator>kuba_michalik</dc:creator>
      <dc:date>2015-06-18T12:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to read first single-quote from Excel data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-read-first-single-quote-from-Excel-data/m-p/852113#M298778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I went thorugh on HIC's comment, but it is how to escape character on QlikView. However, since single quote is in Excel-side, and QlikView does not take it, do we have any way to handle this problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 13:49:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-read-first-single-quote-from-Excel-data/m-p/852113#M298778</guid>
      <dc:creator>atsushi_saijo</dc:creator>
      <dc:date>2015-06-18T13:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to read first single-quote from Excel data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-read-first-single-quote-from-Excel-data/m-p/852114#M298779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems you are right. So I think I would store the excel as something else, and parse it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 13:50:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-read-first-single-quote-from-Excel-data/m-p/852114#M298779</guid>
      <dc:creator>atsushi_saijo</dc:creator>
      <dc:date>2015-06-18T13:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to read first single-quote from Excel data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-read-first-single-quote-from-Excel-data/m-p/852115#M298780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try to add a single quote in your code, if a single quote is present (the closing one)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;if index(yourExcelField, '''), chr(39) &amp;amp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;yourExcelField, &lt;SPAN style="font-size: 13.3333330154419px;"&gt;yourExcelField&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 13:52:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-read-first-single-quote-from-Excel-data/m-p/852115#M298780</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2015-06-18T13:52:34Z</dc:date>
    </item>
  </channel>
</rss>

