<?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: How to create QVD from microsoft access file? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-QVD-from-microsoft-access-file/m-p/792672#M1041529</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Can you close this thread by marking it as answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Regards&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Dec 2014 11:00:41 GMT</pubDate>
    <dc:creator>prma7799</dc:creator>
    <dc:date>2014-12-08T11:00:41Z</dc:date>
    <item>
      <title>How to create QVD from microsoft access file?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-QVD-from-microsoft-access-file/m-p/792665#M1041521</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;I have problems to create the QVD file from Microsoft Access file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm still new in Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kama&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 10:06:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-QVD-from-microsoft-access-file/m-p/792665#M1041521</guid>
      <dc:creator />
      <dc:date>2014-12-08T10:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to create QVD from microsoft access file?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-QVD-from-microsoft-access-file/m-p/792666#M1041522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create an OLEDB connection and use that connection string.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 10:10:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-QVD-from-microsoft-access-file/m-p/792666#M1041522</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-12-08T10:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to create QVD from microsoft access file?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-QVD-from-microsoft-access-file/m-p/792667#M1041523</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14180337753542813" jivemacro_uid="_14180337753542813"&gt;
&lt;P&gt;Your Connection string&lt;/P&gt;
&lt;P&gt;Class:&lt;/P&gt;
&lt;P&gt;LOAD `Account Class`,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; `Account Class ID`;&lt;/P&gt;
&lt;P&gt;SQL SELECT *&lt;/P&gt;
&lt;P&gt;FROM `Account Class`;&lt;/P&gt;
&lt;P&gt;STORE Class into Class.qvd(qvd);&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 10:11:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-QVD-from-microsoft-access-file/m-p/792667#M1041523</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-12-08T10:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to create QVD from microsoft access file?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-QVD-from-microsoft-access-file/m-p/792668#M1041524</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;i- Connect &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Microsoft Access for fetching table which is present in the database see below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;IMG alt="Untitled2.png" class="jive-image" height="257" src="https://community.qlik.com/legacyfs/online/72969_Untitled2.png" style="width: 579.154929577465px; height: 257px;" width="579" /&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;"&gt;ii-Go to Select option which highlighted in red mark below &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/72968_Untitled.png" style="width: 620px; height: 284px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iii-&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;STORE Tab1 into Tab1.qvd;&lt;/SPAN&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, 08 Dec 2014 10:17:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-QVD-from-microsoft-access-file/m-p/792668#M1041524</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2014-12-08T10:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to create QVD from microsoft access file?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-QVD-from-microsoft-access-file/m-p/792669#M1041525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image" height="607" src="https://community.qlik.com/legacyfs/online/72970_Untitled.png" style="width: 1452.14454277286px; height: 607px;" width="1452" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 10:23:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-QVD-from-microsoft-access-file/m-p/792669#M1041525</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2014-12-08T10:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to create QVD from microsoft access file?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-QVD-from-microsoft-access-file/m-p/792670#M1041526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&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;Can you close this thread by marking it as answer.&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;Regards&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 10:41:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-QVD-from-microsoft-access-file/m-p/792670#M1041526</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2014-12-08T10:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to create QVD from microsoft access file?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-QVD-from-microsoft-access-file/m-p/792671#M1041528</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;Make the connection string with the ODBC connection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;ODBC&lt;/SPAN&gt; &lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;CONNECT&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;TO&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[MS Access Database;DBQ=C:\EData.accdb]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Descript:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;SQL&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; SELECT *&lt;BR /&gt;FROM Descriptor; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;Store &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Descript &lt;SPAN style="color: black; font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;into &lt;SPAN style="color: black; font-size: 9.0pt; font-family: 'Courier New';"&gt;Descript.qvd;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9.0pt; font-family: 'Courier New';"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9.0pt; font-family: 'Courier New';"&gt;Anand&lt;SPAN style="color: black; font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;STRONG style=": ; color: black; font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 10:58:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-QVD-from-microsoft-access-file/m-p/792671#M1041528</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-12-08T10:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to create QVD from microsoft access file?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-QVD-from-microsoft-access-file/m-p/792672#M1041529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Can you close this thread by marking it as answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Regards&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 11:00:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-QVD-from-microsoft-access-file/m-p/792672#M1041529</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2014-12-08T11:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to create QVD from microsoft access file?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-QVD-from-microsoft-access-file/m-p/1737672#M1041530</link>
      <description>&lt;P&gt;Can you help me find the error in the below , as there is an error when loading when creating QVD file from ACCESS&amp;nbsp;&lt;/P&gt;&lt;P&gt;LIB CONNECT TO 'QTSales';&lt;/P&gt;&lt;P&gt;REM LOAD ID,&lt;BR /&gt;OrderID,&lt;BR /&gt;ProductID,&lt;BR /&gt;Quantity,&lt;BR /&gt;Sales,&lt;BR /&gt;Discount,&lt;BR /&gt;"COS",&lt;BR /&gt;GP;&lt;BR /&gt;SQL SELECT ID,&lt;BR /&gt;OrderID,&lt;BR /&gt;ProductID,&lt;BR /&gt;Quantity,&lt;BR /&gt;Sales,&lt;BR /&gt;Discount,&lt;BR /&gt;"COS",&lt;BR /&gt;GP&lt;BR /&gt;FROM "E:\EXE\MY DASH BOARDS\EXERCISE 3\DATA\QTSales.mdb"."Order Details";&lt;/P&gt;&lt;P&gt;Store OrderDetails into 'lib://QTSales/OrderDetails.qvd' (qvd);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2020 09:22:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-QVD-from-microsoft-access-file/m-p/1737672#M1041530</guid>
      <dc:creator>Chamini2020</dc:creator>
      <dc:date>2020-08-21T09:22:43Z</dc:date>
    </item>
  </channel>
</rss>

