<?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: Where to get study material to master QlikView VBScript? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Where-to-get-study-material-to-master-QlikView-VBScript/m-p/1339942#M412938</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For general VBS:&lt;/P&gt;&lt;P&gt;&lt;A href="https://msdn.microsoft.com/en-us/library/t0aew7h6(v=VS.84).aspx" title="https://msdn.microsoft.com/en-us/library/t0aew7h6(v=VS.84).aspx"&gt;VBScript&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.functionx.com/vbscript/" title="http://www.functionx.com/vbscript/"&gt;VBScript Tutorials - FunctionX&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For QlikView specific:&lt;/P&gt;&lt;P&gt;The API Guide&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Apr 2017 17:31:46 GMT</pubDate>
    <dc:creator>m_woolf</dc:creator>
    <dc:date>2017-04-04T17:31:46Z</dc:date>
    <item>
      <title>Where to get study material to master QlikView VBScript?</title>
      <link>https://community.qlik.com/t5/QlikView/Where-to-get-study-material-to-master-QlikView-VBScript/m-p/1339941#M412937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the most part I'm able to get by on Qlik Community when I need to accomplish something with macros in QlikView but I've been hitting more and more walls lately. Is there material I can purchase or download somewhere that explain the statements properly along with all their possible parameters? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;App.OpenDocEx "C:\MyDocuments\Budget.qvw",2,false,"jnn","123456","",false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;a‌s mentioned by &lt;A href="https://community.qlik.com/qlik-users/27943"&gt;marcus_sommer&lt;/A&gt;‌ Here-&amp;gt; &lt;A _jive_internal="true" href="https://community.qlik.com/thread/209152"&gt;https://community.qlik.com/thread/209152&lt;/A&gt;‌&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I am assuming "jnn" is the username and "123456" the password but what is the 2 for? And the 2x "false" parameters? In what instances would these commands/parameters be used?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;This is one I'm struggling with now but would very much like to see what else I can accomplish with VBScript.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I've tried asking uncle Google but he doesn't seem to know or not in the mood to share.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you guys can assist!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2017 14:43:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-to-get-study-material-to-master-QlikView-VBScript/m-p/1339941#M412937</guid>
      <dc:creator>splitcore</dc:creator>
      <dc:date>2017-04-04T14:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Where to get study material to master QlikView VBScript?</title>
      <link>https://community.qlik.com/t5/QlikView/Where-to-get-study-material-to-master-QlikView-VBScript/m-p/1339942#M412938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For general VBS:&lt;/P&gt;&lt;P&gt;&lt;A href="https://msdn.microsoft.com/en-us/library/t0aew7h6(v=VS.84).aspx" title="https://msdn.microsoft.com/en-us/library/t0aew7h6(v=VS.84).aspx"&gt;VBScript&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.functionx.com/vbscript/" title="http://www.functionx.com/vbscript/"&gt;VBScript Tutorials - FunctionX&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For QlikView specific:&lt;/P&gt;&lt;P&gt;The API Guide&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2017 17:31:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-to-get-study-material-to-master-QlikView-VBScript/m-p/1339942#M412938</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2017-04-04T17:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Where to get study material to master QlikView VBScript?</title>
      <link>https://community.qlik.com/t5/QlikView/Where-to-get-study-material-to-master-QlikView-VBScript/m-p/1339943#M412939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick reply it's already solved a bunch of the issues I had!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 09:44:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-to-get-study-material-to-master-QlikView-VBScript/m-p/1339943#M412939</guid>
      <dc:creator>splitcore</dc:creator>
      <dc:date>2017-04-05T09:44:49Z</dc:date>
    </item>
  </channel>
</rss>

