<?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. :Tableaux croisés dynamiques in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Tableaux-crois%C3%A9s-dynamiques/m-p/162002#M35670</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Je suis vraiment tres bizarre ces derniers jours. J'ecris mes requetes, elles fonctionnent bien sous TOD FOR ORACLE. Mais quand je les importe dans Qlikview, c'est la vrai ***. Ca ne marche jamais.&lt;/P&gt;&lt;P&gt;Exemple:&lt;/P&gt;&lt;P style="font-weight: bold"&gt;SELECT c.nomredclass libpere, c1.nomredclass libfils1,&lt;BR /&gt; c2.nomredclass libfils2, SUM (e.cpt_mtdb)&lt;BR /&gt; FROM comclass c&lt;BR /&gt;&lt;BR /&gt; LEFT JOIN comclass c1&lt;BR /&gt; ON c1.cdos = c.cdos AND c1.numpere = c.codclass&lt;BR /&gt;&lt;BR /&gt; LEFT JOIN comclass c2&lt;BR /&gt; ON c2.cdos = c1.cdos AND c2.numpere = c1.codclass&lt;BR /&gt;&lt;BR /&gt; LEFT JOIN deltaerp.comecrgen e&lt;BR /&gt; ON e.cdos = c2.cdos AND SUBSTR (e.numcpt, 0, 3) = c2.codclass /* filtre sur les dates : */&lt;BR /&gt;&lt;BR /&gt; LEFT JOIN deltaerp.comdos d&lt;BR /&gt; ON d.cdos = c2.cdos AND d.nred = 'BGFI' AND e.datcpt between d.ddex and d.dfex&lt;BR /&gt;&lt;BR /&gt; WHERE c.cdos = '01'&lt;BR /&gt; AND c.numpere = 'MAIN'&lt;BR /&gt; AND c.ctab = '20105'&lt;BR /&gt; AND c.codclass = '2'&lt;BR /&gt;GROUP BY c.nomredclass,&lt;BR /&gt; c1.nomredclass,&lt;BR /&gt; c2.nomredclass&lt;BR /&gt;ORDER BY c.nomredclass,&lt;BR /&gt; c1.nomredclass,&lt;BR /&gt; c2.nomredclass&lt;/P&gt;&lt;P&gt;Cette requete me donne le bon resultat sous TOAD mais sous Qlikview, elle me retourne des erreurs du genre: Voivi l'erreur:&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Champ non trouvé - &amp;lt;Classe&amp;gt;&lt;BR /&gt;SQL SELECT c.nomredclass as Classe, c1.nomredclass as Sous_Classe1,&lt;BR /&gt; c2.nomredclass as Sous_Classe2, SUM (e.cpt_mtdb) as mount&lt;BR /&gt; FROM comclass c&lt;BR /&gt;&lt;BR /&gt; LEFT JOIN comclass c1&lt;BR /&gt; ON c1.cdos = c.cdos AND c1.numpere = c.codclass&lt;BR /&gt;&lt;BR /&gt; LEFT JOIN comclass c2&lt;BR /&gt; ON c2.cdos = c1.cdos AND c2.numpere = c1.codclass&lt;BR /&gt;&lt;BR /&gt; LEFT JOIN deltaerp.comecrgen e&lt;BR /&gt; ON e.cdos = c2.cdos AND SUBSTR (e.numcpt, 0, 3) = c2.codclass&lt;BR /&gt;&lt;BR /&gt; LEFT JOIN deltaerp.comdos d&lt;BR /&gt; ON d.cdos = c2.cdos AND d.nred = 'BGFI' AND e.datcpt between d.ddex and d.dfex&lt;BR /&gt;&lt;BR /&gt; WHERE c.cdos = '01'&lt;BR /&gt; AND c.numpere = 'MAIN'&lt;BR /&gt; AND c.ctab = '20105'&lt;BR /&gt; AND c.codclass = '2'&lt;BR /&gt;GROUP BY c.nomredclass,&lt;BR /&gt; c1.nomredclass,&lt;BR /&gt; c2.nomredclass&lt;BR /&gt;ORDER BY c.nomredclass,&lt;BR /&gt; c1.nomredclass,&lt;BR /&gt; c2.nomredclass&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Aug 2010 09:12:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-08-17T09:12:49Z</dc:date>
    <item>
      <title>Tableaux croisés dynamiques</title>
      <link>https://community.qlik.com/t5/QlikView/Tableaux-crois%C3%A9s-dynamiques/m-p/161998#M35666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bonjour,&lt;/P&gt;&lt;P&gt;Comment effectue-t-on les regroupements dans les tableaux croisés dynamiques??&lt;/P&gt;&lt;P&gt;Comment faire des regroupement sur des dimensions particulieres?&lt;/P&gt;&lt;P&gt;Merci&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In english&lt;/P&gt;&lt;P&gt;Hello&lt;BR /&gt;&lt;BR /&gt;How does one carry out consolidation in PivotTables??&lt;BR /&gt;&lt;BR /&gt;How to do grouping on specific dimensions in PivotTables?&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Aug 2010 11:36:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tableaux-crois%C3%A9s-dynamiques/m-p/161998#M35666</guid>
      <dc:creator />
      <dc:date>2010-08-16T11:36:01Z</dc:date>
    </item>
    <item>
      <title>Re. :Tableaux croisés dynamiques</title>
      <link>https://community.qlik.com/t5/QlikView/Tableaux-crois%C3%A9s-dynamiques/m-p/161999#M35667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qu'appelles-tu des regroupements ? Tu parles des groupes cycliques ou hiérarchiques ?&lt;/P&gt;&lt;P&gt;Si c'est cela, dans l'onglet dimension de ton graphique, tu trouveras un bouton "éditer les groupes".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Aug 2010 13:30:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tableaux-crois%C3%A9s-dynamiques/m-p/161999#M35667</guid>
      <dc:creator>martin59</dc:creator>
      <dc:date>2010-08-16T13:30:56Z</dc:date>
    </item>
    <item>
      <title>Re. :Tableaux croisés dynamiques</title>
      <link>https://community.qlik.com/t5/QlikView/Tableaux-crois%C3%A9s-dynamiques/m-p/162000#M35668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Les regroupements donc je parle, il s'agit des sommes sur des champs précis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Aug 2010 07:47:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tableaux-crois%C3%A9s-dynamiques/m-p/162000#M35668</guid>
      <dc:creator />
      <dc:date>2010-08-17T07:47:11Z</dc:date>
    </item>
    <item>
      <title>Re. :Tableaux croisés dynamiques</title>
      <link>https://community.qlik.com/t5/QlikView/Tableaux-crois%C3%A9s-dynamiques/m-p/162001#M35669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;onglet présentation --&amp;gt; afficher les sommes partielles&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Aug 2010 08:16:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tableaux-crois%C3%A9s-dynamiques/m-p/162001#M35669</guid>
      <dc:creator>martin59</dc:creator>
      <dc:date>2010-08-17T08:16:57Z</dc:date>
    </item>
    <item>
      <title>Re. :Tableaux croisés dynamiques</title>
      <link>https://community.qlik.com/t5/QlikView/Tableaux-crois%C3%A9s-dynamiques/m-p/162002#M35670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Je suis vraiment tres bizarre ces derniers jours. J'ecris mes requetes, elles fonctionnent bien sous TOD FOR ORACLE. Mais quand je les importe dans Qlikview, c'est la vrai ***. Ca ne marche jamais.&lt;/P&gt;&lt;P&gt;Exemple:&lt;/P&gt;&lt;P style="font-weight: bold"&gt;SELECT c.nomredclass libpere, c1.nomredclass libfils1,&lt;BR /&gt; c2.nomredclass libfils2, SUM (e.cpt_mtdb)&lt;BR /&gt; FROM comclass c&lt;BR /&gt;&lt;BR /&gt; LEFT JOIN comclass c1&lt;BR /&gt; ON c1.cdos = c.cdos AND c1.numpere = c.codclass&lt;BR /&gt;&lt;BR /&gt; LEFT JOIN comclass c2&lt;BR /&gt; ON c2.cdos = c1.cdos AND c2.numpere = c1.codclass&lt;BR /&gt;&lt;BR /&gt; LEFT JOIN deltaerp.comecrgen e&lt;BR /&gt; ON e.cdos = c2.cdos AND SUBSTR (e.numcpt, 0, 3) = c2.codclass /* filtre sur les dates : */&lt;BR /&gt;&lt;BR /&gt; LEFT JOIN deltaerp.comdos d&lt;BR /&gt; ON d.cdos = c2.cdos AND d.nred = 'BGFI' AND e.datcpt between d.ddex and d.dfex&lt;BR /&gt;&lt;BR /&gt; WHERE c.cdos = '01'&lt;BR /&gt; AND c.numpere = 'MAIN'&lt;BR /&gt; AND c.ctab = '20105'&lt;BR /&gt; AND c.codclass = '2'&lt;BR /&gt;GROUP BY c.nomredclass,&lt;BR /&gt; c1.nomredclass,&lt;BR /&gt; c2.nomredclass&lt;BR /&gt;ORDER BY c.nomredclass,&lt;BR /&gt; c1.nomredclass,&lt;BR /&gt; c2.nomredclass&lt;/P&gt;&lt;P&gt;Cette requete me donne le bon resultat sous TOAD mais sous Qlikview, elle me retourne des erreurs du genre: Voivi l'erreur:&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Champ non trouvé - &amp;lt;Classe&amp;gt;&lt;BR /&gt;SQL SELECT c.nomredclass as Classe, c1.nomredclass as Sous_Classe1,&lt;BR /&gt; c2.nomredclass as Sous_Classe2, SUM (e.cpt_mtdb) as mount&lt;BR /&gt; FROM comclass c&lt;BR /&gt;&lt;BR /&gt; LEFT JOIN comclass c1&lt;BR /&gt; ON c1.cdos = c.cdos AND c1.numpere = c.codclass&lt;BR /&gt;&lt;BR /&gt; LEFT JOIN comclass c2&lt;BR /&gt; ON c2.cdos = c1.cdos AND c2.numpere = c1.codclass&lt;BR /&gt;&lt;BR /&gt; LEFT JOIN deltaerp.comecrgen e&lt;BR /&gt; ON e.cdos = c2.cdos AND SUBSTR (e.numcpt, 0, 3) = c2.codclass&lt;BR /&gt;&lt;BR /&gt; LEFT JOIN deltaerp.comdos d&lt;BR /&gt; ON d.cdos = c2.cdos AND d.nred = 'BGFI' AND e.datcpt between d.ddex and d.dfex&lt;BR /&gt;&lt;BR /&gt; WHERE c.cdos = '01'&lt;BR /&gt; AND c.numpere = 'MAIN'&lt;BR /&gt; AND c.ctab = '20105'&lt;BR /&gt; AND c.codclass = '2'&lt;BR /&gt;GROUP BY c.nomredclass,&lt;BR /&gt; c1.nomredclass,&lt;BR /&gt; c2.nomredclass&lt;BR /&gt;ORDER BY c.nomredclass,&lt;BR /&gt; c1.nomredclass,&lt;BR /&gt; c2.nomredclass&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Aug 2010 09:12:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tableaux-crois%C3%A9s-dynamiques/m-p/162002#M35670</guid>
      <dc:creator />
      <dc:date>2010-08-17T09:12:49Z</dc:date>
    </item>
  </channel>
</rss>

