<?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: Store command qvd not working qliksesne in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Store-command-qvd-not-working-qliksesne/m-p/1735491#M56191</link>
    <description>&lt;P&gt;The statement you are running looks correct. You definitely need the format specifier at the end ((txt)) or it will save a QVD with a .txt extension, which will confuse things.&lt;/P&gt;&lt;P&gt;The most likely issue is permissions to that location.&lt;/P&gt;&lt;P&gt;First up, I would manually create the Security folder, as whilst it should be created by Sense it is a potential blocker.&lt;/P&gt;&lt;P&gt;Next copy and paste the path into a File Explorer window, and check it opens. From your screengrabs it looks like it will, but always worth checking.&lt;/P&gt;&lt;P&gt;The most likely issue is security on that location. Remember that when you are reading or writing in Sense it is not your own user account that is being used, rather that of the Sense server service account (you can check what this is in Services). Ensure that this user has full write permissions in that location.&lt;/P&gt;&lt;P&gt;If your service account has RDP access to the server, you could RDP to the server as that user account and try creating a file that way - as this will prove or disprove that security settings are the issue.&lt;/P&gt;&lt;P&gt;If you have a file at that location already, and that is open in Excel, that will stop the creation of a new file.&lt;/P&gt;&lt;P&gt;Also (to state the obvious) the table Users must have previously been created.&lt;/P&gt;&lt;P&gt;If you can post the error message (either copy and paste or screengrab) here that will help diagnose.&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;</description>
    <pubDate>Thu, 13 Aug 2020 08:10:34 GMT</pubDate>
    <dc:creator>stevedark</dc:creator>
    <dc:date>2020-08-13T08:10:34Z</dc:date>
    <item>
      <title>Store command qvd not working qliksesne</title>
      <link>https://community.qlik.com/t5/App-Development/Store-command-qvd-not-working-qliksesne/m-p/1735173#M56165</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am facing very strange issue while storing txt file in qliksense:&lt;/P&gt;&lt;P&gt;I have below connection:-&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aspiring_Developer_0-1597225716260.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/38886i109AF4F7B2467181/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Aspiring_Developer_0-1597225716260.png" alt="Aspiring_Developer_0-1597225716260.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aspiring_Developer_1-1597225851009.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/38887i1A5FC9675C40413B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Aspiring_Developer_1-1597225851009.png" alt="Aspiring_Developer_1-1597225851009.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now i writing the store syntax like this:-&lt;/P&gt;&lt;P&gt;Store Users into [lib://Site HR (ad_admin.kkishor)/HR Divisions Scorecard/Security/Users_New.txt](txt);&lt;/P&gt;&lt;P&gt;I have entered my connection name as well but still the txt file&amp;nbsp; is not created at the location. I am not able to understand what i am missing . Can any one please help ?&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5533"&gt;@Anil_Babu_Samineni&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/18624"&gt;@Gysbert_Wassenaar&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28986"&gt;@p_verkooijen&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2020 09:56:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Store-command-qvd-not-working-qliksesne/m-p/1735173#M56165</guid>
      <dc:creator>Aspiring_Developer</dc:creator>
      <dc:date>2020-08-12T09:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Store command qvd not working qliksesne</title>
      <link>https://community.qlik.com/t5/App-Development/Store-command-qvd-not-working-qliksesne/m-p/1735177#M56166</link>
      <description>&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;STORE Users INTO '&lt;/SPAN&gt;&lt;STRONG&gt;lib://YourConnectionName/&lt;/STRONG&gt;&lt;SPAN&gt;Users_Name.txt' (txt);&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2020 10:04:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Store-command-qvd-not-working-qliksesne/m-p/1735177#M56166</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2020-08-12T10:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Store command qvd not working qliksesne</title>
      <link>https://community.qlik.com/t5/App-Development/Store-command-qvd-not-working-qliksesne/m-p/1735184#M56167</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22949"&gt;@tresB&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried , it didn't worked&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2020 10:38:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Store-command-qvd-not-working-qliksesne/m-p/1735184#M56167</guid>
      <dc:creator>Aspiring_Developer</dc:creator>
      <dc:date>2020-08-12T10:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Store command qvd not working qliksesne</title>
      <link>https://community.qlik.com/t5/App-Development/Store-command-qvd-not-working-qliksesne/m-p/1735186#M56168</link>
      <description>&lt;P&gt;If you have further folders you need to define there. As an example, From your string. It should be like&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Store Users into &lt;FONT color="#FF0000"&gt;'&lt;/FONT&gt;lib://Site HR (ad_admin.kkishor)/HR Divisions Scorecard/Security/Users_New.txt&lt;FONT color="#FF0000"&gt;'&lt;/FONT&gt; (txt);&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2020 10:42:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Store-command-qvd-not-working-qliksesne/m-p/1735186#M56168</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2020-08-12T10:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Store command qvd not working qliksesne</title>
      <link>https://community.qlik.com/t5/App-Development/Store-command-qvd-not-working-qliksesne/m-p/1735214#M56171</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5533"&gt;@Anil_Babu_Samineni&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tried , didn't worked. It is nit creating any text file at the location.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aspiring_Developer_0-1597233421981.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/38899i297CB72BA733D1BA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Aspiring_Developer_0-1597233421981.png" alt="Aspiring_Developer_0-1597233421981.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;STORE Users INTO 'lib://Site HR (ad_admin.kkishor)/HR Divisions Scorecard/Security/Users_New.txt' (txt);&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2020 11:57:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Store-command-qvd-not-working-qliksesne/m-p/1735214#M56171</guid>
      <dc:creator>Aspiring_Developer</dc:creator>
      <dc:date>2020-08-12T11:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Store command qvd not working qliksesne</title>
      <link>https://community.qlik.com/t5/App-Development/Store-command-qvd-not-working-qliksesne/m-p/1735225#M56172</link>
      <description>&lt;P&gt;Are you getting any error message? Is there (by chance) any exit script before this line? Can you share your script snippet and the data load progress window screen shot? Also make sure that you are looking at the right folder for the stored file.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2020 12:31:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Store-command-qvd-not-working-qliksesne/m-p/1735225#M56172</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2020-08-12T12:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Store command qvd not working qliksesne</title>
      <link>https://community.qlik.com/t5/App-Development/Store-command-qvd-not-working-qliksesne/m-p/1735252#M56174</link>
      <description>&lt;P&gt;Can you go this folder which you created connection "&lt;STRONG&gt;Site HR (ad_admin.kkishor)&lt;/STRONG&gt;" and then place one file which Qlik can read. Then go to script then go to connection and you can go to till where you want to and check If the string what you loaded and where you stored is correct? // I meant, with Slashes {i.e. Forward or Backward) as well&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2020 13:26:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Store-command-qvd-not-working-qliksesne/m-p/1735252#M56174</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2020-08-12T13:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Store command qvd not working qliksesne</title>
      <link>https://community.qlik.com/t5/App-Development/Store-command-qvd-not-working-qliksesne/m-p/1735491#M56191</link>
      <description>&lt;P&gt;The statement you are running looks correct. You definitely need the format specifier at the end ((txt)) or it will save a QVD with a .txt extension, which will confuse things.&lt;/P&gt;&lt;P&gt;The most likely issue is permissions to that location.&lt;/P&gt;&lt;P&gt;First up, I would manually create the Security folder, as whilst it should be created by Sense it is a potential blocker.&lt;/P&gt;&lt;P&gt;Next copy and paste the path into a File Explorer window, and check it opens. From your screengrabs it looks like it will, but always worth checking.&lt;/P&gt;&lt;P&gt;The most likely issue is security on that location. Remember that when you are reading or writing in Sense it is not your own user account that is being used, rather that of the Sense server service account (you can check what this is in Services). Ensure that this user has full write permissions in that location.&lt;/P&gt;&lt;P&gt;If your service account has RDP access to the server, you could RDP to the server as that user account and try creating a file that way - as this will prove or disprove that security settings are the issue.&lt;/P&gt;&lt;P&gt;If you have a file at that location already, and that is open in Excel, that will stop the creation of a new file.&lt;/P&gt;&lt;P&gt;Also (to state the obvious) the table Users must have previously been created.&lt;/P&gt;&lt;P&gt;If you can post the error message (either copy and paste or screengrab) here that will help diagnose.&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2020 08:10:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Store-command-qvd-not-working-qliksesne/m-p/1735491#M56191</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2020-08-13T08:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Store command qvd not working qliksesne</title>
      <link>https://community.qlik.com/t5/App-Development/Store-command-qvd-not-working-qliksesne/m-p/1735584#M56198</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6748"&gt;@stevedark&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello Steve,&lt;/P&gt;&lt;P&gt;Many Thank for sharing you insights.&lt;/P&gt;&lt;P&gt;Unfortunately, i am not getting any error.&lt;/P&gt;&lt;P&gt;I tried to create the txt file using qlikview and it worked. Below is the script:-&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;User_Final:&lt;BR /&gt;Load&lt;BR /&gt;upper(NTNAME) as NTNAME,&lt;BR /&gt;All_SITE.REFERENCE as SITE.REFERENCE,&lt;BR /&gt;upper(All_SITE.REFERENCE) as UPPERSITE,&lt;BR /&gt;upper(GROUPE.REFERENCE) as GROUPE.REFERENCE,&lt;BR /&gt;upper(ACCESS) as ACCESS,&lt;BR /&gt;upper(COMPAGNIE.REFERENCE) as COMPAGNIE.REFERENCE,&lt;BR /&gt;upper(DIVISION.REFERENCE) as DIVISION.REFERENCE,&lt;BR /&gt;upper(BU.REFERENCE) as BU.REFERENCE,&lt;BR /&gt;upper(REGROUPEMENT.REFERENCE) as REGROUPEMENT.REFERENCE,&lt;BR /&gt;upper(PERIMETER) as PERIMETER&lt;BR /&gt;resident Users;&lt;BR /&gt;//drop table Users;&lt;/P&gt;&lt;P&gt;rename Table User_Final to Users;&lt;BR /&gt;&lt;BR /&gt;Store Users into [Y:\POG_Sources_Documents\HR Divisions Scorecard\Security\Users_QVTEST.txt](txt);&lt;/P&gt;&lt;P&gt;The above qlikview script created the txt file at location.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a new connection , changed the format to store to csv , still didn't worked.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aspiring_Developer_0-1597323063803.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/38973i9096BFC7284E168E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Aspiring_Developer_0-1597323063803.png" alt="Aspiring_Developer_0-1597323063803.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Store command:-&amp;nbsp;Store Users into [lib://DeleteVB (ad_admin.kkishor)/Users_New.csv](txt);&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aspiring_Developer_1-1597323091471.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/38974i82401ECB4D51BBAD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Aspiring_Developer_1-1597323091471.png" alt="Aspiring_Developer_1-1597323091471.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I am able to store qvd's in the location but not text files. If it is the case of permission, how can i check it from my end.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2020 12:53:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Store-command-qvd-not-working-qliksesne/m-p/1735584#M56198</guid>
      <dc:creator>Aspiring_Developer</dc:creator>
      <dc:date>2020-08-13T12:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Store command qvd not working qliksesne</title>
      <link>https://community.qlik.com/t5/App-Development/Store-command-qvd-not-working-qliksesne/m-p/1735609#M56200</link>
      <description>&lt;P&gt;That is very strange that you are getting no error, but the file is not there. Also strange that the format makes a difference to whether it works.&lt;/P&gt;&lt;P&gt;Just to confirm, if you change both the csv and txt to be qvd the file creates correctly as you would expect?&lt;/P&gt;&lt;P&gt;The screenshot looks a little odd, as usually when you hit return after entering a path Sense puts each part of the path in a little box. Does this happen for you?&lt;/P&gt;&lt;P&gt;It's important not to put csv in the brackets at the end, as this is not a valid format specifier, it needs to be qvd or txt.&lt;/P&gt;&lt;P&gt;I'm wondering if Users might be a reserved word, what if you don't do the rename and store [&lt;SPAN&gt;User_Final] instead?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When the QVD is written does it have any rows? (QViewer is a quick way to check this).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2020 13:41:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Store-command-qvd-not-working-qliksesne/m-p/1735609#M56200</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2020-08-13T13:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Store command qvd not working qliksesne</title>
      <link>https://community.qlik.com/t5/App-Development/Store-command-qvd-not-working-qliksesne/m-p/1735623#M56202</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;ist it possible that you just forgot to undo the commentary. I quoted your script part and marked the part i meant in red. You werde loading with &lt;EM&gt;Residet Users&lt;/EM&gt; but did not drop it before you renamed your Table "User_Final". I'm not sure but this might be a reason for an error as you already have a Table called Users. So it does not get to the line where it stores your Table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;User_Final:&lt;BR /&gt;Load&lt;BR /&gt;upper(NTNAME) as NTNAME,&lt;BR /&gt;All_SITE.REFERENCE as SITE.REFERENCE,&lt;BR /&gt;upper(All_SITE.REFERENCE) as UPPERSITE,&lt;BR /&gt;upper(GROUPE.REFERENCE) as GROUPE.REFERENCE,&lt;BR /&gt;upper(ACCESS) as ACCESS,&lt;BR /&gt;upper(COMPAGNIE.REFERENCE) as COMPAGNIE.REFERENCE,&lt;BR /&gt;upper(DIVISION.REFERENCE) as DIVISION.REFERENCE,&lt;BR /&gt;upper(BU.REFERENCE) as BU.REFERENCE,&lt;BR /&gt;upper(REGROUPEMENT.REFERENCE) as REGROUPEMENT.REFERENCE,&lt;BR /&gt;upper(PERIMETER) as PERIMETER&lt;BR /&gt;resident Users;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;//drop table Users;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;P&gt;rename Table User_Final to Users;&lt;BR /&gt;&lt;BR /&gt;Store Users into [Y:\POG_Sources_Documents\HR Divisions Scorecard\Security\Users_QVTEST.txt](txt);&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2020 14:16:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Store-command-qvd-not-working-qliksesne/m-p/1735623#M56202</guid>
      <dc:creator>canerkan</dc:creator>
      <dc:date>2020-08-13T14:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Store command qvd not working qliksesne</title>
      <link>https://community.qlik.com/t5/App-Development/Store-command-qvd-not-working-qliksesne/m-p/1735720#M56211</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your Table Name is&amp;nbsp;&lt;STRONG&gt;User_Final, &lt;/STRONG&gt;but you have used to store as&lt;STRONG&gt; Users,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In store Code you have not mention&lt;STRONG&gt;&amp;nbsp;Table name : User_Final, &lt;/STRONG&gt;wrongly entered&lt;STRONG&gt;&amp;nbsp;Table Name :Users, So file&amp;nbsp; wont create&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Store &lt;STRONG&gt;Users&lt;/STRONG&gt; into [lib://DeleteVB (ad_admin.kkishor)/Users_New.csv](txt);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2020 17:02:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Store-command-qvd-not-working-qliksesne/m-p/1735720#M56211</guid>
      <dc:creator>Ksrinivasan</dc:creator>
      <dc:date>2020-08-13T17:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Store command qvd not working qliksesne</title>
      <link>https://community.qlik.com/t5/App-Development/Store-command-qvd-not-working-qliksesne/m-p/1735855#M56230</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/80712"&gt;@Ksrinivasan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have renamed the renamed the table User_Final to Users , post that storing it into txt file.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Aug 2020 07:12:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Store-command-qvd-not-working-qliksesne/m-p/1735855#M56230</guid>
      <dc:creator>Aspiring_Developer</dc:creator>
      <dc:date>2020-08-14T07:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Store command qvd not working qliksesne</title>
      <link>https://community.qlik.com/t5/App-Development/Store-command-qvd-not-working-qliksesne/m-p/1736102#M56243</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Just do it,&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; Create one txt file name like Test_01.txt in path&lt;BR /&gt;&lt;SPAN&gt;[Y:\POG_Sources_Documents\HR Divisions Scorecard\Security\&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. Create new app&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3. Load Test_01 text file (now it give you proper path)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;4. copy the loading file path and write store code with copy the loading file path and paste it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;5. now run and check your folder, your will be there.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Aug 2020 06:19:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Store-command-qvd-not-working-qliksesne/m-p/1736102#M56243</guid>
      <dc:creator>Ksrinivasan</dc:creator>
      <dc:date>2020-08-15T06:19:56Z</dc:date>
    </item>
  </channel>
</rss>

