<?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: No Qualified path error in qliksense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/No-Qualified-path-error-in-qliksense/m-p/1675168#M51266</link>
    <description>&lt;P&gt;Hi Anushree1&lt;/P&gt;&lt;P&gt;Thanks for your reply..!&lt;/P&gt;&lt;P&gt;Yes, If i am loading after load connection it is working.&lt;/P&gt;&lt;P&gt;But here i am trying to load all the required tables from DB By mentioning the table Name, Below DB path name name table name.&lt;/P&gt;&lt;P&gt;like&amp;nbsp;&lt;/P&gt;&lt;P&gt;SUB StoreAndDrop(varTableName)&lt;/P&gt;&lt;P&gt;$(varTableName):&lt;/P&gt;&lt;P&gt;Load *.&lt;/P&gt;&lt;P&gt;from $(varDBName).$(varTableName);&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;Call StoreAndDrop(TableName1);&lt;/P&gt;&lt;P&gt;Call StoreAndDrop(TableName1);&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, Here&amp;nbsp; i am facing issue from and varDBName&lt;/P&gt;&lt;P&gt;so here how can i mention the path names.&lt;/P&gt;</description>
    <pubDate>Thu, 13 Feb 2020 07:44:44 GMT</pubDate>
    <dc:creator>narayanaqlik</dc:creator>
    <dc:date>2020-02-13T07:44:44Z</dc:date>
    <item>
      <title>No Qualified path error in qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/No-Qualified-path-error-in-qliksense/m-p/1675137#M51257</link>
      <description>&lt;P&gt;HI All,&lt;/P&gt;&lt;P&gt;I have written a logic to fetch the data based on variable value either full or Incremental load but i am facing some error&amp;nbsp;&lt;/P&gt;&lt;P&gt;Already i have&amp;nbsp; mentioned the DB Connection in top&amp;nbsp;&lt;/P&gt;&lt;P&gt;and i have taken DB Name&amp;nbsp; and table names are in variable.&lt;/P&gt;&lt;P&gt;all the tables will be called based on the SUB routines&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please find below script and the error also and give any one good logic&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;let varInitLoad=1;&lt;/P&gt;&lt;P&gt;//=======================Sub function to Store QVDs===========================================================//&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sub StoreAndDrop(varTableName,varCreateDate,varInitLoad)&lt;/P&gt;&lt;P&gt;let varReload=$(varInitLoad);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if varReload=1 then&lt;/P&gt;&lt;P&gt;&amp;nbsp;$(varTableName):&lt;/P&gt;&lt;P&gt;&amp;nbsp;Load *&lt;/P&gt;&lt;P&gt;&amp;nbsp;FROM "$(varDBName)"."$(varTableName)" order by $(varCreateDate);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let varMaxDate= Peek('$(varCreateDate)',-1,'$(varTableName)');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Store [$(varTableName)] into [$(varRawQVDPath)\$(varTableName).qvd];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Drop Table [$(varTableName)];&lt;/P&gt;&lt;P&gt;Endif&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Call StoreAndDrop('TRIAL_INFO','CREATED_AT','1');&lt;/P&gt;&lt;P&gt;Error: &lt;STRONG&gt;The following error occurred:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;No qualified path for file: ***&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The error occurred here:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;TRIAL_INFO: Load * FROM "DIT_FIRST_USER_R3"."TRIAL_INFO" order by CREATED_AT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 05:41:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/No-Qualified-path-error-in-qliksense/m-p/1675137#M51257</guid>
      <dc:creator>narayanaqlik</dc:creator>
      <dc:date>2020-02-13T05:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: No Qualified path error in qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/No-Qualified-path-error-in-qliksense/m-p/1675150#M51261</link>
      <description>&lt;P&gt;Try Loading the data by selecting the table post test connection without the variables, that might help you figure out where the issue is&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 06:46:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/No-Qualified-path-error-in-qliksense/m-p/1675150#M51261</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2020-02-13T06:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: No Qualified path error in qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/No-Qualified-path-error-in-qliksense/m-p/1675168#M51266</link>
      <description>&lt;P&gt;Hi Anushree1&lt;/P&gt;&lt;P&gt;Thanks for your reply..!&lt;/P&gt;&lt;P&gt;Yes, If i am loading after load connection it is working.&lt;/P&gt;&lt;P&gt;But here i am trying to load all the required tables from DB By mentioning the table Name, Below DB path name name table name.&lt;/P&gt;&lt;P&gt;like&amp;nbsp;&lt;/P&gt;&lt;P&gt;SUB StoreAndDrop(varTableName)&lt;/P&gt;&lt;P&gt;$(varTableName):&lt;/P&gt;&lt;P&gt;Load *.&lt;/P&gt;&lt;P&gt;from $(varDBName).$(varTableName);&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;Call StoreAndDrop(TableName1);&lt;/P&gt;&lt;P&gt;Call StoreAndDrop(TableName1);&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, Here&amp;nbsp; i am facing issue from and varDBName&lt;/P&gt;&lt;P&gt;so here how can i mention the path names.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 07:44:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/No-Qualified-path-error-in-qliksense/m-p/1675168#M51266</guid>
      <dc:creator>narayanaqlik</dc:creator>
      <dc:date>2020-02-13T07:44:44Z</dc:date>
    </item>
  </channel>
</rss>

