<?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 hey in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/hey/m-p/576385#M1264887</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have a field name Region which has north,south,east,west...my customer is asking that i should give him a functionality of north and South,East and West.......so that the region has 6 fields i.e, north,south,east,west,North and South,East and West&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>hey</title>
      <link>https://community.qlik.com/t5/QlikView/hey/m-p/576385#M1264887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have a field name Region which has north,south,east,west...my customer is asking that i should give him a functionality of north and South,East and West.......so that the region has 6 fields i.e, north,south,east,west,North and South,East and West&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hey/m-p/576385#M1264887</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: hey</title>
      <link>https://community.qlik.com/t5/QlikView/hey/m-p/576386#M1264888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanchit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please give a bit more details as I am unclear what you are trying to achieve.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Marius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 06:54:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hey/m-p/576386#M1264888</guid>
      <dc:creator />
      <dc:date>2014-04-15T06:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: hey</title>
      <link>https://community.qlik.com/t5/QlikView/hey/m-p/576387#M1264891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please provide a sample data so that I can create a solution and send back to you..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 07:06:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hey/m-p/576387#M1264891</guid>
      <dc:creator>rajat2392</dc:creator>
      <dc:date>2014-04-15T07:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: hey</title>
      <link>https://community.qlik.com/t5/QlikView/hey/m-p/576388#M1264895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanchit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do you define the new&amp;nbsp; "North and South" region? Is that the sum of the north and south data? &lt;/P&gt;&lt;P&gt;If yes, that you can't add the new region to the same dimension because it is an aggregation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that what you trying to achieve is to transform this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/57281_1.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;into this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/57282_2.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That way you can display the data by the "top" region and than drill down to "sub" regions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your script you could use something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pick(wildmatch(Region, 'North', 'South', 'East', 'West'),'North and South', 'North and South', 'East and West', 'East and West') as [TopRegion]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 07:46:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hey/m-p/576388#M1264895</guid>
      <dc:creator />
      <dc:date>2014-04-15T07:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: hey</title>
      <link>https://community.qlik.com/t5/QlikView/hey/m-p/576389#M1264897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You will need clarification from the customer exactly what he means by North East etc. Are they asking for it to be a combination of North and East values or something more individual. Or is the input data going to change ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 07:58:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hey/m-p/576389#M1264897</guid>
      <dc:creator>ngulliver</dc:creator>
      <dc:date>2014-04-15T07:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: hey</title>
      <link>https://community.qlik.com/t5/QlikView/hey/m-p/576390#M1264899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you require this, check the application attached if it helps...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 12:28:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hey/m-p/576390#M1264899</guid>
      <dc:creator>rajat2392</dc:creator>
      <dc:date>2014-04-15T12:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Re: hey</title>
      <link>https://community.qlik.com/t5/QlikView/hey/m-p/576391#M1264901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or you can simply do this...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 13:20:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hey/m-p/576391#M1264901</guid>
      <dc:creator>rajat2392</dc:creator>
      <dc:date>2014-04-15T13:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: hey</title>
      <link>https://community.qlik.com/t5/QlikView/hey/m-p/576392#M1264903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajat, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if the N-S and E-W are the sums of their respective regions than you are mixing different levels of granularity in the same dimension. This will lead to incorrect calculations (unless you use set analysis). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 01:02:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hey/m-p/576392#M1264903</guid>
      <dc:creator />
      <dc:date>2014-04-16T01:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: hey</title>
      <link>https://community.qlik.com/t5/QlikView/hey/m-p/576393#M1264905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the requirement exactly then?&lt;/P&gt;&lt;P&gt;your customer is asking for two more values N-S and E-W in the dimension Region..what would be their values then..their sum up only or something else?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 04:05:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hey/m-p/576393#M1264905</guid>
      <dc:creator>rajat2392</dc:creator>
      <dc:date>2014-04-16T04:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: hey</title>
      <link>https://community.qlik.com/t5/QlikView/hey/m-p/576394#M1264906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what you showed is exactly what i want but i cant use if statement as my data set is large&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 07:16:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hey/m-p/576394#M1264906</guid>
      <dc:creator />
      <dc:date>2014-04-16T07:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: hey</title>
      <link>https://community.qlik.com/t5/QlikView/hey/m-p/576395#M1264908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what you can do then is extract out one more table out of the main table having &lt;STRONG&gt;distinct region&lt;/STRONG&gt; and the sum of their values, then the new table will have only 4 regions and their values as in this example. Then you can apply the same thing on that new table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 08:45:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hey/m-p/576395#M1264908</guid>
      <dc:creator>rajat2392</dc:creator>
      <dc:date>2014-04-16T08:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: hey</title>
      <link>https://community.qlik.com/t5/QlikView/hey/m-p/576396#M1264910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the level of granularity is decided by you only. How you want to see and represent, you create a model for that purpose only. If the client wants to see the North-South summed up data, then you have to create like this one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 09:09:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hey/m-p/576396#M1264910</guid>
      <dc:creator>rajat2392</dc:creator>
      <dc:date>2014-04-16T09:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: hey</title>
      <link>https://community.qlik.com/t5/QlikView/hey/m-p/576397#M1264911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I must respectfully disagree with you. We are not talking here about deciding the level of granularity but about mixing the levels of granularity. Mixing granularity is always a bad idea. People inevitably sum the higher grain measures producing incorrect reporting. If a client ask a simple question - what is the total sum of sales for all regions? You can't simply do a sum here without excluding the aggregated regions first. The developer is just making life really hard for himself or herself in my opinion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is what clients wants and the consultant can't see anything wrong with this request than I would be worried.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.kimballgroup.com/2007/07/30/keep-to-the-grain-in-dimensional-modeling/" style="font-size: 10pt; line-height: 1.5em;" title="http://www.kimballgroup.com/2007/07/30/keep-to-the-grain-in-dimensional-modeling/"&gt;Keep to the Grain in Dimensional Modeling - Kimball Group&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.kimballgroup.com/2003/10/10/fistful-of-flaws/" title="http://www.kimballgroup.com/2003/10/10/fistful-of-flaws/"&gt;Fistful of Flaws - Kimball Group&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;H3 style="color: #424242; font-family: OpenSans;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;EM style="font-size: 10pt;"&gt;When developing fact tables, aggregated data is NOT the place to start. To avoid “mixed granularity” woes including bad and overlapping data, stick to rich, expressive, atomic-level data that’s closely connected to the original source and collection process." - Ralph Kimball&lt;/EM&gt;&lt;/SPAN&gt;&lt;/H3&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 16:44:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hey/m-p/576397#M1264911</guid>
      <dc:creator />
      <dc:date>2014-04-16T16:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: hey</title>
      <link>https://community.qlik.com/t5/QlikView/hey/m-p/576398#M1264913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not saying that I disagree with you. I totally agree with you, mixing up is never a good idea. But here I am not dealing with Sanchit's client, else I would have suggested them something else that what could be a better option for them to analyze. But here what I am doing is just helping him with the script, just to get the desired result. I think you can understand this now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rajat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 04:33:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hey/m-p/576398#M1264913</guid>
      <dc:creator>rajat2392</dc:creator>
      <dc:date>2014-04-17T04:33:57Z</dc:date>
    </item>
  </channel>
</rss>

