<?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: Creating a sheet in Qlikview 11 from multiple QV files in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-a-sheet-in-Qlikview-11-from-multiple-QV-files/m-p/965766#M952175</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;These are the script of your 3 .qvw&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;SQL SELECT Student.GradID AS GradID, Grad.Naziv, Avg(Ispit.Ocena) AS [ProsekGrada]&lt;/P&gt;&lt;P&gt;FROM (Student INNER JOIN Ispit ON Student.[BI] = Ispit.[BI]) INNER JOIN Grad ON Student.[GradID] = Grad.[ID]&lt;/P&gt;&lt;P&gt;GROUP BY Student.GradID, Grad.Naziv&lt;/P&gt;&lt;P&gt;ORDER BY Avg(Ispit.Ocena) DESC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;LOAD BI, Ime, Prezime, Avg(Ocena) as prosek group by BI,Ime,Prezime;&lt;/P&gt;&lt;P&gt;SQL SELECT Student.BI, Student.Ime, Student.Prezime, Ispit.Ocena&lt;/P&gt;&lt;P&gt;FROM Student ,Ispit&lt;/P&gt;&lt;P&gt;WHERE Student.BI=Ispit.BI;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pr&lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;SELECT Student.BI, Student.Ime, Student.Prezime, Ispit.Ocena, Predmet.Naziv&lt;/P&gt;&lt;P&gt;FROM Student INNER JOIN (Predmet INNER JOIN Ispit ON Predmet.ID=Ispit.[PredmetID]) ON Student.[BI] = Ispit.[BI]&lt;/P&gt;&lt;P&gt;WHERE Predmet.Naziv = 'Programiranje'&amp;nbsp; AND Ispit.Ocena &amp;gt; 5;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;These the 4 tables of your 3 .qvw&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Student&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BI, Ime, Prezime, GradID&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Ispit&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BI, Ocena, PredmetID&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Grad&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID as GradID, Naziv as GradNaziv&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Predmet&amp;nbsp;&amp;nbsp;&amp;nbsp; ID as PredmetID, Naziv as PredmetNaziv&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;I would start with one .qvw, all the tables with this script&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ODBC CONNECT TO [MS Access Database;DBQ=C:\Users\Anci\Desktop\QVaccess.accdb];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Student:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD *;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SELECT &lt;STRONG&gt;BI&lt;/STRONG&gt;, Ime, Prezime, &lt;STRONG&gt;GradID&lt;/STRONG&gt; from Student;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Grad:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load ID as &lt;STRONG&gt;GradID&lt;/STRONG&gt;, Naziv as GradNaziv;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SELECT ID, Naziv FROM Grad;&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Ispit:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load *;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SELECT &lt;STRONG&gt;BI&lt;/STRONG&gt;, Ocena, &lt;STRONG&gt;PredmetID&lt;/STRONG&gt; from Ispit;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Predmet:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load ID as &lt;STRONG&gt;PredmetID&lt;/STRONG&gt;, Naziv as PredmetNaziv;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SELECT ID, Naziv FROM Predmet;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Nov 2015 20:39:06 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2015-11-23T20:39:06Z</dc:date>
    <item>
      <title>Creating a sheet in Qlikview 11 from multiple QV files</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-sheet-in-Qlikview-11-from-multiple-QV-files/m-p/965759#M952168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all, i am new to Qlikview and i have some trouble making a sheet from multiple QV files. Can someone please help me? Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 17:18:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-sheet-in-Qlikview-11-from-multiple-QV-files/m-p/965759#M952168</guid>
      <dc:creator />
      <dc:date>2015-11-23T17:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a sheet in Qlikview 11 from multiple QV files</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-sheet-in-Qlikview-11-from-multiple-QV-files/m-p/965760#M952169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you mean .qvd files? or .qvw?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you explain and/or post your .qvw and what do you want to achieve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 18:06:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-sheet-in-Qlikview-11-from-multiple-QV-files/m-p/965760#M952169</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-11-23T18:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a sheet in Qlikview 11 from multiple QV files</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-sheet-in-Qlikview-11-from-multiple-QV-files/m-p/965761#M952170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have three .qvw files which i need to merge into one using sheets. Its a simple table report showing best students by counting average score, and one is showing best students by city. Third one is only showing students which have successfully passed the Programming exam. &lt;SPAN style="font-size: 13.3333px;"&gt;Do you want me to attach the files if it helps? Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 18:39:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-sheet-in-Qlikview-11-from-multiple-QV-files/m-p/965761#M952170</guid>
      <dc:creator />
      <dc:date>2015-11-23T18:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a sheet in Qlikview 11 from multiple QV files</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-sheet-in-Qlikview-11-from-multiple-QV-files/m-p/965762#M952171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you should use one .qvw&lt;/P&gt;&lt;P&gt;Anyway, post the .qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 18:49:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-sheet-in-Qlikview-11-from-multiple-QV-files/m-p/965762#M952171</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-11-23T18:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a sheet in Qlikview 11 from multiple QV files</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-sheet-in-Qlikview-11-from-multiple-QV-files/m-p/965763#M952172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="01.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/106479_01.png" style="height: 318px; width: 620px;" /&gt;&lt;IMG alt="02.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/106480_02.png" style="height: 317px; width: 620px;" /&gt;&lt;IMG alt="03.png" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/106481_03.png" style="height: 315px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Here are the three .qvw files i need to merge into one using sheet. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 19:07:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-sheet-in-Qlikview-11-from-multiple-QV-files/m-p/965763#M952172</guid>
      <dc:creator />
      <dc:date>2015-11-23T19:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a sheet in Qlikview 11 from multiple QV files</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-sheet-in-Qlikview-11-from-multiple-QV-files/m-p/965764#M952173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These are charts. not .qvw.&lt;/P&gt;&lt;P&gt;If your .qvw are small you can use advanced editor (top right) and then attach (bottom right) to attach your .qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to start&lt;/P&gt;&lt;P&gt;In Qlik usually you build a Qlik database loading data from external source and then you use that database to build many charts.&lt;/P&gt;&lt;P&gt;1 .qvw, 1 database, many charts.&lt;/P&gt;&lt;P&gt;It seems from your 1st and 3rd charts you can try&amp;nbsp; to merge the data from the 1st and 3rd .qvw in one .qvw as they have the same fields. &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Start here or post the .qvw (I hope your .qvw are small).&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 19:40:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-sheet-in-Qlikview-11-from-multiple-QV-files/m-p/965764#M952173</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-11-23T19:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a sheet in Qlikview 11 from multiple QV files</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-sheet-in-Qlikview-11-from-multiple-QV-files/m-p/965765#M952174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, i have attached the three as you instructed. By the way, my tables are created via access and i have imported them to QV via ODBC and there i have done some basic calculations like avg on score.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 19:46:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-sheet-in-Qlikview-11-from-multiple-QV-files/m-p/965765#M952174</guid>
      <dc:creator />
      <dc:date>2015-11-23T19:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a sheet in Qlikview 11 from multiple QV files</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-sheet-in-Qlikview-11-from-multiple-QV-files/m-p/965766#M952175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;These are the script of your 3 .qvw&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;SQL SELECT Student.GradID AS GradID, Grad.Naziv, Avg(Ispit.Ocena) AS [ProsekGrada]&lt;/P&gt;&lt;P&gt;FROM (Student INNER JOIN Ispit ON Student.[BI] = Ispit.[BI]) INNER JOIN Grad ON Student.[GradID] = Grad.[ID]&lt;/P&gt;&lt;P&gt;GROUP BY Student.GradID, Grad.Naziv&lt;/P&gt;&lt;P&gt;ORDER BY Avg(Ispit.Ocena) DESC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;LOAD BI, Ime, Prezime, Avg(Ocena) as prosek group by BI,Ime,Prezime;&lt;/P&gt;&lt;P&gt;SQL SELECT Student.BI, Student.Ime, Student.Prezime, Ispit.Ocena&lt;/P&gt;&lt;P&gt;FROM Student ,Ispit&lt;/P&gt;&lt;P&gt;WHERE Student.BI=Ispit.BI;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pr&lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;SELECT Student.BI, Student.Ime, Student.Prezime, Ispit.Ocena, Predmet.Naziv&lt;/P&gt;&lt;P&gt;FROM Student INNER JOIN (Predmet INNER JOIN Ispit ON Predmet.ID=Ispit.[PredmetID]) ON Student.[BI] = Ispit.[BI]&lt;/P&gt;&lt;P&gt;WHERE Predmet.Naziv = 'Programiranje'&amp;nbsp; AND Ispit.Ocena &amp;gt; 5;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;These the 4 tables of your 3 .qvw&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Student&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BI, Ime, Prezime, GradID&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Ispit&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BI, Ocena, PredmetID&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Grad&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID as GradID, Naziv as GradNaziv&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Predmet&amp;nbsp;&amp;nbsp;&amp;nbsp; ID as PredmetID, Naziv as PredmetNaziv&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;I would start with one .qvw, all the tables with this script&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ODBC CONNECT TO [MS Access Database;DBQ=C:\Users\Anci\Desktop\QVaccess.accdb];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Student:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD *;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SELECT &lt;STRONG&gt;BI&lt;/STRONG&gt;, Ime, Prezime, &lt;STRONG&gt;GradID&lt;/STRONG&gt; from Student;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Grad:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load ID as &lt;STRONG&gt;GradID&lt;/STRONG&gt;, Naziv as GradNaziv;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SELECT ID, Naziv FROM Grad;&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Ispit:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load *;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SELECT &lt;STRONG&gt;BI&lt;/STRONG&gt;, Ocena, &lt;STRONG&gt;PredmetID&lt;/STRONG&gt; from Ispit;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Predmet:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load ID as &lt;STRONG&gt;PredmetID&lt;/STRONG&gt;, Naziv as PredmetNaziv;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SELECT ID, Naziv FROM Predmet;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 20:39:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-sheet-in-Qlikview-11-from-multiple-QV-files/m-p/965766#M952175</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-11-23T20:39:06Z</dc:date>
    </item>
  </channel>
</rss>

