<?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 Group field values in Qlik Sense? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Group-field-values-in-Qlik-Sense/m-p/914465#M12632</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to analyze some dirty data and I'd like to create a custom group where I can select the various spellings of one vendor's name into a single value.&amp;nbsp; What's the easiest way to do this in Qlik Sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Aug 2015 20:23:33 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-08-06T20:23:33Z</dc:date>
    <item>
      <title>Group field values in Qlik Sense?</title>
      <link>https://community.qlik.com/t5/App-Development/Group-field-values-in-Qlik-Sense/m-p/914465#M12632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to analyze some dirty data and I'd like to create a custom group where I can select the various spellings of one vendor's name into a single value.&amp;nbsp; What's the easiest way to do this in Qlik Sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 20:23:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Group-field-values-in-Qlik-Sense/m-p/914465#M12632</guid>
      <dc:creator />
      <dc:date>2015-08-06T20:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Group field values in Qlik Sense?</title>
      <link>https://community.qlik.com/t5/App-Development/Group-field-values-in-Qlik-Sense/m-p/914466#M12633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kathy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One way to accomplish that is by using an INLINE table in the Script Editor so you can group many values into your grouping values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;// previous LOAD sentences...&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;MyGroups:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;Group, DirtyName&lt;/P&gt;
&lt;P&gt;Group A, foo1&lt;/P&gt;
&lt;P&gt;Group A, foo2&lt;/P&gt;
&lt;P&gt;Group B, foo9&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can use the field "Group" in a sheet to filter your data and also as a Dimension in a chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 19:32:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Group-field-values-in-Qlik-Sense/m-p/914466#M12633</guid>
      <dc:creator />
      <dc:date>2015-08-07T19:32:07Z</dc:date>
    </item>
  </channel>
</rss>

