<?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: extract data from column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/extract-data-from-column/m-p/598379#M1114067</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;generic load is useful in such situation &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Feb 2014 12:13:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-02-18T12:13:07Z</dc:date>
    <item>
      <title>extract data from column</title>
      <link>https://community.qlik.com/t5/QlikView/extract-data-from-column/m-p/598377#M1114065</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;&lt;/P&gt;&lt;P&gt;I have a scenario in my application. I have name of person and profession. I have few persons with multiple professions. &lt;/P&gt;&lt;P&gt;For example i have ram( teacher, cricketer) , james(politician,bishop), roni(it, cricketer).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a filter for profession with options cricketer and non cricketer. I am using if condition at the backend as if (profession =' cricket' , cricket ,non cricket) as profession1. &lt;/P&gt;&lt;P&gt;Now while i am selecting filter as cricketer it is not working for ram, roni etc. for non cricketer it is working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i handle this situation in a dynmic way. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 09:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/extract-data-from-column/m-p/598377#M1114065</guid>
      <dc:creator />
      <dc:date>2014-02-18T09:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: extract data from column</title>
      <link>https://community.qlik.com/t5/QlikView/extract-data-from-column/m-p/598378#M1114066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to see if GENERIC LOAD could suit you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GENERIC is a prefix that will split a single table into several ones, in a dynamic way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 12:10:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/extract-data-from-column/m-p/598378#M1114066</guid>
      <dc:creator />
      <dc:date>2014-02-18T12:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: extract data from column</title>
      <link>https://community.qlik.com/t5/QlikView/extract-data-from-column/m-p/598379#M1114067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;generic load is useful in such situation &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 12:13:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/extract-data-from-column/m-p/598379#M1114067</guid>
      <dc:creator />
      <dc:date>2014-02-18T12:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: extract data from column</title>
      <link>https://community.qlik.com/t5/QlikView/extract-data-from-column/m-p/598380#M1114068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Hi Vitul,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;You can solve this by using SubStringCount() and IF statement. Here is the sample code and attached QVW.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;[&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name, Profession&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ram, Cricketer&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ram, Teacher&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; James, Politician&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; James, Bishop&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Roni, IT&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Roni, Cricketer&amp;nbsp; &lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;NoConcatenate&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;Final:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; *,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;SubStringCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Name&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Profession&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, 'Cricketer') &amp;gt; 0, 'Cricketer', 'Non-Cricketer') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Is_Cricketer&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; Temp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;Drop&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; Temp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;STRONG&gt;DV&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 15:32:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/extract-data-from-column/m-p/598380#M1114068</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2014-02-18T15:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: extract data from column</title>
      <link>https://community.qlik.com/t5/QlikView/extract-data-from-column/m-p/598381#M1114069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what about a led check boxes listbox with this expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(wildmatch(aggr(concat(Profession, ', '), Name), '*Cricke*') , 'YES CRICKETER', 'NO CRICKETER')&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used Deepak (thanks) data &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 19:21:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/extract-data-from-column/m-p/598381#M1114069</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-02-18T19:21:41Z</dc:date>
    </item>
  </channel>
</rss>

