<?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 List manipulation help needed! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-manipulation-help-needed/m-p/143906#M23005</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that would sure will....&lt;/P&gt;&lt;P&gt;I don't know the exact dependencies of your fieldvalues but if the values always start with 'FX' and always contain 'SUPPORT' this would work:&lt;/P&gt;&lt;P&gt;IF ( UPPER ( [Field] ) LIKE ' FX* ' AND UPPER ( [Field] ) LIKE ' *SUPPORT* ' , 'FX Support' , [Field] ) AS GroupedField,&lt;/P&gt;&lt;P&gt;You can fiddle around with this expressions, adjusting them to your own needs.. Let me know if this did the trick?&lt;/P&gt;&lt;P&gt;Regards, Sander&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 May 2009 17:57:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-05-12T17:57:44Z</dc:date>
    <item>
      <title>List manipulation help needed!</title>
      <link>https://community.qlik.com/t5/QlikView/List-manipulation-help-needed/m-p/143903#M23002</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;I have a slight problem regarding my list within a field.&lt;/P&gt;&lt;P&gt;I have a numbver of entries that are meant to be recognised as the same but they spelt differently, eg&lt;/P&gt;&lt;P&gt;FX Support, fx support, FXSupport, FXsupport&lt;/P&gt;&lt;P&gt;Qlikview views these as different names but I would like them grouped as one. Is there any way in which this can be done?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 15:45:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-manipulation-help-needed/m-p/143903#M23002</guid>
      <dc:creator />
      <dc:date>2009-05-12T15:45:35Z</dc:date>
    </item>
    <item>
      <title>List manipulation help needed!</title>
      <link>https://community.qlik.com/t5/QlikView/List-manipulation-help-needed/m-p/143904#M23003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Add the following expression to the script:&lt;/P&gt;&lt;P&gt;IF ( UPPER ( [Field] ) LIKE ' FX* ' , 'FX Support' , [Field] ) AS GroupedField,&lt;/P&gt;&lt;P&gt;Regards, Sander&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 17:10:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-manipulation-help-needed/m-p/143904#M23003</guid>
      <dc:creator />
      <dc:date>2009-05-12T17:10:31Z</dc:date>
    </item>
    <item>
      <title>List manipulation help needed!</title>
      <link>https://community.qlik.com/t5/QlikView/List-manipulation-help-needed/m-p/143905#M23004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sander,&lt;/P&gt;&lt;P&gt;Thanks for this. However, would this not create a problem if I had FX Currency Options as an entry, I don't want this grouped along with FX support.&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 17:29:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-manipulation-help-needed/m-p/143905#M23004</guid>
      <dc:creator />
      <dc:date>2009-05-12T17:29:24Z</dc:date>
    </item>
    <item>
      <title>List manipulation help needed!</title>
      <link>https://community.qlik.com/t5/QlikView/List-manipulation-help-needed/m-p/143906#M23005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that would sure will....&lt;/P&gt;&lt;P&gt;I don't know the exact dependencies of your fieldvalues but if the values always start with 'FX' and always contain 'SUPPORT' this would work:&lt;/P&gt;&lt;P&gt;IF ( UPPER ( [Field] ) LIKE ' FX* ' AND UPPER ( [Field] ) LIKE ' *SUPPORT* ' , 'FX Support' , [Field] ) AS GroupedField,&lt;/P&gt;&lt;P&gt;You can fiddle around with this expressions, adjusting them to your own needs.. Let me know if this did the trick?&lt;/P&gt;&lt;P&gt;Regards, Sander&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 17:57:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-manipulation-help-needed/m-p/143906#M23005</guid>
      <dc:creator />
      <dc:date>2009-05-12T17:57:44Z</dc:date>
    </item>
    <item>
      <title>List manipulation help needed!</title>
      <link>https://community.qlik.com/t5/QlikView/List-manipulation-help-needed/m-p/143907#M23006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can convert that one into either lower or upper case and remove the space between them.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 18:26:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-manipulation-help-needed/m-p/143907#M23006</guid>
      <dc:creator />
      <dc:date>2009-05-12T18:26:42Z</dc:date>
    </item>
    <item>
      <title>List manipulation help needed!</title>
      <link>https://community.qlik.com/t5/QlikView/List-manipulation-help-needed/m-p/143908#M23007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the only differences are casing and spaces, you could regularize them as Ravi suggested and then map to display name using a mapping table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;mymap:&lt;BR /&gt;MAPPING LOAD * INLINE [&lt;BR /&gt;from, to&lt;BR /&gt;fxsupport, FX Support&lt;BR /&gt;fxcurrencyoptions, FX Currency Options&lt;BR /&gt;];&lt;BR /&gt;applymap('mymap', lower(replace(field, ' ', '')) as DisplayName&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;If the differences are more complex, like some mispellings, abbreviations and regional differences (center/centre) you could build a pick(wildmatch()) expression to remap the names. You can build the expression by hand or build it using table input as shown in this attachment from the QV Cookbook. An expression like "fx*sup*" would match to "FX Support", "fxsupport" and "fx sup.".&lt;/P&gt;&lt;P&gt;As a final suggestion, you could build a regularizing function in VB using an algorithm like soundex. Call the function in the script and then map that result.&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 03:26:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-manipulation-help-needed/m-p/143908#M23007</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2009-05-13T03:26:07Z</dc:date>
    </item>
  </channel>
</rss>

