<?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: path location from QVD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/path-location-from-QVD/m-p/714094#M1063894</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;used the steps I have given because i have also same situation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Sep 2014 05:49:20 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-17T05:49:20Z</dc:date>
    <item>
      <title>path location from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/path-location-from-QVD/m-p/714089#M1063889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there is any way to find out the path or QVW from a QVD..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 04:42:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/path-location-from-QVD/m-p/714089#M1063889</guid>
      <dc:creator />
      <dc:date>2014-09-17T04:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: path location from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/path-location-from-QVD/m-p/714090#M1063890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be &lt;STRONG&gt;FilePath(), &lt;/STRONG&gt;like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FilePath() &lt;/STRONG&gt;&lt;EM&gt;Returns a string containing the full path to the table file currently being read. &lt;/EM&gt;&lt;/P&gt;&lt;P class="example"&gt;&lt;EM&gt;Example:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;EM&gt;Load *, filepath( ) as X from&lt;/EM&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;EM&gt;C:\UserFiles\abc.txt &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Will return 'C:\UserFiles\abc.txt' in field X in &lt;/EM&gt;each record read. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 04:51:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/path-location-from-QVD/m-p/714090#M1063890</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-09-17T04:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: path location from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/path-location-from-QVD/m-p/714091#M1063891</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;You can retrieve the QVD path by using FilePath() in load script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;FilePath() as Path&lt;/P&gt;&lt;P&gt;FROM DataSource.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,.&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 04:55:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/path-location-from-QVD/m-p/714091#M1063891</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-09-17T04:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: path location from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/path-location-from-QVD/m-p/714092#M1063892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;1)Open one test QVW.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;2)Go in edit Script.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;3)Those QVD Path you want open that QVD through the Table Files button.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;4)Select QVD and Click on open button.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;5)After the click the open button File Wizard window open.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;6)There is different file type option &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;7)Choose the XML option.then Cret or Doc Field show you path and QVW name of QVD. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 05:16:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/path-location-from-QVD/m-p/714092#M1063892</guid>
      <dc:creator />
      <dc:date>2014-09-17T05:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: path location from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/path-location-from-QVD/m-p/714093#M1063893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for reply... But sorry..= i explain my requirement... The problem is that I have many QVD files but I don't know the location of QVW where the logic are implemented for these qvds...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for any change i have to edit in qvw file...so plz tell me the way to find out the path of QVW from any QVD..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 05:38:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/path-location-from-QVD/m-p/714093#M1063893</guid>
      <dc:creator />
      <dc:date>2014-09-17T05:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: path location from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/path-location-from-QVD/m-p/714094#M1063894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;used the steps I have given because i have also same situation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 05:49:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/path-location-from-QVD/m-p/714094#M1063894</guid>
      <dc:creator />
      <dc:date>2014-09-17T05:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: path location from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/path-location-from-QVD/m-p/714095#M1063895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 06:11:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/path-location-from-QVD/m-p/714095#M1063895</guid>
      <dc:creator />
      <dc:date>2014-09-17T06:11:50Z</dc:date>
    </item>
  </channel>
</rss>

