<?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: Binary Statement through vbscript in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Binary-Statement-through-vbscript/m-p/826308#M290971</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried it is not closing the editscript window.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 30 Nov 2014 16:41:28 GMT</pubDate>
    <dc:creator>brindlogcool</dc:creator>
    <dc:date>2014-11-30T16:41:28Z</dc:date>
    <item>
      <title>Binary Statement through vbscript</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Statement-through-vbscript/m-p/826301#M290964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to create the QlikView Document and add the binary statement using the vbs script. I am able to create the Document and open the Edit script using the below vb script&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set objFSO = CreateObject("Scripting.FileSystemObject")&lt;/P&gt;&lt;P&gt;set qv = CreateObject("QlikTech.QlikView")&lt;/P&gt;&lt;P&gt;Set docObj = qv.CreateDoc&lt;/P&gt;&lt;P&gt;docObj.DialogEditScript&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But not finding the way to add the Binary Statement and the Load script. Any suggestions to include the Binary statement and Load script in the above macro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2014 10:40:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Statement-through-vbscript/m-p/826301#M290964</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2014-11-27T10:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Statement through vbscript</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Statement-through-vbscript/m-p/826302#M290965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look on this example from APIGuide.qvw:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rem ** add new line to script **&lt;/P&gt;&lt;P&gt;set docprop = ActiveDocument.GetProperties&lt;/P&gt;&lt;P&gt;docprop.Script = docprop.Script &amp;amp; "Load * from abc.csv;"&lt;/P&gt;&lt;P&gt;ActiveDocument.SetProperties docprop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2014 11:28:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Statement-through-vbscript/m-p/826302#M290965</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-11-27T11:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Statement through vbscript</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Statement-through-vbscript/m-p/826303#M290966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marcus for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tired it for the Binary Load is coming after the set statement. like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET ThousandSep=',';&lt;/P&gt;&lt;P&gt;SET DecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyThousandSep=',';&lt;/P&gt;&lt;P&gt;SET MoneyDecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyFormat='$#,##0.00;($#,##0.00)';&lt;/P&gt;&lt;P&gt;SET TimeFormat='h:mm:ss TT';&lt;/P&gt;&lt;P&gt;SET DateFormat='M/D/YYYY';&lt;/P&gt;&lt;P&gt;SET TimestampFormat='M/D/YYYY h:mm:ss[.fff] TT';&lt;/P&gt;&lt;P&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;/P&gt;&lt;P&gt;SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Binary C:\Users\sds\Desktop\ttt.qvw;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where as i need to place Binary statement. If we are able to clear the set statements then the problem is resolved .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2014 16:33:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Statement-through-vbscript/m-p/826303#M290966</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2014-11-27T16:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Statement through vbscript</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Statement-through-vbscript/m-p/826304#M290967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try it with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;docprop.Script = "Binary C:\Users\sds\Desktop\ttt.qvw;" &amp;amp; docprop.Script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2014 16:37:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Statement-through-vbscript/m-p/826304#M290967</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-11-27T16:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Statement through vbscript</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Statement-through-vbscript/m-p/826305#M290968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marcus for trying to help me out and really appreciate your quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still the set statements are there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET ThousandSep=',';&lt;/P&gt;&lt;P&gt;SET DecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyThousandSep=',';&lt;/P&gt;&lt;P&gt;SET MoneyDecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyFormat='$#,##0.00;($#,##0.00)';&lt;/P&gt;&lt;P&gt;SET TimeFormat='h:mm:ss TT';&lt;/P&gt;&lt;P&gt;SET DateFormat='M/D/YYYY';&lt;/P&gt;&lt;P&gt;SET TimestampFormat='M/D/YYYY h:mm:ss[.fff] TT';&lt;/P&gt;&lt;P&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;/P&gt;&lt;P&gt;SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Binary C:\Users\sds\Desktop\ttt.qvw;///$tab Main&lt;/P&gt;&lt;P&gt;SET ThousandSep=',';&lt;/P&gt;&lt;P&gt;SET DecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyThousandSep=',';&lt;/P&gt;&lt;P&gt;SET MoneyDecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyFormat='$#,##0.00;($#,##0.00)';&lt;/P&gt;&lt;P&gt;SET TimeFormat='h:mm:ss TT';&lt;/P&gt;&lt;P&gt;SET DateFormat='M/D/YYYY';&lt;/P&gt;&lt;P&gt;SET TimestampFormat='M/D/YYYY h:mm:ss[.fff] TT';&lt;/P&gt;&lt;P&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;/P&gt;&lt;P&gt;SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the script as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set objFSO = CreateObject("Scripting.FileSystemObject")&lt;/P&gt;&lt;P&gt;set qv = CreateObject("QlikTech.QlikView")&lt;/P&gt;&lt;P&gt;Set docObj = qv.CreateDoc&lt;/P&gt;&lt;P&gt;docObj.DialogEditScript&lt;/P&gt;&lt;P&gt;set docprop = docObj.GetProperties&lt;/P&gt;&lt;P&gt;docprop.Script = docprop.Script &amp;amp; "Binary C:\Users\sds\Desktop\ttt.qvw;"&amp;amp; docprop.Script&lt;/P&gt;&lt;P&gt;docObj.SetProperties docprop&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2014 17:19:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Statement-through-vbscript/m-p/826305#M290968</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2014-11-27T17:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Statement through vbscript</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Statement-through-vbscript/m-p/826306#M290969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks for your support. I am not able to close the edit script with macro. I tried to search the API guide but couldn't able to get the details. It would be helpful if you could provide some inputs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 18:27:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Statement-through-vbscript/m-p/826306#M290969</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2014-11-28T18:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Statement through vbscript</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Statement-through-vbscript/m-p/826307#M290970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;docObj.closedoc 'close application&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;qv.GetApplication.Quit 'close qlikview&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Nov 2014 10:26:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Statement-through-vbscript/m-p/826307#M290970</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-11-30T10:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Statement through vbscript</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Statement-through-vbscript/m-p/826308#M290971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried it is not closing the editscript window.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Nov 2014 16:41:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Statement-through-vbscript/m-p/826308#M290971</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2014-11-30T16:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Statement through vbscript</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Statement-through-vbscript/m-p/826309#M290972</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;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;docObj.GetApplication.Quit &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;or &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9.0pt; font-family: 'Courier New';"&gt;ActiveDocument.GetApplication.Quit&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Nov 2014 18:52:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Statement-through-vbscript/m-p/826309#M290972</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-11-30T18:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Statement through vbscript</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Statement-through-vbscript/m-p/826310#M290973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for your support&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set objFSO = CreateObject("Scripting.FileSystemObject")&lt;/P&gt;&lt;P&gt;set qv = CreateObject("QlikTech.QlikView")&lt;/P&gt;&lt;P&gt;Set docObj = qv.CreateDoc&lt;/P&gt;&lt;P&gt;docObj.DialogEditScript&lt;/P&gt;&lt;P&gt;docObj.CloseDoc&lt;/P&gt;&lt;P&gt;docObj.GetApplication.Quit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 00:15:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Statement-through-vbscript/m-p/826310#M290973</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2014-12-01T00:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Statement through vbscript</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Statement-through-vbscript/m-p/826311#M290974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9.0pt; font-family: 'Courier New';"&gt;ActiveDocument.GetApplication.Quit ???&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 07:53:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Statement-through-vbscript/m-p/826311#M290974</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-12-01T07:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Statement through vbscript</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Statement-through-vbscript/m-p/826312#M290975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marcus. i tried it is not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 14:31:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Statement-through-vbscript/m-p/826312#M290975</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2014-12-01T14:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Statement through vbscript</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Statement-through-vbscript/m-p/826313#M290976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It didn't work because you calls a dialog:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;docObj.DialogEditScript&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which couldn't be closed by macro-statement (I don't know one unless shortcuts which are &lt;STRONG style="text-decoration: underline;"&gt;NOT&lt;/STRONG&gt; recommended) but you don't need these statement then read, change and set the properties from the document is enough.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 15:16:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Statement-through-vbscript/m-p/826313#M290976</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-12-01T15:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Statement through vbscript</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Statement-through-vbscript/m-p/826314#M290977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response Marcus.&lt;/P&gt;&lt;P&gt;I agree with your comments. I am fine with save and close the QlikView document. I don't need to close the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;DialogEditScript. But the problem is when the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;DialogEditScript is open i am not able to close or Quit the application. &lt;/SPAN&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: 12px; background-color: #f6f6f6;"&gt;If we are able to close the QlikView Document when the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;DialogEditScript is open then the problem is resolved.&lt;/SPAN&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: 12px; background-color: #f6f6f6;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 15:38:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Statement-through-vbscript/m-p/826314#M290977</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2014-12-01T15:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Statement through vbscript</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Statement-through-vbscript/m-p/826315#M290978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REM docObj.DialogEditScript&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and try it again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 15:43:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Statement-through-vbscript/m-p/826315#M290978</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-12-01T15:43:07Z</dc:date>
    </item>
  </channel>
</rss>

