<?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 Match and replace in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Match-and-replace/m-p/1196743#M385945</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Please guide how I can achieve below based on above sample data&lt;/P&gt;&lt;P&gt;"1.How I can only extract Inbound link key (ABC003) when I have type Bug and it has referenced key in ReportID (ABC-003)-SourceError.&lt;/P&gt;&lt;P&gt;If type =Bug and any of UrlLink extratced key(ABC-003 or ABC-05) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matched with ReportID key&amp;nbsp; then I need to Replace Url link with Macthed Report ID or Point &lt;/P&gt;&lt;P&gt;Example: If my urlKey(ABC-003 macthed with ReportID-ABC-003 then my my point Will be reaplced with 5 insted of 10"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached sample example on same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any guidance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Oct 2016 04:33:32 GMT</pubDate>
    <dc:creator>srinivasa1</dc:creator>
    <dc:date>2016-10-14T04:33:32Z</dc:date>
    <item>
      <title>Match and replace</title>
      <link>https://community.qlik.com/t5/QlikView/Match-and-replace/m-p/1196743#M385945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Please guide how I can achieve below based on above sample data&lt;/P&gt;&lt;P&gt;"1.How I can only extract Inbound link key (ABC003) when I have type Bug and it has referenced key in ReportID (ABC-003)-SourceError.&lt;/P&gt;&lt;P&gt;If type =Bug and any of UrlLink extratced key(ABC-003 or ABC-05) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matched with ReportID key&amp;nbsp; then I need to Replace Url link with Macthed Report ID or Point &lt;/P&gt;&lt;P&gt;Example: If my urlKey(ABC-003 macthed with ReportID-ABC-003 then my my point Will be reaplced with 5 insted of 10"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached sample example on same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any guidance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2016 04:33:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-and-replace/m-p/1196743#M385945</guid>
      <dc:creator>srinivasa1</dc:creator>
      <dc:date>2016-10-14T04:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Match and replace</title>
      <link>https://community.qlik.com/t5/QlikView/Match-and-replace/m-p/1196744#M385946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivasa D,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at the attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14764248972569555 jive_text_macro" jivemacro_uid="_14764248972569555" modifiedtitle="true"&gt;
&lt;P&gt;Map:&lt;/P&gt;
&lt;P&gt;Mapping LOAD ReportID, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '$' as Point&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;BugReport.xlsx&lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels, table is Sheet1) Where Not IsNull(ReportID);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Data:&lt;/P&gt;
&lt;P&gt;LOAD ReportID, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Type, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UrlLink, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Point, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Type='Bug',If(Substringcount(Mapsubstring('Map',UrlLink),'$')&amp;gt;0,5,Point),Point) as [New Point]&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;BugReport.xlsx&lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels, table is Sheet1) Where Not IsNull(ReportID);&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Result:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/140557_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2016 06:03:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-and-replace/m-p/1196744#M385946</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-10-14T06:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Match and replace</title>
      <link>https://community.qlik.com/t5/QlikView/Match-and-replace/m-p/1196745#M385947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Nagaraj&amp;nbsp;&amp;nbsp; for helpful information&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; ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to it should be dynamic and&amp;nbsp; I would like to replace Urllink and point&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example : Report ID row (ABC-004) urllink should be replaced with 'ABC-005' and Point should be 3 when it matched with ReportID(ABC-005).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THx&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2016 17:20:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-and-replace/m-p/1196745#M385947</guid>
      <dc:creator>srinivasa1</dc:creator>
      <dc:date>2016-10-14T17:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Match and replace</title>
      <link>https://community.qlik.com/t5/QlikView/Match-and-replace/m-p/1196746#M385948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Naga,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made some changes to script looks like it is working now. See below my changes to code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Type&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Bug',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Substringcount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Mapsubstring&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('Map',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;UrlLink&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'$')&amp;gt;0,&lt;/SPAN&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: #800000; font-size: 8pt;"&gt;UrlLink&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,':',-1) ,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Point&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Point&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &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;[New Point] &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Thx&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2016 17:52:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-and-replace/m-p/1196746#M385948</guid>
      <dc:creator>srinivasa1</dc:creator>
      <dc:date>2016-10-14T17:52:26Z</dc:date>
    </item>
  </channel>
</rss>

