<?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 Calculated Dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension/m-p/229984#M81855</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In order to create your dimensions, you need to use "Synthetic Dimensions" - look them up in the Help Section.&lt;/P&gt;&lt;P&gt;The first value would be only(Vendor) and the second value would be a constant "Others".&lt;/P&gt;&lt;P&gt;In your expressions, you'll need to use function IF() to question the value of your synthetic dimension, in order to choose the relevant expression.&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV id="refHTML"&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Nov 2009 02:49:04 GMT</pubDate>
    <dc:creator>Oleg_Troyansky</dc:creator>
    <dc:date>2009-11-03T02:49:04Z</dc:date>
    <item>
      <title>Calculated Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension/m-p/229981#M81852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table of Vendors (e.g., Apple, HP, Dell, Sony) and I would like to compare results from 1 selected vendor to the result of everyone else. For example, let's say that my selected Vendor is 'Dell':&lt;/P&gt;&lt;P&gt;&lt;B&gt;Vendor Sales (ThisYr) Sales (LastYr)&lt;/B&gt;&lt;BR /&gt;Dell $100,000 $125,000&lt;BR /&gt;Others $500,000 $550,000&lt;/P&gt;&lt;P&gt;Can I use a calculated Dimension for this, where 'others' would represent an aggregated total of non-selected vendors?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 02:07:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension/m-p/229981#M81852</guid>
      <dc:creator />
      <dc:date>2009-11-03T02:07:04Z</dc:date>
    </item>
    <item>
      <title>Calculated Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension/m-p/229982#M81853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BTW...I've hardcoded a calculated dimensions as follows:&lt;/P&gt;&lt;P&gt;1. Vendor = 'Dell'&lt;BR /&gt;2. Vendor &amp;lt;&amp;gt; 'Dell'&lt;/P&gt;&lt;P&gt;The results are fine, but the table is displayed as follows:&lt;/P&gt;&lt;P&gt;1. -1&lt;BR /&gt;2. 0&lt;/P&gt;&lt;P&gt;I've tried substituting 'Dell' with vCurrentVendor, but then the results are not broken out into 2 lines as I would expect, but rather combined into one aggregated amount.&lt;/P&gt;&lt;P&gt;Is there a better way to do this and have my results presented as in my original post above?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 02:23:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension/m-p/229982#M81853</guid>
      <dc:creator />
      <dc:date>2009-11-03T02:23:05Z</dc:date>
    </item>
    <item>
      <title>Calculated Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension/m-p/229983#M81854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was going to say:&lt;/P&gt;&lt;P&gt;=if(vendor &amp;lt;&amp;gt; GetFieldSelections(vendor),'Others',GetFieldSelections(vendor))&lt;/P&gt;&lt;P&gt;but it doesn't work.... &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;however this does:&lt;/P&gt;&lt;P&gt;=if(vendor&amp;lt;&amp;gt;'dell','Others',vendor)&lt;/P&gt;&lt;P&gt;it seems that of course when you make a selection, you then get the "others" data as excluded and hence wont show. I'll have a think.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 02:24:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension/m-p/229983#M81854</guid>
      <dc:creator />
      <dc:date>2009-11-03T02:24:40Z</dc:date>
    </item>
    <item>
      <title>Calculated Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension/m-p/229984#M81855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In order to create your dimensions, you need to use "Synthetic Dimensions" - look them up in the Help Section.&lt;/P&gt;&lt;P&gt;The first value would be only(Vendor) and the second value would be a constant "Others".&lt;/P&gt;&lt;P&gt;In your expressions, you'll need to use function IF() to question the value of your synthetic dimension, in order to choose the relevant expression.&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV id="refHTML"&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 02:49:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension/m-p/229984#M81855</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2009-11-03T02:49:04Z</dc:date>
    </item>
    <item>
      <title>Calculated Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension/m-p/229985#M81856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sure that you can resolve this using set analysys. There are examples in Help that you can use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 07:44:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension/m-p/229985#M81856</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-11-03T07:44:35Z</dc:date>
    </item>
    <item>
      <title>Calculated Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension/m-p/229986#M81857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG&gt;Oleg Troyansky,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Can u provide a sample application of using the synthetic dimension for the above query?????????&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;thanks in advance&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 18:59:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension/m-p/229986#M81857</guid>
      <dc:creator />
      <dc:date>2009-11-03T18:59:29Z</dc:date>
    </item>
    <item>
      <title>Calculated Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension/m-p/229987#M81858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will be happy to post a solution once it's done. It may take some time for me to figure it out though. QV help text on synthetic dimension functions isn't very helpful &lt;IMG alt="Zip it!" src="http://community.qlik.com/emoticons/emotion-16.gif" /&gt; But I do believe herein lies the solution. It would allow you to select 1 or more vendors and compare them to the group that is not selected...very nice!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 22:04:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension/m-p/229987#M81858</guid>
      <dc:creator />
      <dc:date>2009-11-03T22:04:15Z</dc:date>
    </item>
    <item>
      <title>Calculated Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension/m-p/229988#M81859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a simple example demonstrating the use of Synthetic Dimensions.&lt;/P&gt;&lt;P&gt;Enjoy!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 10:07:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension/m-p/229988#M81859</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2009-11-04T10:07:06Z</dc:date>
    </item>
    <item>
      <title>Calculated Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension/m-p/229989#M81860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oleg Troyansky,&lt;/P&gt;&lt;P&gt;Thank you for ur reply..&lt;/P&gt;&lt;P&gt;its g8..............&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 12:35:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension/m-p/229989#M81860</guid>
      <dc:creator />
      <dc:date>2009-11-04T12:35:39Z</dc:date>
    </item>
    <item>
      <title>Calculated Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension/m-p/229990#M81861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please help me with the following issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to build the following Pie Chart being able to filter by year, supplier, etc with one selected customer value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="part-to-whole.JPG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/14416_part-to-whole.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;What are the needed expression(s) in order to have this Pie Chart?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Synthetic Dimension: =ValueList('$(=only([Customer]))', 'Others')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression: if(ValueList('$(=only([Customer]))', 'Others') = 'Others',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum({1-$} Sales),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum(Sales)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how can I filter per year, supplier or product category on the first sum: sum({1-$} Sales) ?&lt;/P&gt;&lt;P&gt;I would like to filter by year, supplier, etc but there is the {1-$}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selecting year, supplier, etc works only with sum(Sales).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;- Gabriel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2012 17:23:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension/m-p/229990#M81861</guid>
      <dc:creator />
      <dc:date>2012-05-17T17:23:22Z</dc:date>
    </item>
  </channel>
</rss>

