<?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] Bug with set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bug-Bug-with-set-analysis/m-p/716920#M257696</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, I have add "annee" as a Dimension. So I consider that it implies "annee" as a part of the group by.&lt;/P&gt;&lt;P&gt;I don't know if you have noticed but for 2008, numbers are good... but not for the others.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Jul 2014 08:18:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-21T08:18:13Z</dc:date>
    <item>
      <title>[Bug] Bug with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Bug-Bug-with-set-analysis/m-p/716917#M257693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think i have a bug with Qlikview when I am using sum().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Here a simple test with the DBMS :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="bug qlikview 1.png" class="jive-image" src="/legacyfs/online/62759_bug qlikview 1.png" style="width: 620px; height: 232px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Here the results with QlikView :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="bug qlikview 2.png" class="jive-image" src="/legacyfs/online/62761_bug qlikview 2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The source is the &lt;STRONG style="text-decoration: underline;"&gt;same&lt;/STRONG&gt; DBMS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Here is my script :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG style="color: #0000ff;"&gt;SET&lt;/STRONG&gt; ThousandSep=' ';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG style="color: #0000ff;"&gt;SET&lt;/STRONG&gt; DecimalSep=',';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG style="color: #0000ff;"&gt;SET&lt;/STRONG&gt; MoneyThousandSep=' ';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG style="color: #0000ff;"&gt;SET&lt;/STRONG&gt; MoneyDecimalSep=',';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG style="color: #0000ff;"&gt;SET&lt;/STRONG&gt; MoneyFormat='# ##0,00 €;-# ##0,00 €';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG style="color: #0000ff;"&gt;SET&lt;/STRONG&gt; TimeFormat='hh:mm:ss';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG style="color: #0000ff;"&gt;SET&lt;/STRONG&gt; DateFormat='DD/MM/YYYY';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG style="color: #0000ff;"&gt;SET&lt;/STRONG&gt; TimestampFormat='DD/MM/YYYY hh:mm:ss[.fff]';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG style="color: #0000ff;"&gt;SET&lt;/STRONG&gt; MonthNames='janv.;févr.;mars;avr.;mai;juin;juil.;août;sept.;oct.;nov.;déc.';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG style="color: #0000ff;"&gt;SET&lt;/STRONG&gt; DayNames='lun.;mar.;mer.;jeu.;ven.;sam.;dim.';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG style="color: #0000ff;"&gt;OLEDB CONNECT32 TO&lt;/STRONG&gt; secret_chain;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG style="color: #0000ff;"&gt;LOAD&lt;/STRONG&gt; annee,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "nb_jours_realise";&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG style="color: #0000ff;"&gt;SQL&lt;/STRONG&gt; SELECT *&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG style="color: #0000ff;"&gt;FROM&lt;/STRONG&gt; palan."public"."v_projet_charges_agent";&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the set analysis I use : &lt;EM&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;sum&lt;/STRONG&gt;&lt;/SPAN&gt;(nb_jours_realise)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any cache to empty ? Should I reinstall QlikView ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 08:04:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bug-Bug-with-set-analysis/m-p/716917#M257693</guid>
      <dc:creator />
      <dc:date>2014-07-21T08:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: [Bug] Bug with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Bug-Bug-with-set-analysis/m-p/716918#M257694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not think there is any bug, check better data,&lt;/P&gt;&lt;P&gt;I see that you have done a group by while in qlik view there is a simple sum ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 08:10:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bug-Bug-with-set-analysis/m-p/716918#M257694</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-07-21T08:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: [Bug] Bug with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Bug-Bug-with-set-analysis/m-p/716919#M257695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you load your data in excel file please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 08:11:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bug-Bug-with-set-analysis/m-p/716919#M257695</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-07-21T08:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: [Bug] Bug with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Bug-Bug-with-set-analysis/m-p/716920#M257696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, I have add "annee" as a Dimension. So I consider that it implies "annee" as a part of the group by.&lt;/P&gt;&lt;P&gt;I don't know if you have noticed but for 2008, numbers are good... but not for the others.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 08:18:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bug-Bug-with-set-analysis/m-p/716920#M257696</guid>
      <dc:creator />
      <dc:date>2014-07-21T08:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: [Bug] Bug with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Bug-Bug-with-set-analysis/m-p/716921#M257697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kindly load your sample data in excel format.. thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 08:21:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bug-Bug-with-set-analysis/m-p/716921#M257697</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-07-21T08:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: [Bug] Bug with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Bug-Bug-with-set-analysis/m-p/716922#M257698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're right there should not be differences between the 2 results but if therere are it means there is something wrong with data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first question is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;LOAD&lt;/STRONG&gt; annee,&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "nb_jours_realise";&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;SQL&lt;/STRONG&gt; SELECT *&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;FROM&lt;/STRONG&gt; palan."public"."v_projet_charges_agent";&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;why have you used " for the field &lt;EM style="color: #3d3d3d; font-family: inherit; font-weight: inherit;"&gt;nb_jours_realise&lt;/EM&gt;?&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Could you attach an example?&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 08:22:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bug-Bug-with-set-analysis/m-p/716922#M257698</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-07-21T08:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: [Bug] Bug with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Bug-Bug-with-set-analysis/m-p/716923#M257699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I haven't use quotes ", QlikView put it automatically because the field name contains underscores.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 08:27:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bug-Bug-with-set-analysis/m-p/716923#M257699</guid>
      <dc:creator />
      <dc:date>2014-07-21T08:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Re: [Bug] Bug with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Bug-Bug-with-set-analysis/m-p/716924#M257700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am sending it (in CSV and Excel format).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 08:30:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bug-Bug-with-set-analysis/m-p/716924#M257700</guid>
      <dc:creator />
      <dc:date>2014-07-21T08:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: [Bug] Bug with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Bug-Bug-with-set-analysis/m-p/716925#M257701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to load without quotes, verify (with a simple table - so no dimensions and expression) that numbers are aligned to the right (this means that qlikview recognise data as numeric)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 08:31:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bug-Bug-with-set-analysis/m-p/716925#M257701</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-07-21T08:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: [Bug] Bug with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Bug-Bug-with-set-analysis/m-p/716926#M257702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what I received in QlikView when I load your excel file...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="62754" alt="export.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/62754_export.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 08:37:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bug-Bug-with-set-analysis/m-p/716926#M257702</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-07-21T08:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Re: [Bug] Bug with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Bug-Bug-with-set-analysis/m-p/716927#M257703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have reloaded the first request without quotes -&amp;gt; same result as before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a new simple table, without any dimension or expression -&amp;gt; does not show any data (there is only a grey rectangle).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have create a new second simple table, with "annee" and "nb_jours_realise" as dimension -&amp;gt; I can see columns names, but the table is empty.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 08:43:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bug-Bug-with-set-analysis/m-p/716927#M257703</guid>
      <dc:creator />
      <dc:date>2014-07-21T08:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: [Bug] Bug with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Bug-Bug-with-set-analysis/m-p/716928#M257704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to do an analysis:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) When I load data from excel it seem all correct&lt;/P&gt;&lt;P&gt;2) settings are correct&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only difference is that you load data from an sql:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) first try to load from excel and verify the result. if it is correct (as I think) the only problem could be the &lt;EM style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;OLEDB CONNECT32 TO&lt;/STRONG&gt; secret_chain;&lt;/EM&gt; try with ODBC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 08:58:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bug-Bug-with-set-analysis/m-p/716928#M257704</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-07-21T08:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Re: [Bug] Bug with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Bug-Bug-with-set-analysis/m-p/716929#M257705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you were right ! The results are correct when I use ODBC instead of OLEDB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But can you explain &lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;where those differences are comming from ?&lt;/SPAN&gt; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 09:12:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bug-Bug-with-set-analysis/m-p/716929#M257705</guid>
      <dc:creator />
      <dc:date>2014-07-21T09:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Re: [Bug] Bug with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Bug-Bug-with-set-analysis/m-p/716930#M257706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably because the Oledb driver is not the correct one!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 09:16:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bug-Bug-with-set-analysis/m-p/716930#M257706</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-07-21T09:16:53Z</dc:date>
    </item>
  </channel>
</rss>

