<?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 data with in the dimension in script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Group-data-with-in-the-dimension-in-script/m-p/137704#M20571</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm having country dimension with me &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Country&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;spain&lt;/P&gt;&lt;P&gt;italy&lt;/P&gt;&lt;P&gt;france&lt;/P&gt;&lt;P&gt;germany&lt;/P&gt;&lt;P&gt;russia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to show in the filter all the countries and&amp;nbsp; EU5 to be added as grouping all countries&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expected O/P&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Country&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;spain&lt;/P&gt;&lt;P&gt;italy&lt;/P&gt;&lt;P&gt;france&lt;/P&gt;&lt;P&gt;germany&lt;/P&gt;&lt;P&gt;russia&lt;/P&gt;&lt;P&gt;EU5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using match () able to get EU5 but not able to show all the individual countries&lt;/P&gt;&lt;P&gt;if(Match(Country,'Spain','Italy','France','Russia','Germany' ),'EU5',Country) as Country&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Sep 2018 11:24:33 GMT</pubDate>
    <dc:creator>kakani87</dc:creator>
    <dc:date>2018-09-18T11:24:33Z</dc:date>
    <item>
      <title>Group data with in the dimension in script</title>
      <link>https://community.qlik.com/t5/QlikView/Group-data-with-in-the-dimension-in-script/m-p/137704#M20571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm having country dimension with me &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Country&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;spain&lt;/P&gt;&lt;P&gt;italy&lt;/P&gt;&lt;P&gt;france&lt;/P&gt;&lt;P&gt;germany&lt;/P&gt;&lt;P&gt;russia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to show in the filter all the countries and&amp;nbsp; EU5 to be added as grouping all countries&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expected O/P&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Country&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;spain&lt;/P&gt;&lt;P&gt;italy&lt;/P&gt;&lt;P&gt;france&lt;/P&gt;&lt;P&gt;germany&lt;/P&gt;&lt;P&gt;russia&lt;/P&gt;&lt;P&gt;EU5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using match () able to get EU5 but not able to show all the individual countries&lt;/P&gt;&lt;P&gt;if(Match(Country,'Spain','Italy','France','Russia','Germany' ),'EU5',Country) as Country&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2018 11:24:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-data-with-in-the-dimension-in-script/m-p/137704#M20571</guid>
      <dc:creator>kakani87</dc:creator>
      <dc:date>2018-09-18T11:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Group data with in the dimension in script</title>
      <link>https://community.qlik.com/t5/QlikView/Group-data-with-in-the-dimension-in-script/m-p/137705#M20572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt;"&gt;Pick(WildMatch([&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Country&lt;/SPAN&gt;], '*&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Spain&lt;/SPAN&gt;*', &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;'*&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Italy&lt;/SPAN&gt;*', '*&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;France&lt;/SPAN&gt;*',&lt;STRONG style=": ; font-style: inherit; font-size: 13.3333px; font-family: inherit; font-weight: inherit;"&gt;'*&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Russia&lt;/SPAN&gt;*', '*&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Germany&lt;/SPAN&gt;*&lt;/STRONG&gt;&lt;/SPAN&gt;), '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;EU5&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;',Country) as&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt;"&gt;[&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;country&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: inherit;"&gt;]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2018 14:32:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-data-with-in-the-dimension-in-script/m-p/137705#M20572</guid>
      <dc:creator>MarioCenteno</dc:creator>
      <dc:date>2018-09-18T14:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Group data with in the dimension in script</title>
      <link>https://community.qlik.com/t5/QlikView/Group-data-with-in-the-dimension-in-script/m-p/137706#M20573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your example all countries fall into EU5, so you won't get the individual countries. If you want the individual countries as well as the grouping into one field concatenate load the country data once for the individual countries and once for the grouping. Load this as a seperate diemension table with an ID. Something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Country:&lt;/P&gt;&lt;P&gt;Load *,RowNo() as ID;Load * Inline [Country&lt;/P&gt;&lt;P&gt;Spain&lt;/P&gt;&lt;P&gt;Italy&lt;/P&gt;&lt;P&gt;France&lt;/P&gt;&lt;P&gt;Germany&lt;/P&gt;&lt;P&gt;Russia&lt;/P&gt;&lt;P&gt;US&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate LOAD ID,if(Match(Country,'Spain','Italy','France','Russia','Germany' ),'EU5') as Country Resident Country;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2018 15:01:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-data-with-in-the-dimension-in-script/m-p/137706#M20573</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2018-09-18T15:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Group data with in the dimension in script</title>
      <link>https://community.qlik.com/t5/QlikView/Group-data-with-in-the-dimension-in-script/m-p/137707#M20574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How is your EU5 linked to your other data? What should happen when you select EU5? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2018 15:20:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-data-with-in-the-dimension-in-script/m-p/137707#M20574</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-09-18T15:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Group data with in the dimension in script</title>
      <link>https://community.qlik.com/t5/QlikView/Group-data-with-in-the-dimension-in-script/m-p/137708#M20575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Nagaraju ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually all the countries falls under EU5 group, so we want to show in the filter EU5 including all the countries.&lt;/P&gt;&lt;P&gt;now comes to the purpose of this is to select all the individuals in a filter is possible, like so we want to add another thing which is equal to all the countries filtered i.e EU5.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2018 06:13:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-data-with-in-the-dimension-in-script/m-p/137708#M20575</guid>
      <dc:creator>kakani87</dc:creator>
      <dc:date>2018-09-19T06:13:38Z</dc:date>
    </item>
  </channel>
</rss>

