<?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 Re: Current selections versus total in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Current-selections-versus-total/m-p/598163#M546536</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No this does not help.&amp;nbsp; As discussed, I cannot use the Crosstable facility.&amp;nbsp; Data must be in the exact format I proscribed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Apr 2014 20:54:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-08T20:54:09Z</dc:date>
    <item>
      <title>Current selections versus total</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selections-versus-total/m-p/598156#M546529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am currently trying to create a dimension on a cross tab which lets me easily compare the current selection to the total across all dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically I have two listboxes, A and B.&amp;nbsp; A user selects item 1 from A and item 2 from B.&amp;nbsp; I want a cross tab that shows sum of X and sum of Y along the rows, with the users current selections in column 1 and the sums for all selections in column 2.&amp;nbsp; Any ideas on how I might achieve this with a calculated dimension? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 22:02:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selections-versus-total/m-p/598156#M546529</guid>
      <dc:creator />
      <dc:date>2014-03-19T22:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Current selections versus total</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selections-versus-total/m-p/598157#M546530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can somebody please help?&amp;nbsp; Starting to really need an answer here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 19:46:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selections-versus-total/m-p/598157#M546530</guid>
      <dc:creator />
      <dc:date>2014-04-08T19:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Current selections versus total</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selections-versus-total/m-p/598158#M546531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you provide an eg or screenshot to understand the problem better. I am new but let me try as much as I can&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kiru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 20:01:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selections-versus-total/m-p/598158#M546531</guid>
      <dc:creator />
      <dc:date>2014-04-08T20:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Current selections versus total</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selections-versus-total/m-p/598159#M546532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kiru,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example is as follows.&amp;nbsp; Assume I load the following inline&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Group,Value1,Value2&lt;/P&gt;&lt;P&gt;A,10,1&lt;/P&gt;&lt;P&gt;A,10,1&lt;/P&gt;&lt;P&gt;A,10,1&lt;/P&gt;&lt;P&gt;B,10,1&lt;/P&gt;&lt;P&gt;B,10,1&lt;/P&gt;&lt;P&gt;C,10,1&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have a Listbox where the user has selected A only.&amp;nbsp; I want a crosstab that shows the total for A (the current selections), and the total for B and C (the others) across Value1 and Value2.&amp;nbsp; If the user changes his/her selection in the Listbox, I need to update the crosstab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the example above, crosstab would be all like:&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; Current Selection | Others&lt;/P&gt;&lt;P&gt;Value1 |&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; 30&amp;nbsp; | 30&lt;/P&gt;&lt;P&gt;Value2 |&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; 3&amp;nbsp; |&amp;nbsp; 3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 20:11:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selections-versus-total/m-p/598159#M546532</guid>
      <dc:creator />
      <dc:date>2014-04-08T20:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Current selections versus total</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selections-versus-total/m-p/598160#M546533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change script to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CROSSTABLE (ValueType,Value)&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Group,Value1,Value2&lt;/P&gt;&lt;P&gt;A,10,1&lt;/P&gt;&lt;P&gt;A,10,1&lt;/P&gt;&lt;P&gt;A,10,1&lt;/P&gt;&lt;P&gt;B,10,1&lt;/P&gt;&lt;P&gt;B,10,1&lt;/P&gt;&lt;P&gt;C,10,1&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then add chart with Dimension of ValueType and these expressions:&lt;/P&gt;&lt;P&gt;=SUM(Value)&lt;/P&gt;&lt;P&gt;=SUM({1-$}Value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 20:31:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selections-versus-total/m-p/598160#M546533</guid>
      <dc:creator />
      <dc:date>2014-04-08T20:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Current selections versus total</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selections-versus-total/m-p/598161#M546534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Clark - Sorry I cannot change the script.&amp;nbsp; It would not perform and there are many computations which require the script to be the way it is + for end user usability.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 20:39:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selections-versus-total/m-p/598161#M546534</guid>
      <dc:creator />
      <dc:date>2014-04-08T20:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Current selections versus total</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selections-versus-total/m-p/598162#M546535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Matthew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA, Hope will helps you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 20:51:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selections-versus-total/m-p/598162#M546535</guid>
      <dc:creator />
      <dc:date>2014-04-08T20:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Current selections versus total</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selections-versus-total/m-p/598163#M546536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No this does not help.&amp;nbsp; As discussed, I cannot use the Crosstable facility.&amp;nbsp; Data must be in the exact format I proscribed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 20:54:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selections-versus-total/m-p/598163#M546536</guid>
      <dc:creator />
      <dc:date>2014-04-08T20:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: Current selections versus total</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selections-versus-total/m-p/598164#M546537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matthew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can't you change the appearance of the chart though?&lt;/P&gt;&lt;P&gt;some thg like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Value1 ,value 2 in dimensions and use the above set analysis in 4 diff expressions to show the selected and other values?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 21:03:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selections-versus-total/m-p/598164#M546537</guid>
      <dc:creator />
      <dc:date>2014-04-08T21:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Current selections versus total</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selections-versus-total/m-p/598165#M546538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What would be preferred is to make a Dimension with Members "Current Selections" and "Others".&amp;nbsp; COGNOS lets me do this.&amp;nbsp; Why not QV?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 21:15:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selections-versus-total/m-p/598165#M546538</guid>
      <dc:creator />
      <dc:date>2014-04-08T21:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Current selections versus total</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selections-versus-total/m-p/598166#M546539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mathew,&lt;/P&gt;&lt;P&gt;There is nothing cognos can do and qlikview can't do. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the attached document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 21:35:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selections-versus-total/m-p/598166#M546539</guid>
      <dc:creator />
      <dc:date>2014-04-08T21:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: Current selections versus total</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selections-versus-total/m-p/598167#M546540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am sure there is a more elegant way to do it (personally I would opt for the script change), but you can try a calculated dimension similar to the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(MATCH(Group,GetFieldSelections(Group,','))=1,'Current','Others')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With an expressions of&lt;/P&gt;&lt;P&gt;=SUM({&amp;lt;Group=&amp;gt;}Value1)&lt;/P&gt;&lt;P&gt;=SUM({&amp;lt;Group=&amp;gt;}Value2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am pretty sure this won't perform well over large data sets.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 21:45:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selections-versus-total/m-p/598167#M546540</guid>
      <dc:creator />
      <dc:date>2014-04-08T21:45:33Z</dc:date>
    </item>
  </channel>
</rss>

