<?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: Auto Create Folder in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Auto-Create-Folder/m-p/1580737#M442846</link>
    <description>I have not seen such an setting in QlikView nor Qlik Sense. I guess you will need to manual check before storing a file.&lt;BR /&gt;&lt;BR /&gt;Sub storeqvd (_table, _folder)&lt;BR /&gt;if FileTime('$(_folder)')&lt;BR /&gt;Store [$(_table)] into [$(_folder)/$(_table).qvd];&lt;BR /&gt;Else&lt;BR /&gt;Trace $(_folder) does not exist;&lt;BR /&gt;End if&lt;BR /&gt;End sub&lt;BR /&gt;&lt;BR /&gt;MyTable:&lt;BR /&gt;Load *&lt;BR /&gt;From source;&lt;BR /&gt;Call storeqvd('MyTable', 'C:/MyFolder/')&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 16 May 2019 04:19:23 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2019-05-16T04:19:23Z</dc:date>
    <item>
      <title>Auto Create Folder</title>
      <link>https://community.qlik.com/t5/QlikView/Auto-Create-Folder/m-p/106202#M16666</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;I notice that there is this new behavior in 12.20SR6. QlikView will auto create folder if it does not exist. Previously there is no such behavior. Job will fail if the folder does not exist. Now QlikView created many unnecessary folders due to the typo in the path and messed the whole folder structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone else facing the same issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2018 09:26:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Auto-Create-Folder/m-p/106202#M16666</guid>
      <dc:creator>KHSDM</dc:creator>
      <dc:date>2018-09-25T09:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Create Folder</title>
      <link>https://community.qlik.com/t5/QlikView/Auto-Create-Folder/m-p/1564405#M441558</link>
      <description>&lt;P&gt;BUMP this thread... any idea if there is any setting that I can change to keep the old behaviour where it won't create the folders automatically?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 09:20:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Auto-Create-Folder/m-p/1564405#M441558</guid>
      <dc:creator>KHSDM</dc:creator>
      <dc:date>2019-04-03T09:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Create Folder</title>
      <link>https://community.qlik.com/t5/QlikView/Auto-Create-Folder/m-p/1580688#M442842</link>
      <description>&lt;P&gt;To which folder are you referring here, need further details in order to have a look at things.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2019 20:45:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Auto-Create-Folder/m-p/1580688#M442842</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-05-15T20:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Create Folder</title>
      <link>https://community.qlik.com/t5/QlikView/Auto-Create-Folder/m-p/1580726#M442844</link>
      <description>&lt;P&gt;Hi Brett,&lt;/P&gt;&lt;P&gt;I'm referring to the folder when we use the "STORE" function in the script to store the QVD. Previously, the script will failed if the folder does not exist. But now, it will automatically create the folder if it does not exist.&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2019 03:05:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Auto-Create-Folder/m-p/1580726#M442844</guid>
      <dc:creator>KHSDM</dc:creator>
      <dc:date>2019-05-16T03:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Create Folder</title>
      <link>https://community.qlik.com/t5/QlikView/Auto-Create-Folder/m-p/1580737#M442846</link>
      <description>I have not seen such an setting in QlikView nor Qlik Sense. I guess you will need to manual check before storing a file.&lt;BR /&gt;&lt;BR /&gt;Sub storeqvd (_table, _folder)&lt;BR /&gt;if FileTime('$(_folder)')&lt;BR /&gt;Store [$(_table)] into [$(_folder)/$(_table).qvd];&lt;BR /&gt;Else&lt;BR /&gt;Trace $(_folder) does not exist;&lt;BR /&gt;End if&lt;BR /&gt;End sub&lt;BR /&gt;&lt;BR /&gt;MyTable:&lt;BR /&gt;Load *&lt;BR /&gt;From source;&lt;BR /&gt;Call storeqvd('MyTable', 'C:/MyFolder/')&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 16 May 2019 04:19:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Auto-Create-Folder/m-p/1580737#M442846</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-05-16T04:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Create Folder</title>
      <link>https://community.qlik.com/t5/QlikView/Auto-Create-Folder/m-p/1595913#M443904</link>
      <description>&lt;P&gt;Vegar is on the only track available, here is the Help on things:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/November2018/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptRegularStatements/Store.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/November2018/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptRegularStatements/Store.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;It basically seems to indicate the path must be valid, i.e. the folder has to exist etc., so the only way I would see to automate things would be some sort of IF statement in the load script along with a variable etc. along the lines of Vegar's solution I think.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2019 21:07:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Auto-Create-Folder/m-p/1595913#M443904</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-06-25T21:07:23Z</dc:date>
    </item>
  </channel>
</rss>

