<?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: Error Handling for obj.export in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Error-Handling-for-obj-export/m-p/1030564#M347966</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still no luck. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jan 2016 19:32:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-01-19T19:32:55Z</dc:date>
    <item>
      <title>Error Handling for obj.export</title>
      <link>https://community.qlik.com/t5/QlikView/Error-Handling-for-obj-export/m-p/1030562#M347964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to write a macro in qlikview for exporting a chart to csv. If the file does not exist, I get an error "Cannot open file test.csv for writing"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to have a different message box appear if this happens. I tried adding On Error Resume Next and added&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt; If err &amp;lt;&amp;gt; 0 Then&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Msgbox("Test")&lt;/P&gt;&lt;P&gt;End If&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the message box does not pop up, and I continue to receive the error message for exporting. How do I get the Msgbox to show?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advanced!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 19:03:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-Handling-for-obj-export/m-p/1030562#M347964</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-19T19:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Error Handling for obj.export</title>
      <link>https://community.qlik.com/t5/QlikView/Error-Handling-for-obj-export/m-p/1030563#M347965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN class="kwd" style="color: #00008b;"&gt;If&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; Err&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;Number &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;&amp;lt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="lit" style="color: #800000;"&gt;0&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #00008b;"&gt;Then&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="kwd" style="color: #00008b;"&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="kwd" style="color: #00008b;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="kwd" style="color: #00008b;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="kwd" style="color: #00008b;"&gt;Oleg Troyansky&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="kwd" style="color: #00008b;"&gt;Upgrade your Qlik skills at the &lt;A href="http://masterssummit.com/"&gt;Masters Summit for Qlik&lt;/A&gt; - coming soon to Milan, Italy!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="kwd" style="color: #00008b;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 19:29:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-Handling-for-obj-export/m-p/1030563#M347965</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2016-01-19T19:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error Handling for obj.export</title>
      <link>https://community.qlik.com/t5/QlikView/Error-Handling-for-obj-export/m-p/1030564#M347966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still no luck. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 19:32:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-Handling-for-obj-export/m-p/1030564#M347966</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-19T19:32:55Z</dc:date>
    </item>
  </channel>
</rss>

