<?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: Save export file name with variable input in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Save-export-file-name-with-variable-input/m-p/370925#M137945</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ranjit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check &lt;A _jive_internal="true" href="https://community.qlik.com/thread/36000"&gt;this code&lt;/A&gt; and &lt;A _jive_internal="true" href="https://community.qlik.com/message/170042#170042"&gt;this code&lt;/A&gt; to get the values from variables in Macro and how to use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 May 2012 09:09:15 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2012-05-28T09:09:15Z</dc:date>
    <item>
      <title>Save export file name with variable input</title>
      <link>https://community.qlik.com/t5/QlikView/Save-export-file-name-with-variable-input/m-p/370924#M137944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The below macro will export the object and save it in the defined location with the file name "abc"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub ExportExcel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set obj = ActiveDocument.GetSheetObject("CH646")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;obj.ExportEx "C:\Documents and Settings\renjithpl\Desktop\QlikviewExport\abc.xls",5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is, i need to save the file name with variable input in my application&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;something like &lt;/P&gt;&lt;P&gt;obj.ExportEx "C:\Documents and Settings\renjithpl\Desktop\QlikviewExport&lt;STRONG&gt;\"$(vInput)".&lt;/STRONG&gt;xls",5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ranjit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2012 09:05:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Save-export-file-name-with-variable-input/m-p/370924#M137944</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2012-05-28T09:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Save export file name with variable input</title>
      <link>https://community.qlik.com/t5/QlikView/Save-export-file-name-with-variable-input/m-p/370925#M137945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ranjit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check &lt;A _jive_internal="true" href="https://community.qlik.com/thread/36000"&gt;this code&lt;/A&gt; and &lt;A _jive_internal="true" href="https://community.qlik.com/message/170042#170042"&gt;this code&lt;/A&gt; to get the values from variables in Macro and how to use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2012 09:09:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Save-export-file-name-with-variable-input/m-p/370925#M137945</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-05-28T09:09:15Z</dc:date>
    </item>
    <item>
      <title>Save export file name with variable input</title>
      <link>https://community.qlik.com/t5/QlikView/Save-export-file-name-with-variable-input/m-p/370926#M137946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is what i was expecting. thanks a lot. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;vFile = ActiveDocument.Variables("vDate2").GetContent.String&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&lt;SPAN style="background-color: #f5f5f5;"&gt;XLDoc.SaveAs "c:\Qlikview\Claro"&amp;amp; &lt;/SPAN&gt;vFile &lt;SPAN style="background-color: #f5f5f5;"&gt;&amp;amp;".xls"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2012 09:47:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Save-export-file-name-with-variable-input/m-p/370926#M137946</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2012-05-28T09:47:44Z</dc:date>
    </item>
  </channel>
</rss>

