<?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: Issue in loading the data from excel to Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issue-in-loading-the-data-from-excel-to-Qlikview/m-p/1023819#M942111</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or you can explicitly set the data type during load, like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; LOAD &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num(field1, '0.0%') As field1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num(field2, '0.0%') As field2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num(field3, '0.0%') As field3,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; field4,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jan 2016 07:02:10 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2016-01-19T07:02:10Z</dc:date>
    <item>
      <title>Issue in loading the data from excel to Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-in-loading-the-data-from-excel-to-Qlikview/m-p/1023817#M942109</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;I see that the data when imported from excel to qlikview is not of the same data type.In my sample application i have four Metric Values wherein the first three are % values and the fourth metric value represents the number of hours but when I load the excel to qlikview i see that the chart is representing the % values as decimals like 99.99% is shown as 0.99.So can anyone please help me know how I could maintain the original data type present in the excel to be as is in qlikview also.I have attached the sample application and the excel file for reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Smitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 06:37:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-in-loading-the-data-from-excel-to-Qlikview/m-p/1023817#M942109</guid>
      <dc:creator />
      <dc:date>2016-01-19T06:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in loading the data from excel to Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-in-loading-the-data-from-excel-to-Qlikview/m-p/1023818#M942110</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;Qlikview reads the numbers from excel in actual format without the % symbol, to display those numbers in % try like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Properties -&amp;gt; Number tab -&amp;gt; Select Integer/Fixed to/Number and select Show In Percentage option.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 06:52:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-in-loading-the-data-from-excel-to-Qlikview/m-p/1023818#M942110</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-01-19T06:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in loading the data from excel to Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-in-loading-the-data-from-excel-to-Qlikview/m-p/1023819#M942111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or you can explicitly set the data type during load, like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; LOAD &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num(field1, '0.0%') As field1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num(field2, '0.0%') As field2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num(field3, '0.0%') As field3,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; field4,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 07:02:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-in-loading-the-data-from-excel-to-Qlikview/m-p/1023819#M942111</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-01-19T07:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in loading the data from excel to Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-in-loading-the-data-from-excel-to-Qlikview/m-p/1023820#M942112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;go in number formt&amp;nbsp; of excel sheet&amp;nbsp; and do proper formatting for that column.&lt;/P&gt;&lt;P&gt;otherwise in qlikview chart properties check option show data in percentage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Deepak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 07:22:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-in-loading-the-data-from-excel-to-Qlikview/m-p/1023820#M942112</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2016-01-19T07:22:09Z</dc:date>
    </item>
  </channel>
</rss>

