<?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 Subfield Index in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Subfield-Index/m-p/476300#M177885</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;BR /&gt;I took a look at Subfield function in QlikView help, and additionaly I tried to find some examples and explanations o the Internet.&lt;/P&gt;&lt;P&gt;Unfortunately I did not found anything what gives a nice overview on how to use this function.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Anyway, I am using this function to get the [Full Name] and to concatenate this filed with ]Message] field&lt;/P&gt;&lt;P&gt;here is the code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;trim(Message) &amp;amp; ' (' &amp;amp; applymap('MapUsername2FullName', upper(subfield(Message,'"',4)) , upper(subfield(Message,'"',4))) &amp;amp; ')' as [New Message]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not getting [Full Name]&lt;/P&gt;&lt;P&gt;Has anybody any suggestion?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Oct 2013 10:00:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-16T10:00:59Z</dc:date>
    <item>
      <title>Subfield Index</title>
      <link>https://community.qlik.com/t5/QlikView/Subfield-Index/m-p/476300#M177885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;BR /&gt;I took a look at Subfield function in QlikView help, and additionaly I tried to find some examples and explanations o the Internet.&lt;/P&gt;&lt;P&gt;Unfortunately I did not found anything what gives a nice overview on how to use this function.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Anyway, I am using this function to get the [Full Name] and to concatenate this filed with ]Message] field&lt;/P&gt;&lt;P&gt;here is the code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;trim(Message) &amp;amp; ' (' &amp;amp; applymap('MapUsername2FullName', upper(subfield(Message,'"',4)) , upper(subfield(Message,'"',4))) &amp;amp; ')' as [New Message]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not getting [Full Name]&lt;/P&gt;&lt;P&gt;Has anybody any suggestion?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 10:00:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subfield-Index/m-p/476300#M177885</guid>
      <dc:creator />
      <dc:date>2013-10-16T10:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Subfield Index</title>
      <link>https://community.qlik.com/t5/QlikView/Subfield-Index/m-p/476301#M177886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please post the Sample Message text here?&lt;/P&gt;&lt;P&gt;For Example: UserName"FullName&lt;/P&gt;&lt;P&gt;SubField('UserName"FullName', '"', 2) will give you the FullName&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 10:27:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subfield-Index/m-p/476301#M177886</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2013-10-16T10:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: Subfield Index</title>
      <link>https://community.qlik.com/t5/QlikView/Subfield-Index/m-p/476302#M177887</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;Can you attach some sample values, so that it would be easier to understand your requirement and solve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 10:29:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subfield-Index/m-p/476302#M177887</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-10-16T10:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Subfield Index</title>
      <link>https://community.qlik.com/t5/QlikView/Subfield-Index/m-p/476303#M177888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, cerainly.&lt;/P&gt;&lt;P&gt;Here is an example of a Message item:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Call allocation: All XX licensed Named CALs are allocated. No CAL assigned to user "DOMAIN/abc123" - usage. denied.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to extract the following: DOMAIN/abc123&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 11:04:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subfield-Index/m-p/476303#M177888</guid>
      <dc:creator />
      <dc:date>2013-10-16T11:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Subfield Index</title>
      <link>https://community.qlik.com/t5/QlikView/Subfield-Index/m-p/476304#M177889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the username is always between double quotes you can use the textbetween function: &lt;/P&gt;&lt;P&gt;textbetween(Message, '"','"') as UserName&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The '"' is a double quote character between two single quotes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 17:00:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subfield-Index/m-p/476304#M177889</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-10-16T17:00:43Z</dc:date>
    </item>
  </channel>
</rss>

