<?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: Table wild cards in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Table-wild-cards/m-p/413967#M154004</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where does that go? Graph or code? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Sep 2012 15:36:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-09-17T15:36:55Z</dc:date>
    <item>
      <title>Table wild cards</title>
      <link>https://community.qlik.com/t5/QlikView/Table-wild-cards/m-p/413965#M154002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table with a list of customer info, here are some examples:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bob Bates&lt;/P&gt;&lt;P&gt;Sid Roberts&lt;/P&gt;&lt;P&gt;James Jones&lt;/P&gt;&lt;P&gt;Bob Smith&lt;/P&gt;&lt;P&gt;Ed Jacobs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I analyze this table and make a graph showing how many of each forename we have in the table? The graph would show I have 2 bobs, 1 sid, 1 james and 1 ed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2012 15:29:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-wild-cards/m-p/413965#M154002</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-17T15:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Table wild cards</title>
      <link>https://community.qlik.com/t5/QlikView/Table-wild-cards/m-p/413966#M154003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SubField(CustomerName, ' ', 1) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will return this first name. You can store this into a new field and use later on on a chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2012 15:33:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-wild-cards/m-p/413966#M154003</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-09-17T15:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Table wild cards</title>
      <link>https://community.qlik.com/t5/QlikView/Table-wild-cards/m-p/413967#M154004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where does that go? Graph or code? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2012 15:36:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-wild-cards/m-p/413967#M154004</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-17T15:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Table wild cards</title>
      <link>https://community.qlik.com/t5/QlikView/Table-wild-cards/m-p/413968#M154005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By using Subfield function,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SubField(Cust,' ',1) as FirstName&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the attach qvw.&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Yigal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2012 15:42:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-wild-cards/m-p/413968#M154005</guid>
      <dc:creator />
      <dc:date>2012-09-17T15:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Table wild cards</title>
      <link>https://community.qlik.com/t5/QlikView/Table-wild-cards/m-p/413969#M154006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible, always in the script, in the LOAD part, creating a new field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2012 15:42:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-wild-cards/m-p/413969#M154006</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-09-17T15:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Table wild cards</title>
      <link>https://community.qlik.com/t5/QlikView/Table-wild-cards/m-p/413970#M154007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2012 15:55:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-wild-cards/m-p/413970#M154007</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-17T15:55:32Z</dc:date>
    </item>
  </channel>
</rss>

