<?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: Bug or *feature by design*? Excel rand() &amp; QV load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bug-or-feature-by-design-Excel-rand-QV-load/m-p/403713#M150187</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ouch - completely forgot that I formatted the cell format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But that means that QV is taking .value instead of .value2. Faster but it will ingore the format of a cell...not sure what to think about it, but seems a bit confusing for people who are working with a cell formating.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Oct 2012 11:25:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-10-11T11:25:57Z</dc:date>
    <item>
      <title>Bug or *feature by design*? Excel rand() &amp; QV load</title>
      <link>https://community.qlik.com/t5/QlikView/Bug-or-feature-by-design-Excel-rand-QV-load/m-p/403711#M150185</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;While I'm doing some tests here I noticed a strange thing with QV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I did is a sample xlsx for some random data - random ID from 0-4 in one column. Saved as an xlsx and load the file in QV. Worked with ApplyMap - but then it becomes strange:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="23311" class="jive-image-thumbnail jive-image" height="560" onclick="" alt="qv_xlsx_rand.png" src="https://community.qlik.com/legacyfs/online/23311_qv_xlsx_rand.png" width="823" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all: ApplyMap is not working. Check the IDs box: No grouped values (for example, multiple 0!). So I saved the file under an CSV to get rid of the rand() function in the xlsx - everything's working as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main question is now: How does QV handles xlsx with rand() (or to be more general: with functions that could change a value). In my opinion it's ok that QV does a refresh on the document before it will load the data. But why didn't QV recognize same values and group them...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tested with QV11.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 10:35:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bug-or-feature-by-design-Excel-rand-QV-load/m-p/403711#M150185</guid>
      <dc:creator />
      <dc:date>2012-10-11T10:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Bug or *feature by design*? Excel rand() &amp; QV load</title>
      <link>https://community.qlik.com/t5/QlikView/Bug-or-feature-by-design-Excel-rand-QV-load/m-p/403712#M150186</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;When numbers (values that are right aligned by default) are repeated (several zeroes in your example) sounds like they have decimals, although they are being represented as integers. Use instead&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13499536034108653" jivemacro_uid="_13499536034108653"&gt;&lt;P&gt;ApplyMap('LadenMap', Floor(Laden), 'not found') AS Bezeichnung,&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the Floor() function returns the integer part of the RAND() number generated by excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 11:05:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bug-or-feature-by-design-Excel-rand-QV-load/m-p/403712#M150186</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-10-11T11:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Bug or *feature by design*? Excel rand() &amp; QV load</title>
      <link>https://community.qlik.com/t5/QlikView/Bug-or-feature-by-design-Excel-rand-QV-load/m-p/403713#M150187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ouch - completely forgot that I formatted the cell format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But that means that QV is taking .value instead of .value2. Faster but it will ingore the format of a cell...not sure what to think about it, but seems a bit confusing for people who are working with a cell formating.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 11:25:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bug-or-feature-by-design-Excel-rand-QV-load/m-p/403713#M150187</guid>
      <dc:creator />
      <dc:date>2012-10-11T11:25:57Z</dc:date>
    </item>
  </channel>
</rss>

