<?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: VBscript - how to create a Generic list of type string in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/VBscript-how-to-create-a-Generic-list-of-type-string/m-p/1137983#M1237275</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The function as mentioned above is not a VB script example. It is just a copy out of the documentation of the API function, and there you can read that the value for the last parameter (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;variableValues&lt;/SPAN&gt;) should be a generic list of type string. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So that's why I need to know how I can populate such a type of list.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jul 2016 14:33:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-07-12T14:33:36Z</dc:date>
    <item>
      <title>VBscript - how to create a Generic list of type string</title>
      <link>https://community.qlik.com/t5/QlikView/VBscript-how-to-create-a-Generic-list-of-type-string/m-p/1137977#M1237268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 14px; font-family: Arial, Helvetica, sans-serif; margin: 1.6em 0; color: #555555;"&gt;I need to create an Generic list of type String, that I want to fill with some values.&lt;/P&gt;&lt;P style="font-size: 14px; font-family: Arial, Helvetica, sans-serif; margin: 1.6em 0; color: #555555;"&gt;I tried the following statements&lt;/P&gt;&lt;P style="font-size: 14px; font-family: Arial, Helvetica, sans-serif; margin: 1.6em 0; color: #555555;"&gt;Dim sList&lt;BR /&gt;Set sList = CreateObject(“&lt;SPAN class="skimlinks-unlinked" style="font-style: inherit; font-weight: inherit; font-size: inherit; font-family: inherit;"&gt;System.Collections.Generic.List&lt;/SPAN&gt;[String]”)&lt;BR /&gt;&lt;SPAN class="skimlinks-unlinked" style="font-style: inherit; font-weight: inherit; font-size: inherit; font-family: inherit;"&gt;sList.Add(“Read&lt;/SPAN&gt;”)&lt;BR /&gt;&lt;SPAN class="skimlinks-unlinked" style="font-style: inherit; font-weight: inherit; font-size: inherit; font-family: inherit;"&gt;sList.Add(“Stop&lt;/SPAN&gt;”)&lt;/P&gt;&lt;P style="font-size: 14px; font-family: Arial, Helvetica, sans-serif; margin: 1.6em 0; color: #555555;"&gt;This is not working.&lt;/P&gt;&lt;P style="font-size: 14px; font-family: Arial, Helvetica, sans-serif; margin: 1.6em 0; color: #555555;"&gt;Can you please provide me with the correct code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBscript-how-to-create-a-Generic-list-of-type-string/m-p/1137977#M1237268</guid>
      <dc:creator />
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: VBscript - how to create a Generic list of type string</title>
      <link>https://community.qlik.com/t5/QlikView/VBscript-how-to-create-a-Generic-list-of-type-string/m-p/1137978#M1237270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is your aim in the end? How should this string-list look like, from where should it be filled and what should be done with these list?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 10:41:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBscript-how-to-create-a-Generic-list-of-type-string/m-p/1137978#M1237270</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-07-12T10:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: VBscript - how to create a Generic list of type string</title>
      <link>https://community.qlik.com/t5/QlikView/VBscript-how-to-create-a-Generic-list-of-type-string/m-p/1137979#M1237271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The code must be working when attached to a button in a QVW document that runs on the Qlikview accespoint with the AJAX engine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 11:09:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBscript-how-to-create-a-Generic-list-of-type-string/m-p/1137979#M1237271</guid>
      <dc:creator />
      <dc:date>2016-07-12T11:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: VBscript - how to create a Generic list of type string</title>
      <link>https://community.qlik.com/t5/QlikView/VBscript-how-to-create-a-Generic-list-of-type-string/m-p/1137980#M1237272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On this point is your macro-approach already out then within the ajax-client run no macros and especially not one which include a CreateObject() which required the use of ActiveX which is only within the desktop-client or the plugin available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore the question what do you want to do with these routine?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 14:01:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBscript-how-to-create-a-Generic-list-of-type-string/m-p/1137980#M1237272</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-07-12T14:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: VBscript - how to create a Generic list of type string</title>
      <link>https://community.qlik.com/t5/QlikView/VBscript-how-to-create-a-Generic-list-of-type-string/m-p/1137981#M1237273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to trigger the &lt;SPAN class="keyword"&gt;Function&lt;/SPAN&gt; &lt;SPAN class="identifier"&gt;TriggerEDXTask with all parameters.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've everything in place to trigger this function, except that I cannot define/create the variableValues As List(Of String)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="keyword"&gt;Function&lt;/SPAN&gt; &lt;SPAN class="identifier"&gt;TriggerEDXTask&lt;/SPAN&gt; ( _&lt;/P&gt;&lt;P&gt;&lt;SPAN class="parameter"&gt;qdsID&lt;/SPAN&gt; &lt;SPAN class="keyword"&gt;As&lt;/SPAN&gt; &lt;A href="http://msdn2.microsoft.com/en-us/library/cey1zx63" target="_blank"&gt;Guid&lt;/A&gt;, _&lt;/P&gt;&lt;P&gt;&lt;SPAN class="parameter"&gt;taskNameOrID&lt;/SPAN&gt; &lt;SPAN class="keyword"&gt;As&lt;/SPAN&gt; &lt;A href="http://msdn2.microsoft.com/en-us/library/s1wwdcbf" target="_blank"&gt;String&lt;/A&gt;, _&lt;/P&gt;&lt;P&gt;&lt;SPAN class="parameter"&gt;password&lt;/SPAN&gt; &lt;SPAN class="keyword"&gt;As&lt;/SPAN&gt; &lt;A href="http://msdn2.microsoft.com/en-us/library/s1wwdcbf" target="_blank"&gt;String&lt;/A&gt;, _&lt;/P&gt;&lt;P&gt;&lt;SPAN class="parameter"&gt;variableName&lt;/SPAN&gt; &lt;SPAN class="keyword"&gt;As&lt;/SPAN&gt; &lt;A href="http://msdn2.microsoft.com/en-us/library/s1wwdcbf" target="_blank"&gt;String&lt;/A&gt;, _&lt;/P&gt;&lt;P&gt;&lt;SPAN class="parameter"&gt;variableValues&lt;/SPAN&gt; &lt;SPAN class="keyword"&gt;As&lt;/SPAN&gt; &lt;A href="http://msdn2.microsoft.com/en-us/library/6sh2ey19" target="_blank"&gt;List&lt;/A&gt;(&lt;SPAN class="keyword"&gt;Of&lt;/SPAN&gt; &lt;A href="http://msdn2.microsoft.com/en-us/library/s1wwdcbf" target="_blank"&gt;String&lt;/A&gt;) _&lt;/P&gt;&lt;P&gt;) &lt;SPAN class="keyword"&gt;As&lt;/SPAN&gt; &lt;A&gt;TriggerEDXTaskResult&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if I know how to fill the variableValues on a correct manner, it would be great.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 14:06:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBscript-how-to-create-a-Generic-list-of-type-string/m-p/1137981#M1237273</guid>
      <dc:creator />
      <dc:date>2016-07-12T14:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: VBscript - how to create a Generic list of type string</title>
      <link>https://community.qlik.com/t5/QlikView/VBscript-how-to-create-a-Generic-list-of-type-string/m-p/1137982#M1237274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure that this is a vbs-example and that edx worked per vbs-macros?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 14:29:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBscript-how-to-create-a-Generic-list-of-type-string/m-p/1137982#M1237274</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-07-12T14:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: VBscript - how to create a Generic list of type string</title>
      <link>https://community.qlik.com/t5/QlikView/VBscript-how-to-create-a-Generic-list-of-type-string/m-p/1137983#M1237275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The function as mentioned above is not a VB script example. It is just a copy out of the documentation of the API function, and there you can read that the value for the last parameter (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;variableValues&lt;/SPAN&gt;) should be a generic list of type string. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So that's why I need to know how I can populate such a type of list.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 14:33:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBscript-how-to-create-a-Generic-list-of-type-string/m-p/1137983#M1237275</guid>
      <dc:creator />
      <dc:date>2016-07-12T14:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: VBscript - how to create a Generic list of type string</title>
      <link>https://community.qlik.com/t5/QlikView/VBscript-how-to-create-a-Generic-list-of-type-string/m-p/1137984#M1237276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For this you could use concat() within the gui in a variable which you could read with a macro or within a macro it could be created with an evaluate() statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 15:27:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBscript-how-to-create-a-Generic-list-of-type-string/m-p/1137984#M1237276</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-07-12T15:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: VBscript - how to create a Generic list of type string</title>
      <link>https://community.qlik.com/t5/QlikView/VBscript-how-to-create-a-Generic-list-of-type-string/m-p/1137985#M1237277</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 the tips and help sofar, but unfortunately I still don't know exactly what to do. (I'm rater a newbee in VBscript)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done the following in the variable definitions &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vCall1 = Read (via input box)&lt;/P&gt;&lt;P&gt;vCall2 = Copy (via input box)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vConcat = concat(&lt;SPAN style="font-size: 13.3333px;"&gt;'$(vCall1)', &lt;SPAN style="font-size: 13.3333px;"&gt;'$(vCall2)'&lt;/SPAN&gt;&lt;/SPAN&gt;)&amp;nbsp;&amp;nbsp;&amp;nbsp; (via Variable definition)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I put the variable vConcat in a text box (='$(vConcat)')) nothing is shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the macro I try to read the variable vConcat with the following command&lt;/P&gt;&lt;P&gt;y = ActiveDocument.Variables("vConcat").getcontent.string&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have my doubts about the .string at the end of this read, but I don't know what to put else there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result is that y = empty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what do I do wrong in this coding?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I use the evaluate() option in the Macro?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 16:41:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBscript-how-to-create-a-Generic-list-of-type-string/m-p/1137985#M1237277</guid>
      <dc:creator />
      <dc:date>2016-07-12T16:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: VBscript - how to create a Generic list of type string</title>
      <link>https://community.qlik.com/t5/QlikView/VBscript-how-to-create-a-Generic-list-of-type-string/m-p/1137986#M1237278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Concat() is a string aggregation-function which you didn't need if you want only to concat strings from variables which you could concat with: &lt;SPAN style="font-size: 13.3333px;"&gt;'$(vCall1)' &amp;amp; ',' &amp;amp; &lt;SPAN style="font-size: 13.3333px;"&gt;'$(vCall2)'.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;To execute qlik-functions from the macro-side you could use the following:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;x = ActiveDocument.Evaluate("Concat(YourField, ',')")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;whereby you could simply read your variables &lt;SPAN style="font-size: 13.3333px;"&gt;vCall1 + &lt;SPAN style="font-size: 13.3333px;"&gt;vCall2.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;- Marcus&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 17:25:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBscript-how-to-create-a-Generic-list-of-type-string/m-p/1137986#M1237278</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-07-12T17:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: VBscript - how to create a Generic list of type string</title>
      <link>https://community.qlik.com/t5/QlikView/VBscript-how-to-create-a-Generic-list-of-type-string/m-p/1137987#M1237279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use the string 'Read, Copy' (without ') as values for the valuelist in the call, I get the following (unfortunately in Dutch) error message from the call:&lt;/P&gt;&lt;P&gt;---------------------------&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;s:Envelope xmlns:s="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://schemas.xmlsoap.org/soap/envelope/" rel="nofollow" target="_blank"&gt;http://schemas.xmlsoap.org/soap/envelope/&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;s:Body&amp;gt;&amp;lt;s:Fault&amp;gt;&amp;lt;faultcode xmlns:a="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher" rel="nofollow" target="_blank"&gt;http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;a:DeserializationFailed&amp;lt;/faultcode&amp;gt;&amp;lt;faultstring xml:lang="nl-NL"&amp;gt;Er is een uitzondering opgetreden in de formatter bij de poging het bericht Er is een fout opgetreden tijdens de poging parameter &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://ws.qliktech.com/QMS/11/:variableValues" rel="nofollow" target="_blank"&gt;http://ws.qliktech.com/QMS/11/:variableValues&lt;/A&gt;&lt;SPAN&gt; te deserialiseren. Het InnerException-bericht is Fout in regel 1 positie 441. Status Element wordt verwacht.. Text met naam , naamruimte&amp;nbsp; is aangetroffen. . Zie InnerException voor meer details. te deserialiseren.&amp;lt;/faultstring&amp;gt;&amp;lt;detail&amp;gt;&amp;lt;ExceptionDetail xmlns="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://schemas.datacontract.org/2004/07/System.ServiceModel" rel="nofollow" target="_blank"&gt;http://schemas.datacontract.org/2004/07/System.ServiceModel&lt;/A&gt;&lt;SPAN&gt;" xmlns:i="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/2001/XMLSchema-instance" rel="nofollow" target="_blank"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;HelpLink i:nil="true"/&amp;gt;&amp;lt;InnerException&amp;gt;&amp;lt;HelpLink i:nil="true"/&amp;gt;&amp;lt;InnerException i:nil="true"/&amp;gt;&amp;lt;Message&amp;gt;Fout in regel 1 positie 441. Status Element wordt verwacht.. Text met naam , naamruimte&amp;nbsp; is aangetroffen. &amp;lt;/Message&amp;gt;&amp;lt;Stack&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;---------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;It is telling that during deserialise/evaluation of the parameter variableValues a wrong format was expected. A status element was expected and instead a string was found. So the string Read, Copy is not the correct format for passing on a generic list of type string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With use of QMS API client (one of the QV powertools) a can start the EDX job and pass on a correct value for the variableValues that also in that tool is shown as List(String) and where I have to input the values with a separate screen in which Index 0, Type String and Value is shown and there I give in Value Read for the first line and value Copy for the second line. Unfortunately I cannot see in this tool how this list is passed to the API.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only thing I now is that is must be a generic list of type String (so no Array or just a String).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 17:48:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBscript-how-to-create-a-Generic-list-of-type-string/m-p/1137987#M1237279</guid>
      <dc:creator />
      <dc:date>2016-07-12T17:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: VBscript - how to create a Generic list of type string</title>
      <link>https://community.qlik.com/t5/QlikView/VBscript-how-to-create-a-Generic-list-of-type-string/m-p/1137988#M1237280</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 get indeed an error in the QV VBscript editor telling me that it is not possible to use&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; CreateObject() which required the use of ActiveX.&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;Is there a way to simulate the content of an generic list of type String? In any other format that i can create in the VB script? I only need to pass the first occurrence of this list.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 19:05:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBscript-how-to-create-a-Generic-list-of-type-string/m-p/1137988#M1237280</guid>
      <dc:creator />
      <dc:date>2016-07-12T19:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: VBscript - how to create a Generic list of type string</title>
      <link>https://community.qlik.com/t5/QlikView/VBscript-how-to-create-a-Generic-list-of-type-string/m-p/1137989#M1237281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think with a ListOfStrings is an array meant, maybe something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a = ActiveDocument.Variables("vCall1").getcontent.string&lt;/P&gt;&lt;P&gt;b = ActiveDocument.Variables("vCall2").getcontent.string&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c = array(a, b)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2016 05:19:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBscript-how-to-create-a-Generic-list-of-type-string/m-p/1137989#M1237281</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-07-13T05:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: VBscript - how to create a Generic list of type string</title>
      <link>https://community.qlik.com/t5/QlikView/VBscript-how-to-create-a-Generic-list-of-type-string/m-p/1137990#M1237282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's the big issue: &lt;STRONG&gt;a generic list of type String is not a normal Array&lt;/STRONG&gt;. So this is not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2016 19:37:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBscript-how-to-create-a-Generic-list-of-type-string/m-p/1137990#M1237282</guid>
      <dc:creator />
      <dc:date>2016-07-13T19:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: VBscript - how to create a Generic list of type string</title>
      <link>https://community.qlik.com/t5/QlikView/VBscript-how-to-create-a-Generic-list-of-type-string/m-p/1137991#M1237283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Searching further on the forum, gives me this piece of information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not an object that's specifically a part of the API code - it's .NET behavior. You haven't defined that generic object lists should be of the type List&amp;lt;&amp;gt;, but Array[]. Array[] does not have .Add, but List&amp;lt;&amp;gt; does.&lt;/P&gt;&lt;P&gt;If you got to the Solution Explorer &amp;gt; (Project) &amp;gt; Services References &amp;gt; (QMS backend) &amp;gt; right click &amp;gt; Service Reference Settings.. &amp;gt; Collection type. Set this to "System.Collections.Generic.List" instead. You might need to re-build the solution for this (Ctrl+Shift+B).&lt;/P&gt;&lt;P&gt;You could as well use Array[] if you are more comfortable with that, but in my opinion it will only limit usage of API object lists, since List&amp;lt;&amp;gt; is a very powerful enumerable collection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found this information in the following post:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/104179"&gt;QVS API Support&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if I understood this information correctly, it looks like that you need to change a setting on the server to make working with generic lists possible. If this is true, can someone please tell me exactly what I need to change? And where i can find this setting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2016 20:33:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBscript-how-to-create-a-Generic-list-of-type-string/m-p/1137991#M1237283</guid>
      <dc:creator />
      <dc:date>2016-07-13T20:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: VBscript - how to create a Generic list of type string</title>
      <link>https://community.qlik.com/t5/QlikView/VBscript-how-to-create-a-Generic-list-of-type-string/m-p/1137992#M1237284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that this meant, that's not possible to use vbs for this and that you need to use visual studio like described here: &lt;A href="https://community.qlik.com/docs/DOC-3024"&gt;Using EDX in QlikView 11 - basic example&lt;/A&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>Thu, 14 Jul 2016 07:52:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBscript-how-to-create-a-Generic-list-of-type-string/m-p/1137992#M1237284</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-07-14T07:52:44Z</dc:date>
    </item>
  </channel>
</rss>

