<?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: QlikView decides to consolidate wrong data? bug??! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QlikView-decides-to-consolidate-wrong-data-bug/m-p/549559#M1144580</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If there are no selections, list box shows the data exactly as it was loaded.&amp;nbsp; See if you have something in the script, so the second line either is not loaded at all or modified on load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit (after seeing the SQL):&lt;/P&gt;&lt;P&gt;Are you sure that the value is exactly 'R001733465'?&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;SQL select * from QV_ERP_Costing_Report_V&lt;/P&gt;&lt;P&gt;where CALLNBR like '%001733465%'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Aug 2013 14:18:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-08-29T14:18:39Z</dc:date>
    <item>
      <title>QlikView decides to consolidate wrong data? bug??!</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-decides-to-consolidate-wrong-data-bug/m-p/549555#M1144576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two records:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;2013-06-20 00:00:00.000&lt;/TD&gt;&lt;TD&gt;0001733465 &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;2013-08-06 00:00:00.000&lt;/TD&gt;&lt;TD&gt;R001733465 &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I want to show this in Qlikview Pivot or even just a normal List box, it just shows 0001733465!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I show the dates it shows THE SAME NUMBER FOR BOTH DATES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WTF is going on? My boss just asked me if we can trust my data, and my data is fine, QlikView is screwing around and this is a serious issue!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2020 18:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-decides-to-consolidate-wrong-data-bug/m-p/549555#M1144576</guid>
      <dc:creator />
      <dc:date>2020-11-20T18:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView decides to consolidate wrong data? bug??!</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-decides-to-consolidate-wrong-data-bug/m-p/549556#M1144577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want qlikview to load it exactly the way it is shown above, try to load this field as text(fieldname)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 14:05:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-decides-to-consolidate-wrong-data-bug/m-p/549556#M1144577</guid>
      <dc:creator>michael_maeuser</dc:creator>
      <dc:date>2013-08-29T14:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView decides to consolidate wrong data? bug??!</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-decides-to-consolidate-wrong-data-bug/m-p/549557#M1144578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you need only the date try date(left(fieldname, 10)) as fieldname&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 14:07:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-decides-to-consolidate-wrong-data-bug/m-p/549557#M1144578</guid>
      <dc:creator>michael_maeuser</dc:creator>
      <dc:date>2013-08-29T14:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView decides to consolidate wrong data? bug??!</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-decides-to-consolidate-wrong-data-bug/m-p/549558#M1144579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's obviously more fields than that but because it's sensitive data I can't post it here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what I load in my QVW:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL select * from QV_ERP_Costing_Report_V where CALLNBR in ('R001733465','0001733465');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It yields the 2 records above, the only column that's the same is the purchase order number because it defaults to blank if you don't put anything in on our ERP system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It physically shows 2 entirely separate distinct unique records in SQL Server 2008. Why is QlikView trying to consolidate it just because ONE column is SORT OF the same?!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 14:16:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-decides-to-consolidate-wrong-data-bug/m-p/549558#M1144579</guid>
      <dc:creator />
      <dc:date>2013-08-29T14:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView decides to consolidate wrong data? bug??!</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-decides-to-consolidate-wrong-data-bug/m-p/549559#M1144580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If there are no selections, list box shows the data exactly as it was loaded.&amp;nbsp; See if you have something in the script, so the second line either is not loaded at all or modified on load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit (after seeing the SQL):&lt;/P&gt;&lt;P&gt;Are you sure that the value is exactly 'R001733465'?&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;SQL select * from QV_ERP_Costing_Report_V&lt;/P&gt;&lt;P&gt;where CALLNBR like '%001733465%'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 14:18:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-decides-to-consolidate-wrong-data-bug/m-p/549559#M1144580</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-29T14:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView decides to consolidate wrong data? bug??!</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-decides-to-consolidate-wrong-data-bug/m-p/549560#M1144581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On my dimension I did =text(CALLNBR) and it still only shows 1 number, not 2 distinct values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Imagine my financial director when he finds out the qlikview reports are consolidating/summarizing accounts incorrectly!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 14:19:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-decides-to-consolidate-wrong-data-bug/m-p/549560#M1144581</guid>
      <dc:creator />
      <dc:date>2013-08-29T14:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView decides to consolidate wrong data? bug??!</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-decides-to-consolidate-wrong-data-bug/m-p/549561#M1144582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nothing is modified at all. I have a view in SQL Server. The load statement is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;SQL select * from QV_ERP_Costing_Report_V where CALLNBR in ('R001733465','0001733465');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;This gives me back only 2 records and there are no selections active (pressed clear button) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;On loading, it says "Costing &amp;lt;&amp;lt; QV_ERP_Costing_Report_V 2 lines fetched"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;But it only shows 1 CALLNBR for BOTH records&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;&lt;IMG __jive_id="46025" alt="costing.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/46025_costing.png" style="width: 620px; height: 67px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;The ITEMDESC / QTY / Extended Price etc are unique PER record&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 14:23:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-decides-to-consolidate-wrong-data-bug/m-p/549561#M1144582</guid>
      <dc:creator />
      <dc:date>2013-08-29T14:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView decides to consolidate wrong data? bug??!</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-decides-to-consolidate-wrong-data-bug/m-p/549562#M1144583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Michael mentioned you will probably need a preceding LOAD statement with text() function an that field to prevent QlikView from handling this as a number:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD text(CALLNBR) as CallNbr, ... ;&lt;/P&gt;&lt;P&gt;SQL SELECT * FROM ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 14:38:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-decides-to-consolidate-wrong-data-bug/m-p/549562#M1144583</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2013-08-29T14:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Re: QlikView decides to consolidate wrong data? bug??!</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-decides-to-consolidate-wrong-data-bug/m-p/549563#M1144584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pieter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For some reason, QlikView is reading two lines and keeping both values in "Manifest" as numeric. My guess is that the "R" preceding the code is a money symbol or something similar that keeps QlikView as interpreting the value as a numeric value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the attached applications that show that behaviour. Using Text() in the LOAD statement for those fields or modifying environment variables (I wouldn't recommend the latter, though) would do.&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, 29 Aug 2013 14:43:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-decides-to-consolidate-wrong-data-bug/m-p/549563#M1144584</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2013-08-29T14:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView decides to consolidate wrong data? bug??!</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-decides-to-consolidate-wrong-data-bug/m-p/549564#M1144585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pieter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume that this is South African data, where R is the currency symbol for SA Rand. Qlikview determines the data type from the first record it loads in a field, and then attempts to conform the following data to the same format. If it loads the R record first, it is deciding (like Excel) that this is an amount in Rand, formatted as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;R000000000. It then loads the second record the same way. As the numerical portion is the same, it sees them as a duplicate record and will only show one in a table box (which is one reason to not use a table box!!) and one record in a list box.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same happens if it loads the other record first, except that it now applies a format of &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;0000000000. Because the second record can be read as a number (because it looks like an amount in Rand), it is formatted the same way as the first record (ie As &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;0001733465).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's the why. The fix is to make QV load teh fields as text, like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Text(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CALLNBR&lt;/SPAN&gt;) as CallNumber, &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;*;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;SQL select * from QV_ERP_Costing_Report_V where CALLNBR in ('R001733465','0001733465');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now use CallNumber rather than CALLNBR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 14:46:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-decides-to-consolidate-wrong-data-bug/m-p/549564#M1144585</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2013-08-29T14:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView decides to consolidate wrong data? bug??!</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-decides-to-consolidate-wrong-data-bug/m-p/549565#M1144586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By the way, QV will have correctly loaded two rows, so Count(CALLNBR) should be two and Sum(CALLNBR) will be the same of the two.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 14:49:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-decides-to-consolidate-wrong-data-bug/m-p/549565#M1144586</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2013-08-29T14:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Re: QlikView decides to consolidate wrong data? bug??!</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-decides-to-consolidate-wrong-data-bug/m-p/549566#M1144587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that's pretty much it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The variables at the beginning of the script tells QlikView how to load locale settings for dates, numbers and currency. In my case, although I'm Spanish, but my OS is in American English, MoneyFormat reads: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro _jivemacro_uid_13777885230696987 jive_macro_code" jivemacro_uid="_13777885230696987"&gt;
