<?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 concat in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/concat/m-p/1610902#M597031</link>
    <description>&lt;P&gt;Please help me combine two emails into one so they show as one in my chart.&lt;/P&gt;&lt;P&gt;exampleemail&lt;/P&gt;&lt;P&gt;exampleemail@example.com&lt;/P&gt;&lt;P&gt;^ I would like these two above to show as exampleemail and be grouped together&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Aug 2019 18:53:18 GMT</pubDate>
    <dc:creator>Bubskim</dc:creator>
    <dc:date>2019-08-08T18:53:18Z</dc:date>
    <item>
      <title>concat</title>
      <link>https://community.qlik.com/t5/QlikView/concat/m-p/1610902#M597031</link>
      <description>&lt;P&gt;Please help me combine two emails into one so they show as one in my chart.&lt;/P&gt;&lt;P&gt;exampleemail&lt;/P&gt;&lt;P&gt;exampleemail@example.com&lt;/P&gt;&lt;P&gt;^ I would like these two above to show as exampleemail and be grouped together&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2019 18:53:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/concat/m-p/1610902#M597031</guid>
      <dc:creator>Bubskim</dc:creator>
      <dc:date>2019-08-08T18:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: concat</title>
      <link>https://community.qlik.com/t5/QlikView/concat/m-p/1610962#M597032</link>
      <description>&lt;P&gt;One way to achieve this is with a mapping table.&lt;/P&gt;
