<?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 Merging 2 fields together in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Merging-2-fields-together/m-p/291132#M1203187</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi XXX, Thanks for your reply.&lt;/P&gt;&lt;P&gt;Attached is my QVW.&lt;/P&gt;&lt;P&gt;In the load script i want to join together:&lt;/P&gt;&lt;P&gt;TABLE: storestockmovement (This has a join to another table and is called 'StockMovementSales')&lt;/P&gt;&lt;P&gt;FIELD: Narrative&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;TABLE: StoreReasonCode&lt;/P&gt;&lt;P&gt;FIELD: [Stk Adj Reason] (Which is a renamed field. If this can't be done then instead of [Stk Adj Reason], use ReasonDescription&lt;/P&gt;&lt;P&gt;and i would like to call the joined field 'Adj Reason'&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Nov 2010 14:08:58 GMT</pubDate>
    <dc:creator>hopkinsc</dc:creator>
    <dc:date>2010-11-29T14:08:58Z</dc:date>
    <item>
      <title>Merging 2 fields together</title>
      <link>https://community.qlik.com/t5/QlikView/Merging-2-fields-together/m-p/291123#M1203178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, i am trying to merge 2 fields together. and call it [Stock Movement Reason]&lt;/P&gt;&lt;P&gt;the fields are:&lt;/P&gt;&lt;P&gt;ModifiedNarrative&lt;BR /&gt;[Stock Adj Reason].&lt;/P&gt;&lt;P&gt;An example of the data within each field is&lt;/P&gt;&lt;P&gt;ModifiedNarrative&lt;BR /&gt;STK Ordering&lt;BR /&gt;STK Goods Received&lt;BR /&gt;STK Adjustment&lt;/P&gt;&lt;P&gt;Stock Adj Reason&lt;BR /&gt;P/O Manual&lt;BR /&gt;P/O Picco&lt;BR /&gt;Waste Manual&lt;BR /&gt;Waste Picco&lt;/P&gt;&lt;P&gt;I want to combine them to make one list&lt;BR /&gt;STK Ordering&lt;BR /&gt;STK Goods Received&lt;BR /&gt;STK Adjustment&lt;BR /&gt;P/O Manual&lt;BR /&gt;P/O Picco&lt;BR /&gt;Waste Manual&lt;BR /&gt;Waste Picco&lt;/P&gt;&lt;P&gt;Can anyone help me to do this please?&lt;BR /&gt;Thanks very much&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Nov 2010 12:37:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merging-2-fields-together/m-p/291123#M1203178</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2010-11-26T12:37:01Z</dc:date>
    </item>
    <item>
      <title>Merging 2 fields together</title>
      <link>https://community.qlik.com/t5/QlikView/Merging-2-fields-together/m-p/291124#M1203179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any help on this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Nov 2010 13:10:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merging-2-fields-together/m-p/291124#M1203179</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2010-11-26T13:10:08Z</dc:date>
    </item>
    <item>
      <title>Merging 2 fields together</title>
      <link>https://community.qlik.com/t5/QlikView/Merging-2-fields-together/m-p/291125#M1203180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;It can be done through Concatenate option.&lt;/P&gt;&lt;P&gt;Please refer the attached file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Nov 2010 13:16:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merging-2-fields-together/m-p/291125#M1203180</guid>
      <dc:creator />
      <dc:date>2010-11-26T13:16:27Z</dc:date>
    </item>
    <item>
      <title>Merging 2 fields together</title>
      <link>https://community.qlik.com/t5/QlikView/Merging-2-fields-together/m-p/291126#M1203181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thanks for your reply,&lt;/P&gt;&lt;P&gt;Here is my script.&lt;/P&gt;&lt;P&gt;LOAD StoreNumber,&lt;BR /&gt; StoreDate,&lt;BR /&gt; [Stock Movement Reason Code],&lt;BR /&gt; // ProductCode,&lt;BR /&gt; EANCode AS EAN,&lt;BR /&gt; // IssueNumber,&lt;BR /&gt; // CommodityGroup,&lt;BR /&gt; EmployeeId,&lt;BR /&gt; Narrative AS ReasonDescription,&lt;BR /&gt; StockQty,&lt;BR /&gt; StockValue,&lt;BR /&gt; LinesAffected,&lt;BR /&gt; CostValueDiff,&lt;BR /&gt; RSPValueDiff,&lt;BR /&gt; StoreTime,&lt;BR /&gt; %LkStoreReasonCode,&lt;BR /&gt; if(wildmatch(Narrative,'Goods*')&amp;gt;0,'GRN (Completed)',&lt;BR /&gt; if(wildmatch(Narrative,'Stock*')&amp;gt;0,'STKVAR Stock Checking',&lt;BR /&gt; if(wildmatch(Narrative,'Ordering*')&amp;gt;0,'STKADJ Ordering Screen',&lt;BR /&gt; if(wildmatch(Narrative,'Order Main*')&amp;gt;0,'STKADJ Order Maintenance')))) as ModifiedNarrative&lt;BR /&gt;&lt;BR /&gt; FROM $(cFileName) (qvd);&lt;/P&gt;&lt;P&gt;ENDIF&lt;/P&gt;&lt;P&gt;SET cFileName = $(RetailPath)StoreReasonCode.qvd;&lt;BR /&gt;IF QvdCreateTime('$(cFileName)') &amp;gt;= 0 THEN&lt;/P&gt;&lt;P&gt;StoreReasonCode:&lt;BR /&gt; Join LOAD [Stock Movement Reason Code],&lt;BR /&gt; ReasonDescription,&lt;BR /&gt; ReasonDescription &amp;amp; ' - ' &amp;amp; [Stock Movement Reason Code] AS [Stock Adj Reason]&lt;BR /&gt;&lt;BR /&gt; FROM $(cFileName) (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ModifiedNarrative is on the last line of the 1st table and Stock Adj Reason is the last field of the 2nd table.&lt;/P&gt;&lt;P&gt;How would i write this into the script please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Nov 2010 13:35:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merging-2-fields-together/m-p/291126#M1203181</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2010-11-26T13:35:22Z</dc:date>
    </item>
    <item>
      <title>Merging 2 fields together</title>
      <link>https://community.qlik.com/t5/QlikView/Merging-2-fields-together/m-p/291127#M1203182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please share your QVW file.....&lt;/P&gt;&lt;P&gt;Also you can refer the &lt;STRONG&gt;concatenate&lt;/STRONG&gt; section in the reference manual.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Nov 2010 13:48:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merging-2-fields-together/m-p/291127#M1203182</guid>
      <dc:creator />
      <dc:date>2010-11-26T13:48:09Z</dc:date>
    </item>
    <item>
      <title>Merging 2 fields together</title>
      <link>https://community.qlik.com/t5/QlikView/Merging-2-fields-together/m-p/291128#M1203183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Within your scipt you merge two table with JOIN-command on one keyfield.&lt;BR /&gt;Further calculations (like the required concatenation) have then to be done by creating a new table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Table1: LOAD Key, Field1.... FROM ....;&lt;BR /&gt;JOIN (Table1) LOAD Key, Field2 .... FROM ....;&lt;BR /&gt;NewTable: LOAD Field1&amp;amp;Field2, ... RESIDENT Table1;&lt;BR /&gt;DROP TABLE Table1;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;HTH&lt;BR /&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Nov 2010 09:29:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merging-2-fields-together/m-p/291128#M1203183</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2010-11-27T09:29:11Z</dc:date>
    </item>
    <item>
      <title>Merging 2 fields together</title>
      <link>https://community.qlik.com/t5/QlikView/Merging-2-fields-together/m-p/291129#M1203184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter, thanks for your reply.&lt;/P&gt;&lt;P&gt;Is there any chance you could post a sample of what you mean, I have tried doing what you have said but it keeps failing...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Nov 2010 10:20:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merging-2-fields-together/m-p/291129#M1203184</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2010-11-29T10:20:33Z</dc:date>
    </item>
    <item>
      <title>Merging 2 fields together</title>
      <link>https://community.qlik.com/t5/QlikView/Merging-2-fields-together/m-p/291130#M1203185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone have an example of this please??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Nov 2010 12:11:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merging-2-fields-together/m-p/291130#M1203185</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2010-11-29T12:11:34Z</dc:date>
    </item>
    <item>
      <title>Merging 2 fields together</title>
      <link>https://community.qlik.com/t5/QlikView/Merging-2-fields-together/m-p/291131#M1203186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please share your QVW file...............&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Nov 2010 13:56:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merging-2-fields-together/m-p/291131#M1203186</guid>
      <dc:creator />
      <dc:date>2010-11-29T13:56:33Z</dc:date>
    </item>
    <item>
      <title>Merging 2 fields together</title>
      <link>https://community.qlik.com/t5/QlikView/Merging-2-fields-together/m-p/291132#M1203187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi XXX, Thanks for your reply.&lt;/P&gt;&lt;P&gt;Attached is my QVW.&lt;/P&gt;&lt;P&gt;In the load script i want to join together:&lt;/P&gt;&lt;P&gt;TABLE: storestockmovement (This has a join to another table and is called 'StockMovementSales')&lt;/P&gt;&lt;P&gt;FIELD: Narrative&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;TABLE: StoreReasonCode&lt;/P&gt;&lt;P&gt;FIELD: [Stk Adj Reason] (Which is a renamed field. If this can't be done then instead of [Stk Adj Reason], use ReasonDescription&lt;/P&gt;&lt;P&gt;and i would like to call the joined field 'Adj Reason'&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Nov 2010 14:08:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merging-2-fields-together/m-p/291132#M1203187</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2010-11-29T14:08:58Z</dc:date>
    </item>
    <item>
      <title>Merging 2 fields together</title>
      <link>https://community.qlik.com/t5/QlikView/Merging-2-fields-together/m-p/291133#M1203188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone help with this please??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Nov 2010 17:06:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merging-2-fields-together/m-p/291133#M1203188</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2010-11-29T17:06:53Z</dc:date>
    </item>
    <item>
      <title>Merging 2 fields together</title>
      <link>https://community.qlik.com/t5/QlikView/Merging-2-fields-together/m-p/291134#M1203190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone on today that can help please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 12:51:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merging-2-fields-together/m-p/291134#M1203190</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2010-11-30T12:51:34Z</dc:date>
    </item>
    <item>
      <title>Merging 2 fields together</title>
      <link>https://community.qlik.com/t5/QlikView/Merging-2-fields-together/m-p/291135#M1203193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi hopkinsc,&lt;/P&gt;&lt;P&gt;I am not able to run the code using ur QVW file since there is no datasource but still u can run the code and check .It will create one more table with similar StoreReasonCode with one additinoal column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-style: italic"&gt;StoreReasonCode1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;Load&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;Narrative &lt;B&gt;resident&lt;/B&gt; &lt;P&gt;StockMovementSales;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;Concatenate&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;Load&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;[Stock Movement Reason Code], ReasonDescription,[Stock Adj Reason], [Stock Adj Reason] &lt;B&gt;as&lt;/B&gt; Narrative &lt;B&gt;Resident&lt;/B&gt; StoreReasonCode; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 13:21:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merging-2-fields-together/m-p/291135#M1203193</guid>
      <dc:creator />
      <dc:date>2010-11-30T13:21:03Z</dc:date>
    </item>
    <item>
      <title>Merging 2 fields together</title>
      <link>https://community.qlik.com/t5/QlikView/Merging-2-fields-together/m-p/291136#M1203194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi hopkinsc,&lt;/P&gt;&lt;P&gt;I am not able to run the code using ur QVW file since there is no datasource but still u can run the code and check .It will create one more table with similar StoreReasonCode with one additinoal column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-style: italic"&gt;StoreReasonCode1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;Load&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;Narrative &lt;B&gt;resident&lt;/B&gt; &lt;P&gt;StockMovementSales;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;Concatenate&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;Load&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;[Stock Movement Reason Code], ReasonDescription,[Stock Adj Reason], [Stock Adj Reason] &lt;B&gt;as&lt;/B&gt; Narrative &lt;B&gt;Resident&lt;/B&gt; StoreReasonCode; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 13:21:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merging-2-fields-together/m-p/291136#M1203194</guid>
      <dc:creator />
      <dc:date>2010-11-30T13:21:07Z</dc:date>
    </item>
    <item>
      <title>Merging 2 fields together</title>
      <link>https://community.qlik.com/t5/QlikView/Merging-2-fields-together/m-p/291137#M1203195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi hopkinsc,&lt;/P&gt;&lt;P&gt;I am not able to run the code using ur QVW file since there is no datasource but still u can run the code and check .It will create one more table with similar StoreReasonCode with one additinoal column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-style: italic"&gt;StoreReasonCode1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;Load&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;Narrative &lt;B&gt;resident&lt;/B&gt; &lt;P&gt;StockMovementSales;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;Concatenate&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;Load&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;[Stock Movement Reason Code], ReasonDescription,[Stock Adj Reason], [Stock Adj Reason] &lt;B&gt;as&lt;/B&gt; Narrative &lt;B&gt;Resident&lt;/B&gt; StoreReasonCode; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 13:21:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merging-2-fields-together/m-p/291137#M1203195</guid>
      <dc:creator />
      <dc:date>2010-11-30T13:21:10Z</dc:date>
    </item>
  </channel>
</rss>

