<?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: Insert a field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Insert-a-field/m-p/1518493#M748211</link>
    <description>&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(Match(Product_Area,'Airports','EndToEnd','Host Solutions',&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;'PSSPayments','Reservations','Ticketing','TTS','Ticketing_T2'),'O&amp;amp;DS') as Product_Area,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;// I have just removed an extra ','.&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Dec 2018 10:11:20 GMT</pubDate>
    <dc:creator>jyothish8807</dc:creator>
    <dc:date>2018-12-10T10:11:20Z</dc:date>
    <item>
      <title>Insert a field</title>
      <link>https://community.qlik.com/t5/QlikView/Insert-a-field/m-p/1518449#M748210</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Please find the attachment of the QVW file&lt;/P&gt;&lt;P&gt;if you look i have a table chart and a filter called Product Area ahich has any product in that .&lt;BR /&gt;My requrement is to bring the O&amp;amp;D Product which should have below mentioned product within that .&lt;/P&gt;&lt;P&gt;Tho achive this within Product area i have taken the resident of the file then conacatenated it and now i have the O&amp;amp;D product ..&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(Match(Product_Area,'Airports','EndToEnd','Host Solutions',&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;'PSSPayments','Reservations','Ticketing','TTS','Ticketing_T2',),'O&amp;amp;DS') as Product_Area,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I am confused what i have done to achive it in the cript is corret or not ?&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Insert-a-field/m-p/1518449#M748210</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Insert a field</title>
      <link>https://community.qlik.com/t5/QlikView/Insert-a-field/m-p/1518493#M748211</link>
      <description>&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(Match(Product_Area,'Airports','EndToEnd','Host Solutions',&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;'PSSPayments','Reservations','Ticketing','TTS','Ticketing_T2'),'O&amp;amp;DS') as Product_Area,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;// I have just removed an extra ','.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Dec 2018 10:11:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Insert-a-field/m-p/1518493#M748211</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2018-12-10T10:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Insert a field</title>
      <link>https://community.qlik.com/t5/QlikView/Insert-a-field/m-p/1518501#M748212</link>
      <description>&lt;P&gt;Hi Jyotish,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What i have done in the script just wanted to confirm is this the right way of achieving the extra product area ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Dec 2018 10:16:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Insert-a-field/m-p/1518501#M748212</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2018-12-10T10:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Insert a field</title>
      <link>https://community.qlik.com/t5/QlikView/Insert-a-field/m-p/1518502#M748213</link>
      <description>&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(Match(Product_Area,'Airports','EndToEnd','Host Solutions',&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;'PSSPayments','Reservations','Ticketing','TTS','Ticketing_T2'),'O&amp;amp;DS',&lt;FONT color="#FF0000"&gt; Product_Area&lt;/FONT&gt;) as Product_Area&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Dec 2018 10:16:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Insert-a-field/m-p/1518502#M748213</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-12-10T10:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: Insert a field</title>
      <link>https://community.qlik.com/t5/QlikView/Insert-a-field/m-p/1518504#M748214</link>
      <description>&lt;P&gt;Yes, the approach is correct. Just that you might get double count if the filters are not used correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Dec 2018 10:18:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Insert-a-field/m-p/1518504#M748214</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2018-12-10T10:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Insert a field</title>
      <link>https://community.qlik.com/t5/QlikView/Insert-a-field/m-p/1518530#M748215</link>
      <description>&lt;P&gt;Exactly the counts are doubled ...&lt;/P&gt;&lt;P&gt;This is where i am confused ...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Dec 2018 10:39:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Insert-a-field/m-p/1518530#M748215</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2018-12-10T10:39:19Z</dc:date>
    </item>
  </channel>
</rss>

