<?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: Need only capitial text data from column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-only-capitial-text-data-from-column/m-p/829332#M291905</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to add wild card *:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load *,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(wildmatch(COMPANY,'*ABC*','*TCP*'),'YES','NO') AS DERIVED_COMPANY&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident Table;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;edit: Ah, I haven't considered that wildmatch performs case insensitive matching.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Jun 2015 12:01:21 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2015-06-04T12:01:21Z</dc:date>
    <item>
      <title>Need only capitial text data from column</title>
      <link>https://community.qlik.com/t5/QlikView/Need-only-capitial-text-data-from-column/m-p/829331#M291904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the data like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;Load * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;COMPANY&lt;/P&gt;&lt;P&gt;abc corp&lt;/P&gt;&lt;P&gt;ABC CORP&lt;/P&gt;&lt;P&gt;TCP inc&lt;/P&gt;&lt;P&gt;In tcp inc&lt;/P&gt;&lt;P&gt;Google Inc&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;if(wildmatch(COMPANY,'ABC','TCP'),'YES','NO') AS DERIVED_COMPANY&lt;/P&gt;&lt;P&gt;Resident Table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table Table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Req: &lt;/STRONG&gt;I need capture 'ABC','TCP' from the field COMPANY.That means only capital text.If its CAPS text then i need to show YES else NO&lt;/P&gt;&lt;P&gt;If i select YES in front end only &lt;STRONG&gt;ABC CORP&lt;/STRONG&gt; and &lt;STRONG&gt;TCP inc&lt;/STRONG&gt; should come.In NO case remaining all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz correct my above formula.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More Thanks,&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 11:54:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-only-capitial-text-data-from-column/m-p/829331#M291904</guid>
      <dc:creator>ajaykumar1</dc:creator>
      <dc:date>2015-06-04T11:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Need only capitial text data from column</title>
      <link>https://community.qlik.com/t5/QlikView/Need-only-capitial-text-data-from-column/m-p/829332#M291905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to add wild card *:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load *,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(wildmatch(COMPANY,'*ABC*','*TCP*'),'YES','NO') AS DERIVED_COMPANY&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident Table;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;edit: Ah, I haven't considered that wildmatch performs case insensitive matching.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 12:01:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-only-capitial-text-data-from-column/m-p/829332#M291905</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-06-04T12:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Need only capitial text data from column</title>
      <link>https://community.qlik.com/t5/QlikView/Need-only-capitial-text-data-from-column/m-p/829333#M291906</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;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load * inline&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;COMPANY&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;abc corp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ABC CORP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TCP inc&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;In tcp inc&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Google Inc&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; If(WildMatch(PurgeChar(COMPANY, 'abcdefghijklmnopqrstuvwxyz'),'*ABC*','*TCP*'),'YES','NO') as DERIVED_COMPANY&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Output:&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/88388_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 12:01:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-only-capitial-text-data-from-column/m-p/829333#M291906</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-04T12:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Need only capitial text data from column</title>
      <link>https://community.qlik.com/t5/QlikView/Need-only-capitial-text-data-from-column/m-p/829334#M291907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sun and Swehel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 12:06:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-only-capitial-text-data-from-column/m-p/829334#M291907</guid>
      <dc:creator>ajaykumar1</dc:creator>
      <dc:date>2015-06-04T12:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Need only capitial text data from column</title>
      <link>https://community.qlik.com/t5/QlikView/Need-only-capitial-text-data-from-column/m-p/829335#M291908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad we were able to help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 12:08:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-only-capitial-text-data-from-column/m-p/829335#M291908</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-04T12:08:00Z</dc:date>
    </item>
  </channel>
</rss>

