<?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 Data Transformation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-Transformation/m-p/1267779#M853963</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;I need to transform data and tried using match function but was not successful. So here i'm for help please help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field name "Line" with 2 values (HINDU and TIMES) and the requirement is where ever the value "TIMES" exists it should be replace by " ECONOMIC". Please help me&lt;/P&gt;&lt;P&gt;Attached the excel with the sample data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>ramyasaiqv</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Data Transformation</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Transformation/m-p/1267779#M853963</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;I need to transform data and tried using match function but was not successful. So here i'm for help please help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field name "Line" with 2 values (HINDU and TIMES) and the requirement is where ever the value "TIMES" exists it should be replace by " ECONOMIC". Please help me&lt;/P&gt;&lt;P&gt;Attached the excel with the sample data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Transformation/m-p/1267779#M853963</guid>
      <dc:creator>ramyasaiqv</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Data Transformation</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Transformation/m-p/1267780#M853964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ramya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try below given approaches:&lt;/P&gt;&lt;P&gt;1. Using REPLACE Function&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14880972668404678 jive_text_macro" jivemacro_uid="_14880972668404678"&gt;
&lt;P&gt;//This approach will not work as expected if Line field has value word with TIMES in it. &lt;/P&gt;
&lt;P&gt;// e.g. MEGATIMES - This will produce result as MEGAECONOMIC&lt;/P&gt;
&lt;P&gt;Replace(Line, 'TIMES', 'ECONOMIC') AS Line&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Using IF Function&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14880972972684228 jive_text_macro" jivemacro_uid="_14880972972684228"&gt;
&lt;P&gt;If(Line = 'TIMES', 'ECONOMIC', Line) AS Line&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Feb 2017 08:22:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Transformation/m-p/1267780#M853964</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-02-26T08:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Data Transformation</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Transformation/m-p/1267781#M853965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It worked. Thank you Rahul,&lt;/P&gt;&lt;P&gt;Ramya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Feb 2017 18:45:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Transformation/m-p/1267781#M853965</guid>
      <dc:creator>ramyasaiqv</dc:creator>
      <dc:date>2017-02-26T18:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Data Transformation</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Transformation/m-p/1267782#M853966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Ramya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 05:21:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Transformation/m-p/1267782#M853966</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-02-27T05:21:05Z</dc:date>
    </item>
  </channel>
</rss>

