<?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 Synthetic vs. Calculated Dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Synthetic-vs-Calculated-Dimension/m-p/232144#M83800</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Oleg!!! This is great!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Nov 2009 07:12:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-11-05T07:12:57Z</dc:date>
    <item>
      <title>Synthetic vs. Calculated Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-vs-Calculated-Dimension/m-p/232138#M83794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a list of 10 vendors. I'm using a slider object to select weeks to perform set analysis. Here's an example:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-575_sourceID:575" /&gt;&lt;/P&gt;&lt;P&gt;Now, I would like to compare 1 vendor to the others. To that end, I've created an Input Box to store vCurrentVendor (e.g., 'Dell'). The first thing I tried was to create 2 calculated dimensions, as follows:&lt;/P&gt;&lt;P&gt;Dimension1: =Vendor = vCurrentVendor&lt;BR /&gt;Dimension2: =Vendor &amp;lt;&amp;gt; vCurrentVendor&lt;/P&gt;&lt;P&gt;This didn't work. So I tried hard-coding the vendor name as follows:&lt;/P&gt;&lt;P&gt;Dimension1: =Vendor = 'Dell'&lt;BR /&gt;Dimension2: =Vendor &amp;lt;&amp;gt; 'Dell'&lt;/P&gt;&lt;P&gt;The results are correct, but it's not displaying as expected:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-576_sourceID:576" /&gt;&lt;/P&gt;&lt;P&gt;It was suggested that the way to get the results displayed correctly would be to use a synthetic dimension. First, I started with hard-coding the string values as follows:&lt;/P&gt;&lt;P&gt;Dimension 1: =Valuelist('Dell')&lt;BR /&gt;Dimension 2: =ValueList('Acer', 'Apple', 'ASUS', 'Fujitsu', 'HP', 'Lenovo', 'Samsung', 'Sony', 'Toshiba')&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-577_sourceID:577" /&gt;&lt;/P&gt;&lt;P&gt;This isn't right. So, I inserted a ' Vendor =' before my ValueList statements. Again, that didn't work.&lt;/P&gt;&lt;P&gt;I suppose I could skip the dimensions altogether and do everything via set analysis. I'm open to any and all suggestions at this point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 01:17:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-vs-Calculated-Dimension/m-p/232138#M83794</guid>
      <dc:creator />
      <dc:date>2009-11-05T01:17:41Z</dc:date>
    </item>
    <item>
      <title>Synthetic vs. Calculated Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-vs-Calculated-Dimension/m-p/232139#M83795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't need 2 Dimensions in order to compare the two - you need 1 Dimension with 2 values. I posted an example in the previous thread that you started on a similar topic - please look it up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 01:38:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-vs-Calculated-Dimension/m-p/232139#M83795</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2009-11-05T01:38:33Z</dc:date>
    </item>
    <item>
      <title>Synthetic vs. Calculated Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-vs-Calculated-Dimension/m-p/232140#M83796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oleg, Thank you for your help. If I was able to figure it out on my own, I wouldn't have re-posted. I'm sure this is clear as day for you, but not so much for me. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 01:53:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-vs-Calculated-Dimension/m-p/232140#M83796</guid>
      <dc:creator />
      <dc:date>2009-11-05T01:53:38Z</dc:date>
    </item>
    <item>
      <title>Synthetic vs. Calculated Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-vs-Calculated-Dimension/m-p/232141#M83797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you post your example, and I'll show you the solution there?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 01:56:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-vs-Calculated-Dimension/m-p/232141#M83797</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2009-11-05T01:56:18Z</dc:date>
    </item>
    <item>
      <title>Synthetic vs. Calculated Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-vs-Calculated-Dimension/m-p/232142#M83798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's a sample. I had to zip it up because it was apparently too large to post.&lt;/P&gt;&lt;P&gt;[View:http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/7484.test5.zip:550:0]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 04:33:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-vs-Calculated-Dimension/m-p/232142#M83798</guid>
      <dc:creator />
      <dc:date>2009-11-05T04:33:31Z</dc:date>
    </item>
    <item>
      <title>Synthetic vs. Calculated Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-vs-Calculated-Dimension/m-p/232143#M83799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the solution. It's described within the QVW.&lt;/P&gt;&lt;P&gt;enjoy!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 06:58:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-vs-Calculated-Dimension/m-p/232143#M83799</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2009-11-05T06:58:00Z</dc:date>
    </item>
    <item>
      <title>Synthetic vs. Calculated Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-vs-Calculated-Dimension/m-p/232144#M83800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Oleg!!! This is great!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 07:12:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-vs-Calculated-Dimension/m-p/232144#M83800</guid>
      <dc:creator />
      <dc:date>2009-11-05T07:12:57Z</dc:date>
    </item>
  </channel>
</rss>

