<?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 How to concatenate two field while reading it from ini in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-concatenate-two-field-while-reading-it-from-ini/m-p/237134#M714368</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;It was a excellent work. Full credits to you. But I am not able to understand how your script works. I had gone through tutorial also but I am not able understand how it works. Will be thankful to you if you can explain me the script line by line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 May 2010 10:53:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-05-11T10:53:08Z</dc:date>
    <item>
      <title>How to concatenate two field while reading it from ini</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-concatenate-two-field-while-reading-it-from-ini/m-p/237132#M714366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Can some one please help me to me to concatenate two field while reading it from ini.&lt;/P&gt;&lt;P&gt;In the attached document I have managed to read "PS01" from STR=PS01 which is there in the ini. Now what i want is read "2009" from Year=2009 which is there in the ini. Concatenate both and show it as PS012009 in mypath which is there in the document.&lt;/P&gt;&lt;P&gt;I know it is very simple. But not getting any idea how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 May 2010 07:48:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-concatenate-two-field-while-reading-it-from-ini/m-p/237132#M714366</guid>
      <dc:creator />
      <dc:date>2010-05-11T07:48:13Z</dc:date>
    </item>
    <item>
      <title>How to concatenate two field while reading it from ini</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-concatenate-two-field-while-reading-it-from-ini/m-p/237133#M714367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;MyInifile:&lt;BR /&gt;LOAD&lt;BR /&gt; MID(@1, INDEX(@1, '=') + 1) AS DataIn&lt;BR /&gt;FROM&lt;BR /&gt; &lt;C&gt; (txt, codepage is 1252, no labels, delimiter is '\t', msq)&lt;BR /&gt;WHERE&lt;BR /&gt; LEFT(@1, 4) = 'STR=' OR&lt;BR /&gt; LEFT(@1, 5) = 'Year='&lt;BR /&gt;;&lt;BR /&gt;AsAField:&lt;BR /&gt;LOAD FieldValue('DataIn', 1) &amp;amp; FieldValue('DataIn', 2) AS MyPath RESIDENT MyInifile;&lt;BR /&gt;AsAVariable:&lt;BR /&gt;LET varMyPath = FieldValue('DataIn', 1) &amp;amp; FieldValue('DataIn', 2);&lt;BR /&gt;&lt;/C&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 May 2010 10:06:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-concatenate-two-field-while-reading-it-from-ini/m-p/237133#M714367</guid>
      <dc:creator />
      <dc:date>2010-05-11T10:06:30Z</dc:date>
    </item>
    <item>
      <title>How to concatenate two field while reading it from ini</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-concatenate-two-field-while-reading-it-from-ini/m-p/237134#M714368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;It was a excellent work. Full credits to you. But I am not able to understand how your script works. I had gone through tutorial also but I am not able understand how it works. Will be thankful to you if you can explain me the script line by line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 May 2010 10:53:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-concatenate-two-field-while-reading-it-from-ini/m-p/237134#M714368</guid>
      <dc:creator />
      <dc:date>2010-05-11T10:53:08Z</dc:date>
    </item>
  </channel>
</rss>

