<?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 JScript in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/JScript/m-p/142387#M505603</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have had numerous firewall issues with clients external to our company network using the plug-in client and hope to convert to using the AJAX client.&lt;/P&gt;&lt;P&gt;However, we have been under the impression that VB Script macros will not work in AJAX and must be converted to JScript. Is this true???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Oct 2010 21:50:58 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-10-25T21:50:58Z</dc:date>
    <item>
      <title>JScript</title>
      <link>https://community.qlik.com/t5/QlikView/JScript/m-p/142375#M505591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I'm looking for a working example of JScript macro's in a qvw .&lt;/P&gt;&lt;P&gt;The absence of any reference to JScript in manuals or fora makes me wonder if it's being used at all..&lt;/P&gt;&lt;P&gt;But isn't JScript superior to VBScript? (more functionallity, harder, better, faster, stronger..;-)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With kind regards,&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2009 21:18:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JScript/m-p/142375#M505591</guid>
      <dc:creator />
      <dc:date>2009-04-24T21:18:57Z</dc:date>
    </item>
    <item>
      <title>JScript</title>
      <link>https://community.qlik.com/t5/QlikView/JScript/m-p/142376#M505592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But that is its biggest weakness...... most (all?) QV developers use VBS &lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2009 21:39:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JScript/m-p/142376#M505592</guid>
      <dc:creator />
      <dc:date>2009-04-24T21:39:00Z</dc:date>
    </item>
    <item>
      <title>JScript</title>
      <link>https://community.qlik.com/t5/QlikView/JScript/m-p/142377#M505593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can find a JavaScript section in the API guide.&lt;/P&gt;&lt;P&gt;I'm one of those developers that likes to stick to VB. Since we are somewhat limited by QlikView macro capabilities, I'm not sure that one has a definite advantage over the other. If JavaScript was faster and offered additional functionality that I couldn't get with VB, I'd be switching.&lt;/P&gt;&lt;P&gt;My only complaint about JavaScript is that I don't like typing the { brackets. Set analysis uses enough of those already! &lt;IMG alt="Wink" src="http://community.qlik.com/emoticons/emotion-5.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2009 21:51:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JScript/m-p/142377#M505593</guid>
      <dc:creator />
      <dc:date>2009-04-24T21:51:39Z</dc:date>
    </item>
    <item>
      <title>JScript</title>
      <link>https://community.qlik.com/t5/QlikView/JScript/m-p/142378#M505594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agree with both replies. Everybody is using VBScript. Even the Automation Reference is written entirely for VBScript. So, my recommendation - go with the flow &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; It always pays in the long run.&lt;/P&gt;&lt;P&gt;Another recommendation - use sparingly!Macros are a lot of fun, but also a lot of trouble. In my history of 4 major release upgrades (ever since QlikView 5), the only thing that I had to redo every single time is macros, because the API set is changing from one release to another.&lt;/P&gt;&lt;P&gt;Oleg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Apr 2009 00:07:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JScript/m-p/142378#M505594</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2009-04-25T00:07:49Z</dc:date>
    </item>
    <item>
      <title>JScript</title>
      <link>https://community.qlik.com/t5/QlikView/JScript/m-p/142379#M505595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used Jscript in one of my frst applications and have regretted it ever since. You can't mix Jscript and VBS in the same document. The API examples, the code you get on this forum, from other examples -- it's all VBS and you have to go through a conversion effort to reuse it as Jscript. Ugh.&lt;/P&gt;&lt;P&gt;It's true that Jscript is much easier in some ways -- for example, array handling. But I've found that I use very few macros and they are quite simple so the language is no big deal.&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Apr 2009 02:48:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JScript/m-p/142379#M505595</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2009-04-25T02:48:54Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: JScript</title>
      <link>https://community.qlik.com/t5/QlikView/JScript/m-p/142380#M505596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it a mistake to say that Ajax does not support properly VBScript ?&lt;/P&gt;&lt;P&gt;Is there any function that works in JavaScript and not in VBScript ?&lt;/P&gt;&lt;P&gt;Today I have a problem with a macro that works perfectly using IE Plugin and not with AJAX.&lt;/P&gt;&lt;P&gt;That macro just does a copytabletoclipboard and tries to copy it in an Excel spreadsheet.&lt;/P&gt;&lt;P&gt;Is it a VBScript Issue and if yes , does that mean I will need to use Javascript to do that function ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Apr 2010 01:50:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JScript/m-p/142380#M505596</guid>
      <dc:creator />
      <dc:date>2010-04-19T01:50:09Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: JScript</title>
      <link>https://community.qlik.com/t5/QlikView/JScript/m-p/142381#M505597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Philippe,&lt;/P&gt;&lt;P&gt;Avez-vous trouvé une réponse à votre question? Je cherche à faire la même chose.&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jul 2010 13:41:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JScript/m-p/142381#M505597</guid>
      <dc:creator />
      <dc:date>2010-07-27T13:41:01Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Re: JScript</title>
      <link>https://community.qlik.com/t5/QlikView/JScript/m-p/142382#M505598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;J'ai trouvé une solution qui ne passe pas par le copyClipboard.&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jul 2010 15:38:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JScript/m-p/142382#M505598</guid>
      <dc:creator />
      <dc:date>2010-07-27T15:38:05Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Re: JScript</title>
      <link>https://community.qlik.com/t5/QlikView/JScript/m-p/142383#M505599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ce que je veux faire c'est copier des données de Qlikview (version ajax) dans un fichier Excel. Je sais que les Qlikview macros sont très limités dans ajax. J'ai ajouté du script au HTML mais cela ne me donne pas accès aux objets Qlikview. L'option Send to Excel ouvre un spreadsheet vierge avec un nom tiré au hasard. Je veux coller l'information dans le template que j'ai créé. Comment as-tu fait?&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jul 2010 15:49:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JScript/m-p/142383#M505599</guid>
      <dc:creator />
      <dc:date>2010-07-27T15:49:17Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Re: Re. :Re: JScript</title>
      <link>https://community.qlik.com/t5/QlikView/JScript/m-p/142384#M505600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Voici l'exemple de macro utilisée.&lt;/P&gt;&lt;P&gt;Sub Create_Excel&lt;/P&gt;&lt;P&gt;set XLApp = CreateObject("Excel.Application") ' Open the Excel Application&lt;BR /&gt; XLApp.Visible = false&lt;BR /&gt; On Error Resume Next 'Make the Excel application visible or not (Test Purpose)&lt;BR /&gt; set XLDoc = XLApp.Workbooks.Add 'Create a Workbook&lt;BR /&gt; If (Err.Number &amp;gt; 0) Then&lt;BR /&gt; set v = ActiveDocument.Variables("DebugVariable")&lt;BR /&gt; v.SetContent Err.Number , 123&lt;BR /&gt; exit sub&lt;BR /&gt; End If&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; XLApp.Worksheets.Add().Name = 'TEST' ' Addition of sheets&lt;BR /&gt; set table = ActiveDocument.GetSheetObject( "CH62" )&lt;BR /&gt; for RowIter = 0 to table.GetRowCount-1&lt;BR /&gt; for ColIter =0 to table.GetColumnCount-1&lt;BR /&gt; set cell = table.GetCell(RowIter,ColIter)&lt;BR /&gt; XLApp.Worksheets("Overbook-Underbook (Protected)").Cells(RowIter +1, ColIter +1).Value = cell.Text&lt;BR /&gt; next&lt;BR /&gt; next&lt;BR /&gt; XLApp.Worksheets(1).Cells.EntireColumn.AutoFit 'Automatic Fit&lt;BR /&gt; XLApp.Worksheets(1).Cells.EntireRow.AutoFit&lt;BR /&gt; XLApp.Worksheets(1).cells.WrapText = false 'Disable Wraping text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SaveFile=StrFileName &amp;amp; ";56"&lt;BR /&gt; On error resume next&lt;BR /&gt; If XLApp.Version &amp;lt; 12 then ' Excel Version Test&lt;BR /&gt; xlDoc.SaveAs StrFileName&lt;BR /&gt; Else&lt;BR /&gt; xlDoc.SaveAs StrFileName , 56&lt;BR /&gt; End if&lt;BR /&gt; If Err.Number &amp;lt;&amp;gt; 0 then&lt;BR /&gt; GetEnvErr="ERROR: Unable to save " &amp;amp; StrFileName&lt;BR /&gt; Err.Clear&lt;BR /&gt; xlApp.Quit&lt;BR /&gt; Exit sub&lt;BR /&gt; End If&lt;BR /&gt; xlDoc.Close True&lt;BR /&gt; xlApp.Close 'closes the workbook. "True" means that it saves modifications&lt;BR /&gt; xlApp.Quit 'closes excel. it's quite important&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jul 2010 16:02:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JScript/m-p/142384#M505600</guid>
      <dc:creator />
      <dc:date>2010-07-27T16:02:57Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Re: Re. :Re: JScript</title>
      <link>https://community.qlik.com/t5/QlikView/JScript/m-p/142385#M505601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Merci Philippe,&lt;/P&gt;&lt;P&gt;I got your code to work with the IE plugin but it won't work with the ZFC. We were hoping to avoid installing the plugin on upwards of 100 machines.&lt;/P&gt;&lt;P&gt;Are you from Quebec?&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jul 2010 16:39:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JScript/m-p/142385#M505601</guid>
      <dc:creator />
      <dc:date>2010-07-27T16:39:17Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Re: Re. :Re: Re. :Re: JScript</title>
      <link>https://community.qlik.com/t5/QlikView/JScript/m-p/142386#M505602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This should work using ZFC Client ( this is the way it is used today).&lt;/P&gt;&lt;P&gt;And Yes , I am from Quebec.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jul 2010 17:25:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JScript/m-p/142386#M505602</guid>
      <dc:creator />
      <dc:date>2010-07-27T17:25:05Z</dc:date>
    </item>
    <item>
      <title>JScript</title>
      <link>https://community.qlik.com/t5/QlikView/JScript/m-p/142387#M505603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have had numerous firewall issues with clients external to our company network using the plug-in client and hope to convert to using the AJAX client.&lt;/P&gt;&lt;P&gt;However, we have been under the impression that VB Script macros will not work in AJAX and must be converted to JScript. Is this true???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Oct 2010 21:50:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JScript/m-p/142387#M505603</guid>
      <dc:creator />
      <dc:date>2010-10-25T21:50:58Z</dc:date>
    </item>
  </channel>
</rss>

