<?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 Importing Excel Values to Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Importing-Excel-Values-to-Qlikview/m-p/183888#M48989</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am facing a problem which seems to have an easy solution. But unfortunately I am not able to work out. I have attached the excel file and qlikview application. I want to get the data as it is in the Excel sheet in the Qlikview application(Straight table)[View:http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/6646.test1.xlsx:550:0].&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mandar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Dec 2009 12:20:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-12-11T12:20:32Z</dc:date>
    <item>
      <title>Importing Excel Values to Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Importing-Excel-Values-to-Qlikview/m-p/183888#M48989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am facing a problem which seems to have an easy solution. But unfortunately I am not able to work out. I have attached the excel file and qlikview application. I want to get the data as it is in the Excel sheet in the Qlikview application(Straight table)[View:http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/6646.test1.xlsx:550:0].&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mandar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2009 12:20:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Importing-Excel-Values-to-Qlikview/m-p/183888#M48989</guid>
      <dc:creator />
      <dc:date>2009-12-11T12:20:32Z</dc:date>
    </item>
    <item>
      <title>Importing Excel Values to Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Importing-Excel-Values-to-Qlikview/m-p/183889#M48990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You mean to say that you don't want % symbol in the value column for D and E row?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2009 12:56:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Importing-Excel-Values-to-Qlikview/m-p/183889#M48990</guid>
      <dc:creator />
      <dc:date>2009-12-11T12:56:36Z</dc:date>
    </item>
    <item>
      <title>Importing Excel Values to Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Importing-Excel-Values-to-Qlikview/m-p/183890#M48991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes. I dont want the '%' symbol - provided the numerical values appears exactly the same as they are in the excel sheet in the Qlikview Application(Without making any changes in the database). Thanks for your interest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2009 13:07:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Importing-Excel-Values-to-Qlikview/m-p/183890#M48991</guid>
      <dc:creator />
      <dc:date>2009-12-11T13:07:52Z</dc:date>
    </item>
    <item>
      <title>Importing Excel Values to Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Importing-Excel-Values-to-Qlikview/m-p/183891#M48992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is wrong with a script like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;LOAD&lt;BR /&gt; Product,&lt;BR /&gt; Value&lt;BR /&gt;FROM&lt;BR /&gt; [.\6646.test1.xlsx]&lt;BR /&gt; (ooxml, embedded labels, table is Sheet1);&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Think that all figures are loaded either as 1 or 0.95 or 85.26. If the latter is supposed to be a percentage than you may include a formula like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;LOAD&lt;BR /&gt; Product,&lt;BR /&gt; IF(Value &amp;gt; 1, Value/100, Value) AS Value&lt;BR /&gt;FROM&lt;BR /&gt; [.\6646.test1.xlsx]&lt;BR /&gt; (ooxml, embedded labels, table is Sheet1);&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;HTH&lt;BR /&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Dec 2009 04:52:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Importing-Excel-Values-to-Qlikview/m-p/183891#M48992</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2009-12-12T04:52:05Z</dc:date>
    </item>
  </channel>
</rss>

