<?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: Qliksense Application deploy on qmc in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qliksense-Application-deploy-on-qmc/m-p/1091759#M18271</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The connection are ok, but i have noticed that the datas aren't loaded and written correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;TABELLA:&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;SQL SELECT *&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM $(CATALOG).dbo.TABELLA;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;STORE &lt;SPAN style="font-size: 13.3333px;"&gt;TABELLA &lt;/SPAN&gt;INTO $(QVD_PATH)\TABELLA_$(m_DataExtr).$(M_QVD_EXT) (QVD);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DROP TABLE TABELLA;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;SPAN style="font-size: 13.3333px;"&gt;QVD_PATH is reported in a setting file as below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SET QVD_PATH&amp;nbsp;&amp;nbsp;&amp;nbsp; = 'C:\ProgramData\Qlik\Sense\QVD';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same script executed without deployment on qmc but tested in Qliksense desktop works perfectly, so what can i do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Feb 2016 09:17:28 GMT</pubDate>
    <dc:creator>marco_puccetti</dc:creator>
    <dc:date>2016-02-11T09:17:28Z</dc:date>
    <item>
      <title>Qliksense Application deploy on qmc</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Application-deploy-on-qmc/m-p/1091757#M18269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello i need to deploy qliksense application on a local qlik server; the deployment works but i have noticed that the application working on local qliksense desktop doesn't work if published on qmc.&lt;/P&gt;&lt;P&gt;Are not recognized properly the connections and the store command.&lt;/P&gt;&lt;P&gt;Have i to change any settings to let it works properly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 16:33:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Application-deploy-on-qmc/m-p/1091757#M18269</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2016-02-10T16:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Application deploy on qmc</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Application-deploy-on-qmc/m-p/1091758#M18270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you will need to ensure that the connections that are available on the Server are referenced in your load script as the Desktop and Server references a different. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 23:09:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Application-deploy-on-qmc/m-p/1091758#M18270</guid>
      <dc:creator>paul_scotchford</dc:creator>
      <dc:date>2016-02-10T23:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Application deploy on qmc</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Application-deploy-on-qmc/m-p/1091759#M18271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The connection are ok, but i have noticed that the datas aren't loaded and written correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;TABELLA:&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;SQL SELECT *&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM $(CATALOG).dbo.TABELLA;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;STORE &lt;SPAN style="font-size: 13.3333px;"&gt;TABELLA &lt;/SPAN&gt;INTO $(QVD_PATH)\TABELLA_$(m_DataExtr).$(M_QVD_EXT) (QVD);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DROP TABLE TABELLA;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;SPAN style="font-size: 13.3333px;"&gt;QVD_PATH is reported in a setting file as below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SET QVD_PATH&amp;nbsp;&amp;nbsp;&amp;nbsp; = 'C:\ProgramData\Qlik\Sense\QVD';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same script executed without deployment on qmc but tested in Qliksense desktop works perfectly, so what can i do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 09:17:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Application-deploy-on-qmc/m-p/1091759#M18271</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2016-02-11T09:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Application deploy on qmc</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Application-deploy-on-qmc/m-p/1091760#M18272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The path needs to be defined in the data loader, the syntax you show is not correct, go into Data Loader and click CREATE CONNECTION function see below shot, then select Folder, follow the prompts to locate your file, a connection alias is created that you can reference when loading. You can do this by editing your app on the Server (in the My Work stream) or create a connection via the QMC, either way the App needs this connection alias.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This process is the same via Server or Desktop version, but the connections are not interchangeable from Server to Desktop or vice versa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the connection has been created, you can then load your data, just select the Connection and click the "Select Data" icon, this will prompt you through the find a file options and set you up to load. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That will get you going. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Connection.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/114303_Connection.png" style="height: 391px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 09:48:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Application-deploy-on-qmc/m-p/1091760#M18272</guid>
      <dc:creator>paul_scotchford</dc:creator>
      <dc:date>2016-02-11T09:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Application deploy on qmc</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Application-deploy-on-qmc/m-p/1091761#M18273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get this error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Store_Sense_QMC.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/114295_Store_Sense_QMC.png" style="height: 287px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Store_Sense_QMC_error.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/114311_Store_Sense_QMC_error.png" style="height: 35px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i change the script mode in order to use the classic file system path strings?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 10:31:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Application-deploy-on-qmc/m-p/1091761#M18273</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2016-02-11T10:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Application deploy on qmc</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Application-deploy-on-qmc/m-p/1091762#M18274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;SET QVD_PATH&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;nbsp; '&lt;/SPAN&gt;[lib://qlik-test_ioladmin (server_username)/' ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume &lt;SPAN style="font-size: 13.3333px;"&gt;qlik-test_ioladmin is your file folder connection alias ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Server connections will have a username embedded, usually the creator.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 10:48:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Application-deploy-on-qmc/m-p/1091762#M18274</guid>
      <dc:creator>paul_scotchford</dc:creator>
      <dc:date>2016-02-11T10:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Application deploy on qmc</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Application-deploy-on-qmc/m-p/1091763#M18275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, i get an error during the execution of this statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;STORE TABELLA INTO 'Lib://QVD_PATH (qlik-test_ioladmin)'\&lt;SPAN style="font-size: 13.3333px;"&gt;TABELLA.qvd&lt;/SPAN&gt; (QVD);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but during the load routine:&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;&lt;EM&gt;LOAD TABELLA&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="line-height: 1.5em; font-size: 10pt;"&gt;FROM&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;EM&gt;['Lib://QVD_PATH (qlik-test_ioladmin)'\TABELLA.QVD] (qvd);&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;i get an error related to the qvd file missing (File not found), although i've noticed that the file has been created properly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's wrong?&lt;/P&gt;&lt;P&gt;I have replaced also the folder path with the lib style path definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 16:55:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Application-deploy-on-qmc/m-p/1091763#M18275</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2016-02-11T16:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Application deploy on qmc</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Application-deploy-on-qmc/m-p/1091764#M18276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The variable for the file path should contain the file name too, my apologies I did not make this clear in my previous reply...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;SET QVD_PATH&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;nbsp; '&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;lib://&amp;lt;your connection name&amp;gt; (your_server_username)/&lt;EM style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;EM style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;TABELLA.qvd&lt;/SPAN&gt;]' &lt;/EM&gt;&lt;/EM&gt;;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;EM style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;STORE TABELLA INTO $(&lt;EM style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;QVD_PATH &lt;/EM&gt;) &lt;EM style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;(QVD);&lt;/EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 21:21:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Application-deploy-on-qmc/m-p/1091764#M18276</guid>
      <dc:creator>paul_scotchford</dc:creator>
      <dc:date>2016-02-11T21:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Application deploy on qmc</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Application-deploy-on-qmc/m-p/1091765#M18277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is that the store statement works perfectly, while is the Load that is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Store&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;STORE TABELLA INTO 'Lib://QVD_PATH (qlik-test_ioladmin)'\TABELLA_$(m_DataExtr).$(M_QVD_EXT) (QVD);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;*&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;['Lib://QVD_PATH (qlik-test_ioladmin)'\TABELLA_$(m_DataExtr).$(M_QVD_EXT)] (qvd);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this statement doesn't find the produced qvd file.&lt;/P&gt;&lt;P&gt;How can i solve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 09:25:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Application-deploy-on-qmc/m-p/1091765#M18277</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2016-02-12T09:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Application deploy on qmc</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Application-deploy-on-qmc/m-p/1091766#M18278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't need the ' in the path, you have&amp;nbsp; &lt;EM style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;['Lib://QVD_PATH(qliktest_ioladmin)'\TABELLA_$(m_DataExtr).$(M_QVD_EXT)] (qvd);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;If your store works try a load using the same string.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Try using debug to see how the connection string is composed.&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 10:40:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Application-deploy-on-qmc/m-p/1091766#M18278</guid>
      <dc:creator>paul_scotchford</dc:creator>
      <dc:date>2016-02-12T10:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Application deploy on qmc</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Application-deploy-on-qmc/m-p/1091767#M18279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It still returns me invalid path.&lt;/P&gt;&lt;P&gt;Is it possible to use any other string connection form?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 11:39:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Application-deploy-on-qmc/m-p/1091767#M18279</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2016-02-12T11:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Application deploy on qmc</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Application-deploy-on-qmc/m-p/1091768#M18280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your Store statement works then the Load would work too.&lt;/P&gt;&lt;P&gt;It looks to me you are trying to mix variables and strings incorrectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example TABELLA_$(&lt;EM style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;m_DataExtr)&lt;/EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I would construct as&amp;nbsp; '&lt;SPAN style="font-size: 13.3333px;"&gt;TABELLA_' &amp;amp; &lt;SPAN style="font-size: 13.3333px;"&gt;$(&lt;/SPAN&gt;&lt;EM style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;m_DataExtr)&lt;/EM&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Personally I don't build up complex connection strings with multi variables , I tend to assign a single variable to&lt;/P&gt;&lt;P&gt;a single file path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess, you probably might like to read up on $Expansion and experiment with your connection string using the guidelines for $Expansion of variables in a string.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 11:49:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Application-deploy-on-qmc/m-p/1091768#M18280</guid>
      <dc:creator>paul_scotchford</dc:creator>
      <dc:date>2016-02-12T11:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Application deploy on qmc</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Application-deploy-on-qmc/m-p/1091769#M18281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have removed the ' before the statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;['Lib://QVD_PATH (qlik-test_ioladmin)'\TABELLA_$(m_DataExtr).$(M_QVD_EXT)] (qvd);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and now it works properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Marco &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 13:31:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Application-deploy-on-qmc/m-p/1091769#M18281</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2016-02-12T13:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Application deploy on qmc</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Application-deploy-on-qmc/m-p/1091770#M18282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great. Can you mark the thread as answered please to close it off.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 20:39:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Application-deploy-on-qmc/m-p/1091770#M18282</guid>
      <dc:creator>paul_scotchford</dc:creator>
      <dc:date>2016-02-12T20:39:15Z</dc:date>
    </item>
  </channel>
</rss>