&lt;P style="font-size: 9px; font-family: 'Courier New'; color: #0433ff;"&gt;&lt;STRONG&gt;SET&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #929292;"&gt;&lt;STRONG&gt;&lt;EM&gt;MoneyFormat&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;=&lt;/SPAN&gt;'$#,##0.00;($#,##0.00)'&lt;SPAN style="color: #000000;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see the differences in the attached QVW above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moreover, if you change the load order, as both are numeric values, QlikView will show whatever comes first: the value starting in "0" or the one starting by "R".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it was not QlikView messing anything, after all...&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, 29 Aug 2013 14:58:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-decides-to-consolidate-wrong-data-bug/m-p/549566#M1144587</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2013-08-29T14:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: Re: QlikView decides to consolidate wrong data? bug??!</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-decides-to-consolidate-wrong-data-bug/m-p/549567#M1144588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The R has nothing to do with currency, but I won't be surprised if this is why Qlikview is acting strange, let me check this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 06:36:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-decides-to-consolidate-wrong-data-bug/m-p/549567#M1144588</guid>
      <dc:creator />
      <dc:date>2013-08-30T06:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Re: QlikView decides to consolidate wrong data? bug??!</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-decides-to-consolidate-wrong-data-bug/m-p/549568#M1144589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I could only mark 2 answers as helpful, but this was also helpful. Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 06:42:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-decides-to-consolidate-wrong-data-bug/m-p/549568#M1144589</guid>
      <dc:creator />
      <dc:date>2013-08-30T06:42:47Z</dc:date>
    </item>
  </channel>
</rss>

