<?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: How to modify my script , When i need change my raw data file name,I don't need to edit QV script ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-modify-my-script-When-i-need-change-my-raw-data-file-name/m-p/1238963#M625054</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you go. Make sure that the fileName in Your Excel have the same name as they have from where you fetch them.&lt;/P&gt;&lt;P&gt;Q_Payment_TPO is just a dummy from my side. &lt;/P&gt;&lt;P&gt;Start to add all FileName in Excel then just run the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jan 2017 12:42:26 GMT</pubDate>
    <dc:creator>stabben23</dc:creator>
    <dc:date>2017-01-12T12:42:26Z</dc:date>
    <item>
      <title>How to modify my script , When i need change my raw data file name,I don't need to edit QV script ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-modify-my-script-When-i-need-change-my-raw-data-file-name/m-p/1238958#M625049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi All&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I got the script from Staffan , May i know how to modify the below script , so that when i change the raw data file name , i can change it at excel file , with out open and edit QVW file.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; set vFile1 = '$(vRAWPath)Q_Payment_KL';&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; SET vFile2 = '$(vRAWPath)Q_Payment_Penang';&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; SET vFile3 = '$(vRAWPath)Q_Payment_TID';&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Meaning the above script need to change. so that it will refer to XLS file for file name..&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Hope some one can share with me how to do it ?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thank.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;SET vDevelopment = 30;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;IF $(vDevelopment) = 0 THEN&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;ELSEIF $(vDevelopment) = 30 THEN&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; SET vRAWPath = 'C:\TEST\'; //local folder&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt; //==============Hardcodedlist====================&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; LET vNoOfFiles=3;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; set vFile1 = '$(vRAWPath)Q_Payment_KL';&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; SET vFile2 = '$(vRAWPath)Q_Payment_Penang';&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; SET vFile3 = '$(vRAWPath)Q_Payment_TID';&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt; //============================================ &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; else&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;END IF&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;for i =1 to vNoOfFiles&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;For each vFileName in FileList('$(vRAWPath)*.txt')&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;if(subfield('$(vFileName)','.',1) = '$(vFile$(i))') then&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;ARSummary:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD left(FileBaseName(), 4) AS Report5_pay,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; FileBaseName() as SOURCE,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; @1:9T as [cust_id],&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; @10:38T as [company_pay],&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; if(right(@81:99T,1)='-', '-' &amp;amp; left(@81:99T, len(@81:99T)-1),@81:99T) as curren&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;FROM "$(vFileName)" (ansi, fix, no labels, header is 0, record is line);&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;endif &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Next vFileName&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;next i&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 11:22:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-modify-my-script-When-i-need-change-my-raw-data-file-name/m-p/1238958#M625049</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2017-01-12T11:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify my script , When i need change my raw data file name,I don't need to edit QV script ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-modify-my-script-When-i-need-change-my-raw-data-file-name/m-p/1238959#M625050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my QVW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 11:22:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-modify-my-script-When-i-need-change-my-raw-data-file-name/m-p/1238959#M625050</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2017-01-12T11:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify my script , When i need change my raw data file name,I don't need to edit QV script ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-modify-my-script-When-i-need-change-my-raw-data-file-name/m-p/1238960#M625051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need to self find a way to sort the files out, we cant help you with that.&lt;/P&gt;&lt;P&gt;Why do you want thoose 3 you have right now for ex? what is the unique with the files you want to load?&lt;/P&gt;&lt;P&gt;And you dont need to start a New thread for all "fix" in the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 11:42:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-modify-my-script-When-i-need-change-my-raw-data-file-name/m-p/1238960#M625051</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-01-12T11:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify my script , When i need change my raw data file name,I don't need to edit QV script ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-modify-my-script-When-i-need-change-my-raw-data-file-name/m-p/1238961#M625052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Staffan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for teach me the correct approach. I will try myself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I want to develop the script and in case file name change , user can manage by themself. Also for develop stage I can change the file name with out touch the script directory section . As it will be very Long list of file , using excel is easy maintenance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Okay I will not start New thread in future also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul Yeo&lt;/P&gt;&lt;P&gt;DIrector&lt;/P&gt;&lt;P&gt;TDS Technology (S) P/L&lt;/P&gt;&lt;P&gt;Whatsapp +659:261804&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 11:54:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-modify-my-script-When-i-need-change-my-raw-data-file-name/m-p/1238961#M625052</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2017-01-12T11:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify my script , When i need change my raw data file name,I don't need to edit QV script ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-modify-my-script-When-i-need-change-my-raw-data-file-name/m-p/1238962#M625053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can change the script so you can use an Excel list instead. You still need to add New filenames in excellist but not in script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 12:17:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-modify-my-script-When-i-need-change-my-raw-data-file-name/m-p/1238962#M625053</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-01-12T12:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify my script , When i need change my raw data file name,I don't need to edit QV script ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-modify-my-script-When-i-need-change-my-raw-data-file-name/m-p/1238963#M625054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you go. Make sure that the fileName in Your Excel have the same name as they have from where you fetch them.&lt;/P&gt;&lt;P&gt;Q_Payment_TPO is just a dummy from my side. &lt;/P&gt;&lt;P&gt;Start to add all FileName in Excel then just run the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 12:42:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-modify-my-script-When-i-need-change-my-raw-data-file-name/m-p/1238963#M625054</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-01-12T12:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify my script , When i need change my raw data file name,I don't need to edit QV script ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-modify-my-script-When-i-need-change-my-raw-data-file-name/m-p/1238964#M625055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steffan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wow you are very fast . Take you about 20 mins , For me i need to take may be 20 days.&lt;/P&gt;&lt;P&gt;As i ready don't know where to start. Appreciated very much. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 12:54:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-modify-my-script-When-i-need-change-my-raw-data-file-name/m-p/1238964#M625055</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2017-01-12T12:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify my script , When i need change my raw data file name,I don't need to edit QV script ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-modify-my-script-When-i-need-change-my-raw-data-file-name/m-p/1238965#M625056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great Paul,&lt;/P&gt;&lt;P&gt;if you work as an consultant you will earn a lot of more Money than me, 20 days against 20 min &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 12:59:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-modify-my-script-When-i-need-change-my-raw-data-file-name/m-p/1238965#M625056</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-01-12T12:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify my script , When i need change my raw data file name,I don't need to edit QV script ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-modify-my-script-When-i-need-change-my-raw-data-file-name/m-p/1238966#M625057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hahahahah &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 13:00:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-modify-my-script-When-i-need-change-my-raw-data-file-name/m-p/1238966#M625057</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-12T13:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify my script , When i need change my raw data file name,I don't need to edit QV script ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-modify-my-script-When-i-need-change-my-raw-data-file-name/m-p/1238967#M625058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Staffan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for started new thread. ( Some people alway ask me start new thread , may be they want more point ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/246069"&gt;After i add SET vInputPath = 'C:\TEST\EXCEL'; I get error msg unable to open my excel file.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to have diff folder to keep the excel file , as i don't want to mix raw data file and excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above link i have the detail info which i try but it does not work. Hope you can let me know where the issue ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again thank you for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 07:17:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-modify-my-script-When-i-need-change-my-raw-data-file-name/m-p/1238967#M625058</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2017-01-13T07:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify my script , When i need change my raw data file name,I don't need to edit QV script ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-modify-my-script-When-i-need-change-my-raw-data-file-name/m-p/1238968#M625059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the pathname where you want to keep Your excellist?&lt;/P&gt;&lt;P&gt;I'll help, because if you change path scriptline&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;if(subfield('$(vFileName)','.',1) = '$(vRAWPath)$(vFile)') then&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;need to be modified&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 07:22:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-modify-my-script-When-i-need-change-my-raw-data-file-name/m-p/1238968#M625059</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-01-13T07:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify my script , When i need change my raw data file name,I don't need to edit QV script ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-modify-my-script-When-i-need-change-my-raw-data-file-name/m-p/1238969#M625060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Staffan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right now RawDate folder equal C:\TEST\&lt;/P&gt;&lt;P&gt;For Excel file I want to save at folder C:\TEST\EXCEL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is possible to make dynamic , because when I implement the project , I will save at Dropbox. Now for testing purpose pls use SET Path name , so I can change any time I like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul Yeo&lt;/P&gt;&lt;P&gt;DIrector&lt;/P&gt;&lt;P&gt;TDS Technology (S) P/L&lt;/P&gt;&lt;P&gt;Whatsapp +659:261804&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 07:35:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-modify-my-script-When-i-need-change-my-raw-data-file-name/m-p/1238969#M625060</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2017-01-13T07:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify my script , When i need change my raw data file name,I don't need to edit QV script ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-modify-my-script-When-i-need-change-my-raw-data-file-name/m-p/1238970#M625061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you should now be able to move Your files around and just rename the path, some scriptchanges is done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;SET&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vExcelPath&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'C:\TEST\EXCEL\'; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;SET&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vRAWPath&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'C:\TEST\'; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 08:03:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-modify-my-script-When-i-need-change-my-raw-data-file-name/m-p/1238970#M625061</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-01-13T08:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify my script , When i need change my raw data file name,I don't need to edit QV script ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-modify-my-script-When-i-need-change-my-raw-data-file-name/m-p/1238971#M625062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Staffan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much it work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next I need to recode SOURCE field. Now is using file name. Do you know how to recode in load script ? So that SOURCE field will display Q_Payment_KL TO KL etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you can advise me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul Yeo&lt;/P&gt;&lt;P&gt;DIrector&lt;/P&gt;&lt;P&gt;TDS Technology (S) P/L&lt;/P&gt;&lt;P&gt;Whatsapp +659:261804&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 08:52:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-modify-my-script-When-i-need-change-my-raw-data-file-name/m-p/1238971#M625062</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2017-01-13T08:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify my script , When i need change my raw data file name,I don't need to edit QV script ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-modify-my-script-When-i-need-change-my-raw-data-file-name/m-p/1238972#M625063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you mean that SOURCE should contain only the suffix like KL, HY, TPO, ofcource I can do that.&lt;/P&gt;&lt;P&gt;But one thing need to be known first, Is the name of the file always "Q_Payment_&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;whatever&lt;/STRONG&gt;&lt;/SPAN&gt;"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 09:10:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-modify-my-script-When-i-need-change-my-raw-data-file-name/m-p/1238972#M625063</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-01-13T09:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify my script , When i need change my raw data file name,I don't need to edit QV script ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-modify-my-script-When-i-need-change-my-raw-data-file-name/m-p/1238973#M625064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Staffan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes file name alway same. Never change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example Q_Payment_KL Alway same but recode to KL Or TKL allow to change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul Yeo&lt;/P&gt;&lt;P&gt;DIrector&lt;/P&gt;&lt;P&gt;TDS Technology (S) P/L&lt;/P&gt;&lt;P&gt;Whatsapp +659:261804&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 09:14:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-modify-my-script-When-i-need-change-my-raw-data-file-name/m-p/1238973#M625064</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2017-01-13T09:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify my script , When i need change my raw data file name,I don't need to edit QV script ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-modify-my-script-When-i-need-change-my-raw-data-file-name/m-p/1238974#M625065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In case you need the suffix after the second&amp;nbsp; '_' in Your filename, this is what you have to change in Your script:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;subfield&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FileBaseName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(),'_',-1) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;SOURCE &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 09:14:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-modify-my-script-When-i-need-change-my-raw-data-file-name/m-p/1238974#M625065</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-01-13T09:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify my script , When i need change my raw data file name,I don't need to edit QV script ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-modify-my-script-When-i-need-change-my-raw-data-file-name/m-p/1238975#M625066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H4&gt;Then &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;subfield&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FileBaseName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(),'_',-1) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;SOURCE &lt;SPAN style="color: #000000; font-size: 10pt;"&gt;is the answer&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 09:21:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-modify-my-script-When-i-need-change-my-raw-data-file-name/m-p/1238975#M625066</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-01-13T09:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify my script , When i need change my raw data file name,I don't need to edit QV script ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-modify-my-script-When-i-need-change-my-raw-data-file-name/m-p/1238976#M625067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understand what you said , use subfield not allow me to change the name I want , as filename is fix , it will pick the first few character of file name and not flexible . I&lt;/P&gt;&lt;P&gt;prefer to use Mapping cannot because SOURCE field not created yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If no choice I will use the partial reload to recode the name with Mapping. So that in future I can change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul Yeo&lt;/P&gt;&lt;P&gt;DIrector&lt;/P&gt;&lt;P&gt;TDS Technology (S) P/L&lt;/P&gt;&lt;P&gt;Whatsapp +659:26180&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 09:22:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-modify-my-script-When-i-need-change-my-raw-data-file-name/m-p/1238976#M625067</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2017-01-13T09:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify my script , When i need change my raw data file name,I don't need to edit QV script ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-modify-my-script-When-i-need-change-my-raw-data-file-name/m-p/1238977#M625068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmm, I dont really understand you now. can you elaborate a little bit more what you want to achieve here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 09:28:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-modify-my-script-When-i-need-change-my-raw-data-file-name/m-p/1238977#M625068</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-01-13T09:28:24Z</dc:date>
    </item>
  </channel>
</rss>

