<?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 to export with variable in the documentname in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/VBscript-to-export-with-variable-in-the-documentname/m-p/260409#M708949</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YOU CANT UNDESTAND HOW GREAT YOU ARE!..... WONDERFUL POST! IT'S OXIGEN TO ALL MY WEEK!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Mar 2013 11:17:30 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-03-08T11:17:30Z</dc:date>
    <item>
      <title>VBscript to export with variable in the documentname</title>
      <link>https://community.qlik.com/t5/QlikView/VBscript-to-export-with-variable-in-the-documentname/m-p/260403#M708943</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 understand how to export a table to excel by using a macro (vbscript).&lt;/P&gt;&lt;P&gt;I used the next script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sub mutaties_save&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set mut = ActiveDocument.GetSheetObject("TB01")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mut.Export "C:\Users\Demo\test.qvd",","&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this script the document is saved every time with the same name: Test.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I use a field name in the Table as variable in the name of document that´s been saved with the script and the value that´s been seelcted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;Table first field name is ClientID&lt;/P&gt;&lt;P&gt;The client ID that´s been selected is: 55&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What script do I use to make sure the document is saven woth the name: Test_ClientID_55.qvd?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Paul &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2011 08:59:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBscript-to-export-with-variable-in-the-documentname/m-p/260403#M708943</guid>
      <dc:creator />
      <dc:date>2011-09-14T08:59:46Z</dc:date>
    </item>
    <item>
      <title>VBscript to export with variable in the documentname</title>
      <link>https://community.qlik.com/t5/QlikView/VBscript-to-export-with-variable-in-the-documentname/m-p/260404#M708944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Hi Paul,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Please can you post whatever you have done so far? I can try to workout an example for you.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Cheers - DV&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2011 14:54:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBscript-to-export-with-variable-in-the-documentname/m-p/260404#M708944</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2011-09-14T14:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: VBscript to export with variable in the documentname</title>
      <link>https://community.qlik.com/t5/QlikView/VBscript-to-export-with-variable-in-the-documentname/m-p/260405#M708945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi DV,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;Hereby the qv document, if that´s what you mean.&lt;/P&gt;&lt;P&gt;It is a demo to try things out so it has dummy data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to try is to export a table by using a macro.&lt;/P&gt;&lt;P&gt;The table has an input field which will also be exported so new data can be used in the new upload&lt;/P&gt;&lt;P&gt;Every export must have a unique number so therefore the field in the first column can be used, that´s the customerID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The purpose was to export the table with the name: mutaties_CustomerID_.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the edit module you see some things I tried but unfortunately with no success&lt;/P&gt;&lt;P&gt;I hope you can help me out.&lt;/P&gt;&lt;P&gt;Thank so far&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul van Gool&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2011 19:05:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBscript-to-export-with-variable-in-the-documentname/m-p/260405#M708945</guid>
      <dc:creator />
      <dc:date>2011-09-14T19:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: VBscript to export with variable in the documentname</title>
      <link>https://community.qlik.com/t5/QlikView/VBscript-to-export-with-variable-in-the-documentname/m-p/260406#M708946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;Hi Paul,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;I am attaching the QV file with the VB Script. I am assuming this is what you need. Please let me know if you have any further questions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;Here is the code and explanation :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;__________________________________________________________________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline; color: #993300;"&gt;&lt;STRONG style="font-family: trebuchet ms,geneva;"&gt;Code:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;Sub mutatie_Save()&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim MyUnique_CustomerID&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set v = ActiveDocument.Variables("vMyFieldName")&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MyUnique_CustomerID = v.GetContent.String&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set mut = ActiveDocument.GetSheetObject("TB01") &lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mut.Export "C:\Users\deepak.vadithala\Desktop\All\Test\CustomerID_" &amp;amp; MyUnique_CustomerID &amp;amp;".qvd",";" &lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;End Sub&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;__________________________________________________________________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993300;"&gt;&lt;STRONG style=": ; font-family: trebuchet ms,geneva; text-decoration: underline;"&gt;Step 1 : Capture the current selection the CustomerID field within QlikView environment&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993300;"&gt;&lt;STRONG style=": ; font-family: trebuchet ms,geneva; text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;Instead of using the GetCurrentSelections type of functions, I have used the below function :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #800080;"&gt;&lt;STRONG style="font-family: trebuchet ms,geneva;"&gt;=Only({$} CustomerID)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;This returns the CustomerID on each selection. Irrespective of whether you are &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;explicitly&lt;/SPAN&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;selecting the CustomerID or selecting a &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;associated&lt;/SPAN&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;field.&lt;SPAN style="color: #800080;"&gt;&lt;STRONG&gt;&lt;EM&gt; I am assuming that CustomerID is the key field with unique values&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;. Then I am assigning the above &lt;SPAN style="color: #800080;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;Only()&lt;/STRONG&gt;&lt;/SPAN&gt; function to a QV variable. Because we wanted to evaluate this function everytime QV engine is calculated. This way we are making sure...we are capturing the current selection of CustomerID field.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;__________________________________________________________________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993300; text-decoration: underline;"&gt;&lt;STRONG style="font-family: trebuchet ms,geneva;"&gt;Step 2 : Using the vMyFieldName variable in the VB Script&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993300; text-decoration: underline;"&gt;&lt;STRONG style="font-family: trebuchet ms,geneva;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;We need to call the QV variable - vMyFieldName in to VB Script to get the contents of this variable. So I have used the GetContent method which returns a string value. Please note there is difference between GetContent and GetRawContent. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #800080; font-family: trebuchet ms,geneva;"&gt;GetContent will return the CustomerID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #800080; font-family: trebuchet ms,geneva;"&gt;GetRawContent will return the expression i,e. =Only({$} CustomerID)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;__________________________________________________________________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline; color: #993300;"&gt;&lt;STRONG style="font-family: trebuchet ms,geneva;"&gt;Step 3 : Assign the QV Variable to VB Script Variable&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;Now we are assinging the QV Variable - vMyFieldName content to the VB Script Variable to MyUnique_CustomerID. And this VB Script Variable is used concatenated with the "CustomerID_" string to get the unique value.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;__________________________________________________________________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;I hope this makes sense.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;Cheers - DV&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2011 09:52:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBscript-to-export-with-variable-in-the-documentname/m-p/260406#M708946</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2011-09-15T09:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: VBscript to export with variable in the documentname</title>
      <link>https://community.qlik.com/t5/QlikView/VBscript-to-export-with-variable-in-the-documentname/m-p/260407#M708947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi DV&lt;/P&gt;&lt;P&gt;Great, thanks, it works perfect!&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2011 12:03:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBscript-to-export-with-variable-in-the-documentname/m-p/260407#M708947</guid>
      <dc:creator />
      <dc:date>2011-09-15T12:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: VBscript to export with variable in the documentname</title>
      <link>https://community.qlik.com/t5/QlikView/VBscript-to-export-with-variable-in-the-documentname/m-p/260408#M708948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;Hi Paul,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;I am happy to know that. Please can you mark this thread answered?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;Thanks,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;DV&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2011 13:12:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBscript-to-export-with-variable-in-the-documentname/m-p/260408#M708948</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2011-09-15T13:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: VBscript to export with variable in the documentname</title>
      <link>https://community.qlik.com/t5/QlikView/VBscript-to-export-with-variable-in-the-documentname/m-p/260409#M708949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YOU CANT UNDESTAND HOW GREAT YOU ARE!..... WONDERFUL POST! IT'S OXIGEN TO ALL MY WEEK!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2013 11:17:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBscript-to-export-with-variable-in-the-documentname/m-p/260409#M708949</guid>
      <dc:creator />
      <dc:date>2013-03-08T11:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: VBscript to export with variable in the documentname</title>
      <link>https://community.qlik.com/t5/QlikView/VBscript-to-export-with-variable-in-the-documentname/m-p/260410#M708950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Happy to know this was helpful. Many thanks for the encouraging words. Please check my blog for more tutorials...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;A href="http://www.QlikShare.com"&gt;www.QlikShare.com&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Cheers,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DV&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2013 15:35:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBscript-to-export-with-variable-in-the-documentname/m-p/260410#M708950</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2013-03-08T15:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: VBscript to export with variable in the documentname</title>
      <link>https://community.qlik.com/t5/QlikView/VBscript-to-export-with-variable-in-the-documentname/m-p/260411#M708951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, i have a new question for You!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;I would like to obtein the following result from a concat function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;FIELDCONCATENATED ----&amp;gt; 'field(i)','field(i+1)','field(i+2)',...,'field(n)'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;ex:&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;'1/1/8','2/6/90','4/14/45'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;i'm not able to concatenate the:&amp;nbsp;&amp;nbsp; '&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;I need this solution, because i'm tring to update in a dinamic way the result of a MATCH function, without changing the script (but only a variable in an input box and adding a line in an excel document)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;FOR THE MOMENT MY MATCH CONDITION IS THE FOLLOWING:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(MATCH(fieldP,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'P6/0/0', &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'P5/0/0', &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ETC....&lt;SPAN style="font-size: 10pt;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'25/2.5/0I'),&lt;/P&gt;&lt;P&gt;'fieldP is present','change'))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;AND I WOULD LIKE THIS:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(MATCH(fieldP,FIELDCONCATENATED&lt;SPAN style="font-size: 10pt;"&gt;),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;'fieldP is present','change'))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Therefore if it will be necessary to add a new fieldP in the excel, I don't need to open the script!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;I wanted to explain this becase if you have another way of thinking should be great!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Thank You !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 12:51:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBscript-to-export-with-variable-in-the-documentname/m-p/260411#M708951</guid>
      <dc:creator />
      <dc:date>2013-03-14T12:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: VBscript to export with variable in the documentname</title>
      <link>https://community.qlik.com/t5/QlikView/VBscript-to-export-with-variable-in-the-documentname/m-p/1756575#M708952</link>
      <description>&lt;P&gt;This is nice, just helped me, thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2020 08:54:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBscript-to-export-with-variable-in-the-documentname/m-p/1756575#M708952</guid>
      <dc:creator>FakeJupiter</dc:creator>
      <dc:date>2020-10-28T08:54:11Z</dc:date>
    </item>
  </channel>
</rss>

