<?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: Insert row in csv file from variable in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Insert-row-in-csv-file-from-variable/m-p/1456295#M35834</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Personally I'd create a qvd file and in the load script add a row to it something like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM style=": ; color: #993300;"&gt;&lt;STRONG&gt;QVD_Updated :&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG style="color: #993300;"&gt;&lt;EM&gt;Load&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG style="color: #993300;"&gt;&lt;EM&gt;now()&amp;nbsp; as [QVD Updated]&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG style="color: #993300;"&gt;&lt;EM&gt;autogenerate 1&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG style="color: #993300;"&gt;&lt;EM&gt;;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG style="color: #993300;"&gt;&lt;EM&gt;if ( FileSize ( 'lib://Folder/QVD_Updated.qvd' ) &amp;gt; 0 ) then&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG style="color: #993300;"&gt;&lt;EM&gt;trace File Exists ;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG style="color: #993300;"&gt;&lt;EM&gt;Concatenate ( QVD_Updated )&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG style="color: #993300;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load * from [lib://Folder/QVD_Updated.qvd] (qvd) ;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG style="color: #993300;"&gt;&lt;EM&gt;end if ;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM style=": ; color: #993300;"&gt;&lt;STRONG&gt;Store QVD_Updated into [lib://Folder/QVD_Updated.qvd] (qvd) ;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Dec 2017 17:20:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-12-28T17:20:04Z</dc:date>
    <item>
      <title>Insert row in csv file from variable</title>
      <link>https://community.qlik.com/t5/App-Development/Insert-row-in-csv-file-from-variable/m-p/1456294#M35833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi everyone&lt;/P&gt;&lt;P&gt;i want to update qvd file and for that i need to know last time of update it.&lt;/P&gt;&lt;P&gt;i create csv file and need to append time of update in every load app.&lt;/P&gt;&lt;P&gt;i know we must use variable , but i don't know&amp;nbsp; continue it.&lt;/P&gt;&lt;P&gt;please help me with example, thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 12:38:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Insert-row-in-csv-file-from-variable/m-p/1456294#M35833</guid>
      <dc:creator>user-azadi</dc:creator>
      <dc:date>2017-12-28T12:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Insert row in csv file from variable</title>
      <link>https://community.qlik.com/t5/App-Development/Insert-row-in-csv-file-from-variable/m-p/1456295#M35834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Personally I'd create a qvd file and in the load script add a row to it something like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM style=": ; color: #993300;"&gt;&lt;STRONG&gt;QVD_Updated :&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG style="color: #993300;"&gt;&lt;EM&gt;Load&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG style="color: #993300;"&gt;&lt;EM&gt;now()&amp;nbsp; as [QVD Updated]&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG style="color: #993300;"&gt;&lt;EM&gt;autogenerate 1&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG style="color: #993300;"&gt;&lt;EM&gt;;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG style="color: #993300;"&gt;&lt;EM&gt;if ( FileSize ( 'lib://Folder/QVD_Updated.qvd' ) &amp;gt; 0 ) then&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG style="color: #993300;"&gt;&lt;EM&gt;trace File Exists ;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG style="color: #993300;"&gt;&lt;EM&gt;Concatenate ( QVD_Updated )&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG style="color: #993300;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load * from [lib://Folder/QVD_Updated.qvd] (qvd) ;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG style="color: #993300;"&gt;&lt;EM&gt;end if ;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM style=": ; color: #993300;"&gt;&lt;STRONG&gt;Store QVD_Updated into [lib://Folder/QVD_Updated.qvd] (qvd) ;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 17:20:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Insert-row-in-csv-file-from-variable/m-p/1456295#M35834</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-28T17:20:04Z</dc:date>
    </item>
  </channel>
</rss>