&lt;P&gt;Either create inline or from an external table a simple lookup with oldname and new name.&lt;/P&gt;
&lt;P&gt;eg&lt;/P&gt;
&lt;P&gt;RenameMap:&lt;/P&gt;
&lt;P&gt;Load * inline [&lt;/P&gt;
&lt;P&gt;OldName, NewName&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;exampleemail@example.com,&amp;nbsp;exampleemail&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Then when you are ready to load the field&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Load&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Applymap('RenameMap', Email) as Email,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2019 00:16:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/concat/m-p/1610962#M597032</guid>
      <dc:creator>Lisa_P</dc:creator>
      <dc:date>2019-08-09T00:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: concat</title>
      <link>https://community.qlik.com/t5/QlikView/concat/m-p/1611125#M597033</link>
      <description>&lt;P&gt;Hi where am I putting each one of those? in the script?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able to do this&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Load * inline [&lt;SPAN&gt;exampleemail@example.com,&amp;nbsp;exampleemail&lt;/SPAN&gt;&lt;SPAN&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;but idk what to do with your bottom part?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2019 12:30:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/concat/m-p/1611125#M597033</guid>
      <dc:creator>Bubskim</dc:creator>
      <dc:date>2019-08-09T12:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: concat</title>
      <link>https://community.qlik.com/t5/QlikView/concat/m-p/1611197#M597034</link>
      <description>&lt;P&gt;The easiest solution would be as follows:&lt;/P&gt;&lt;P&gt;Load ...&lt;/P&gt;&lt;P&gt;subfield([EmailAddress], '@', 1) as [EmailAddress],&lt;/P&gt;&lt;P&gt;From ...&lt;/P&gt;&lt;P&gt;This will basically remove the @whatever.com from every email address. Then any matches are automatically grouped together.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2019 15:28:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/concat/m-p/1611197#M597034</guid>
      <dc:creator>lockematthewp</dc:creator>
      <dc:date>2019-08-09T15:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: concat</title>
      <link>https://community.qlik.com/t5/QlikView/concat/m-p/1611238#M597035</link>
      <description>&lt;P&gt;I do not get it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the load is this for the load script?&lt;/P&gt;&lt;P&gt;Here is what I did&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Load&lt;/P&gt;&lt;P&gt;subfield([Sent By], 'exampleemail@example.com', 1) as [exampleemail],&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2019 17:46:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/concat/m-p/1611238#M597035</guid>
      <dc:creator>Bubskim</dc:creator>
      <dc:date>2019-08-09T17:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: concat</title>
      <link>https://community.qlik.com/t5/QlikView/concat/m-p/1611257#M597036</link>
      <description>&lt;P&gt;also here is another example based on what you gave me to work with!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to have a specific name of a box truncate into 1. The text between is the name of the box with the type of alert like disk space.&lt;/P&gt;&lt;P&gt;load&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;subfield([Sent By], 'specificname*Disk_Space*', 1), If(WildMatch([Sent By], '*specificname*:Disk_Space*'), TextBetween ([Sent By], 'specificnamewithnumbers*','')) as [specificname Disk Space],&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2019 18:17:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/concat/m-p/1611257#M597036</guid>
      <dc:creator>Bubskim</dc:creator>
      <dc:date>2019-08-09T18:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: concat</title>
      <link>https://community.qlik.com/t5/QlikView/concat/m-p/1611562#M597038</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Attached is what the other members are describing. Can you provide examples of your other question in a qvw for us to look at?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2019 12:53:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/concat/m-p/1611562#M597038</guid>
      <dc:creator>rutger_jansen</dc:creator>
      <dc:date>2019-08-12T12:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: concat</title>
      <link>https://community.qlik.com/t5/QlikView/concat/m-p/1611590#M597040</link>
      <description>&lt;P&gt;Hi thank you for doing that. I can use it for something else.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, instead of displaying the sum I need to do the exampleemail@example.com as one = exampleemail . I do not need the sum, I need it to come out as one on my chart&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2019 13:41:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/concat/m-p/1611590#M597040</guid>
      <dc:creator>Bubskim</dc:creator>
      <dc:date>2019-08-12T13:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: concat</title>
      <link>https://community.qlik.com/t5/QlikView/concat/m-p/1611600#M597042</link>
      <description>&lt;P&gt;Do you mean a count of unique email addresses, as per attached?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2019 13:48:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/concat/m-p/1611600#M597042</guid>
      <dc:creator>rutger_jansen</dc:creator>
      <dc:date>2019-08-12T13:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: concat</title>
      <link>https://community.qlik.com/t5/QlikView/concat/m-p/1611634#M597044</link>
      <description>&lt;P&gt;We may be getting close.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is this in the load?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;BR /&gt;email, size&lt;BR /&gt;exampleemail, 5&lt;BR /&gt;exampleemail@example.com, 15&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2019 14:22:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/concat/m-p/1611634#M597044</guid>
      <dc:creator>Bubskim</dc:creator>
      <dc:date>2019-08-12T14:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: concat</title>
      <link>https://community.qlik.com/t5/QlikView/concat/m-p/1611644#M597045</link>
      <description>&lt;P&gt;That's sample data. You might be taking yours from a database or flat file. In that case you put the following lines ('Preceding load'):&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;subfield([email], '@', 1) as [fixed_email],&lt;BR /&gt;*;&lt;/P&gt;&lt;P&gt;above the load statement, e.g. for an Excel file:&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;subfield([email], '@', 1) as [fixed_email],&lt;BR /&gt;*;&lt;BR /&gt;email:&lt;BR /&gt;LOAD&lt;BR /&gt;email, size&lt;BR /&gt;FROM&lt;BR /&gt;[..\emails.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;or from a database:&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;subfield([email], '@', 1) as [fixed_email],&lt;BR /&gt;*;&lt;BR /&gt;SQL Select&lt;BR /&gt;email, size&lt;BR /&gt;from database.table;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or for&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2019 14:31:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/concat/m-p/1611644#M597045</guid>
      <dc:creator>rutger_jansen</dc:creator>
      <dc:date>2019-08-12T14:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: concat</title>
      <link>https://community.qlik.com/t5/QlikView/concat/m-p/1617165#M597046</link>
      <description>&lt;P&gt;Kimberly, did Rutger's final solution work for you?&amp;nbsp; If so, please be sure to give credit by using the Accept as Solution button on the post that best helped with things.&amp;nbsp; If you came up with a different solution, please consider posting that and mark it as the accepted solution so others will know for sure what worked in this case...&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2019 15:12:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/concat/m-p/1617165#M597046</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-08-27T15:12:01Z</dc:date>
    </item>
  </channel>
</rss>

