<?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: String Value manipulation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/String-Value-manipulation/m-p/42944#M777414</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, if the fourth line was something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I_AM_SUNNY_TALWAR_AND_I_LIKE_QLIKVIEW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how would I know that I need &lt;STRONG&gt;I Like QlikView&lt;/STRONG&gt; or &lt;STRONG&gt;Like QlikView&lt;/STRONG&gt; or just &lt;STRONG&gt;QlikView&lt;/STRONG&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Apr 2018 18:08:58 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-04-16T18:08:58Z</dc:date>
    <item>
      <title>String Value manipulation</title>
      <link>https://community.qlik.com/t5/QlikView/String-Value-manipulation/m-p/42935#M777405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a situation like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INLINE LOAD * [&lt;/P&gt;&lt;P&gt;ABC&lt;/P&gt;&lt;P&gt;MY_NAME_IS_XYZ&lt;/P&gt;&lt;P&gt;I_LIKE_READING_BOOKS_VERY_MUCH&lt;/P&gt;&lt;P&gt;ALTHOUGH_I_LIKE_SPORTS_TOO&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to have the field value for ABC like this:&lt;/P&gt;&lt;P&gt;ABC&lt;/P&gt;&lt;P&gt;Is Xyz&lt;/P&gt;&lt;P&gt;Very Much&lt;/P&gt;&lt;P&gt;Sports Too&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to reach to the field value like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&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/String-Value-manipulation/m-p/42935#M777405</guid>
      <dc:creator>AH</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: String Value manipulation</title>
      <link>https://community.qlik.com/t5/QlikView/String-Value-manipulation/m-p/42936#M777406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;load *,&lt;/P&gt;&lt;P&gt;purgechar(Right(ABC, len( ABC ) -Index(ABC,'_', -2)),'_') as LastSecond&lt;IMG alt="is.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/199770_is.JPG" style="height: auto;" /&gt;1;&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;ABC&lt;/P&gt;&lt;P&gt;MY_NAME_IS_XYZ&lt;/P&gt;&lt;P&gt;I_LIKE_READING_BOOKS_VERY_MUCH&lt;/P&gt;&lt;P&gt;ALTHOUGH_I_LIKE_SPORTS_TOO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2018 16:41:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Value-manipulation/m-p/42936#M777406</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-04-16T16:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: String Value manipulation</title>
      <link>https://community.qlik.com/t5/QlikView/String-Value-manipulation/m-p/42937#M777407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Capitalize(SubField(ABC, '_', -2) &amp;amp; ' ' &amp;amp; SubField(ABC, '_', -1)) as NewABC&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/199775_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2018 16:41:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Value-manipulation/m-p/42937#M777407</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-16T16:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: String Value manipulation</title>
      <link>https://community.qlik.com/t5/QlikView/String-Value-manipulation/m-p/42938#M777408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your solution looks very good. But if the Value is not just two words i.e kind of variable in nature in that case what would be the solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example value:&lt;/P&gt;&lt;P&gt;ABC&lt;/P&gt;&lt;P&gt;Xyz&lt;/P&gt;&lt;P&gt;Very Much&lt;/P&gt;&lt;P&gt;Like Sports Too&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The number of words in the field value Varies here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2018 17:07:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Value-manipulation/m-p/42938#M777408</guid>
      <dc:creator>AH</dc:creator>
      <dc:date>2018-04-16T17:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: String Value manipulation</title>
      <link>https://community.qlik.com/t5/QlikView/String-Value-manipulation/m-p/42939#M777409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There needs to be some way for us to let QlikView know how many words from the end do we need.... right? What is that logic for you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2018 17:15:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Value-manipulation/m-p/42939#M777409</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-16T17:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: String Value manipulation</title>
      <link>https://community.qlik.com/t5/QlikView/String-Value-manipulation/m-p/42940#M777410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say we have these three values for this particular field and requirements for the three different values are different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like,&lt;/P&gt;&lt;P&gt;ABC&lt;/P&gt;&lt;P&gt;MY_NAME_IS_XYZ&amp;nbsp;&amp;nbsp;&amp;nbsp; -------------------&amp;gt; we need to extract only the last word&lt;/P&gt;&lt;P&gt;I_LIKE_READING_BOOKS_VERY_MUCH&amp;nbsp; -------- we need to extract only the last two words&lt;/P&gt;&lt;P&gt;ALTHOUGH_I_LIKE_SPORTS_TOO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -----------&amp;gt; we need to extract last three words&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e,&lt;/P&gt;&lt;P&gt;ABC&lt;/P&gt;&lt;P&gt;Xyz&lt;/P&gt;&lt;P&gt;Very Much&lt;/P&gt;&lt;P&gt;Like Sports Too&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apologies if i creates confusion!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2018 17:43:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Value-manipulation/m-p/42940#M777410</guid>
      <dc:creator>AH</dc:creator>
      <dc:date>2018-04-16T17:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: String Value manipulation</title>
      <link>https://community.qlik.com/t5/QlikView/String-Value-manipulation/m-p/42941#M777411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These are the only three possible values that you field can ever have? I am just trying to understand because if the above is true, then you can do this so easily using Mapping Load or If Statement of Pick Match...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2018 17:46:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Value-manipulation/m-p/42941#M777411</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-16T17:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: String Value manipulation</title>
      <link>https://community.qlik.com/t5/QlikView/String-Value-manipulation/m-p/42942#M777412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how do you identify which line needs 1 piece and which line needs 3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2018 18:01:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Value-manipulation/m-p/42942#M777412</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-04-16T18:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: String Value manipulation</title>
      <link>https://community.qlik.com/t5/QlikView/String-Value-manipulation/m-p/42943#M777413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No There are Many values but i just provided a sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2018 18:07:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Value-manipulation/m-p/42943#M777413</guid>
      <dc:creator>AH</dc:creator>
      <dc:date>2018-04-16T18:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: String Value manipulation</title>
      <link>https://community.qlik.com/t5/QlikView/String-Value-manipulation/m-p/42944#M777414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, if the fourth line was something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I_AM_SUNNY_TALWAR_AND_I_LIKE_QLIKVIEW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how would I know that I need &lt;STRONG&gt;I Like QlikView&lt;/STRONG&gt; or &lt;STRONG&gt;Like QlikView&lt;/STRONG&gt; or just &lt;STRONG&gt;QlikView&lt;/STRONG&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2018 18:08:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Value-manipulation/m-p/42944#M777414</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-16T18:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: String Value manipulation</title>
      <link>https://community.qlik.com/t5/QlikView/String-Value-manipulation/m-p/42945#M777415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution you provided is good. Thanks for your great help and prompt replies!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 00:17:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Value-manipulation/m-p/42945#M777415</guid>
      <dc:creator>AH</dc:creator>
      <dc:date>2018-04-17T00:17:17Z</dc:date>
    </item>
  </channel>
</rss>

