<?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 Problem with loading data from excel in a specific format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-loading-data-from-excel-in-a-specific-format/m-p/293067#M108758</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a field in Excel on Column 3. When i load this field in QV. QV load this field with decimals. From another database i have this field without decimals. &lt;/P&gt;&lt;P&gt;How can i load an excel field with no decimals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first line you can see in the coumn nummer 7.00000&amp;nbsp; I want this number as 7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i do this ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 May 2011 09:18:29 GMT</pubDate>
    <dc:creator>francisvandergr</dc:creator>
    <dc:date>2011-05-12T09:18:29Z</dc:date>
    <item>
      <title>Problem with loading data from excel in a specific format</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-loading-data-from-excel-in-a-specific-format/m-p/293067#M108758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a field in Excel on Column 3. When i load this field in QV. QV load this field with decimals. From another database i have this field without decimals. &lt;/P&gt;&lt;P&gt;How can i load an excel field with no decimals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first line you can see in the coumn nummer 7.00000&amp;nbsp; I want this number as 7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i do this ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2011 09:18:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-loading-data-from-excel-in-a-specific-format/m-p/293067#M108758</guid>
      <dc:creator>francisvandergr</dc:creator>
      <dc:date>2011-05-12T09:18:29Z</dc:date>
    </item>
    <item>
      <title>Problem with loading data from excel in a specific format</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-loading-data-from-excel-in-a-specific-format/m-p/293068#M108759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Francis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably just easy to apply an integer format to the number on the way in:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num(@3, '#.##0', ',', '.') as Chauffeur\Nummer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also set the Number format at the Document Properties level but I have found that this does not always hold between reloads.&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2011 09:40:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-loading-data-from-excel-in-a-specific-format/m-p/293068#M108759</guid>
      <dc:creator>stephencredmond</dc:creator>
      <dc:date>2011-05-12T09:40:33Z</dc:date>
    </item>
    <item>
      <title>Problem with loading data from excel in a specific format</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-loading-data-from-excel-in-a-specific-format/m-p/293069#M108760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Francis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm a complete noob but I know excel so thought I would give this a try &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; The cell format is set to TEXT. Highlight column C and change format to GENERAL. I think this should sort your problem out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also setting the cell to general means that if the cell was a formula you can copy that formula down. When a cell is set to text it only pastes the value. Let me know if this resolves your problem. If you still decimals in QV try using the following syntax in the edit expression part of your dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num({field name}, '0')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2011 09:51:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-loading-data-from-excel-in-a-specific-format/m-p/293069#M108760</guid>
      <dc:creator />
      <dc:date>2011-05-12T09:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with loading data from excel in a specific format</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-loading-data-from-excel-in-a-specific-format/m-p/293070#M108761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Francis,&lt;/P&gt;&lt;P&gt;I tested it a little while. As Stephan mentioned the Number format settings in the Doc Props do not always help.&lt;/P&gt;&lt;P&gt;Take a look into my exam app (and look at Tbl2). Sometimes the (script-) world is a difficult one ...&lt;/P&gt;&lt;P&gt;HtH&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2011 09:52:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-loading-data-from-excel-in-a-specific-format/m-p/293070#M108761</guid>
      <dc:creator />
      <dc:date>2011-05-12T09:52:41Z</dc:date>
    </item>
  </channel>
</rss>

