<?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: Multiple selections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-selections/m-p/791266#M1044397</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think the &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.7272720336914px; line-height: 1.5em;"&gt;,INDUSTRY=p(INDUSTRY)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.7272720336914px; line-height: 1.5em;"&gt;is necessary. You should be able to remove that and simplify.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.7272720336914px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.7272720336914px; line-height: 1.5em;"&gt;-Rob&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Nov 2014 03:12:06 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2014-11-24T03:12:06Z</dc:date>
    <item>
      <title>Multiple selections</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-selections/m-p/791258#M1044389</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;Is there any way to show selected value and its benchmark in same bar chart?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/71717_Untitled.png" style="width: 620px; height: 153px;" /&gt; 1.&lt;/P&gt;&lt;P&gt;Like If I select Client name ='Acer' then all the clients having Industry as Computer hardware(Filter 3) should show up in chart irrespective of my client Name selection.&lt;/P&gt;&lt;P&gt;Output should be Acer + Other clients from same Industry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Navdeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 16:41:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-selections/m-p/791258#M1044389</guid>
      <dc:creator />
      <dc:date>2014-11-20T16:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple selections</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-selections/m-p/791259#M1044390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you can take use of the p() function in set analysis, an expression might look like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;[Client Name]=, Industry = p(Industry)&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 18:11:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-selections/m-p/791259#M1044390</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-11-20T18:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple selections</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-selections/m-p/791260#M1044391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeremiah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the time. It's working but now bar chart is showing aggregation based on industry. but required is bar for each client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to show 'value' of all clients having same industry. Metric is in dimension&amp;nbsp; and sum({&amp;lt;[Client Name]=,Industry=p(Industry)&amp;gt;}Value) is expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Navdeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Nov 2014 16:32:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-selections/m-p/791260#M1044391</guid>
      <dc:creator />
      <dc:date>2014-11-22T16:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple selections</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-selections/m-p/791261#M1044392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should work if you simply change the dimension in the chart to Client Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you look up posts on 'brushing' you can use a technique where only one chart is used.&amp;nbsp; Clients in your selection being shown in one colour and those that are in the same industry in another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically you would use an expression like Jeramiah suggests then set up a colour expression something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(isnull(maxstring([Client Name])), rgb(180,180,180), rgb(50,200,50))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The maxstring will only return non null if the client is in the selection, not just the same industry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Nov 2014 21:47:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-selections/m-p/791261#M1044392</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2014-11-23T21:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple selections</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-selections/m-p/791262#M1044393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the number of clients and industries are not large, you may use the following script. Create list box on the field Client1 and user the field Client as dimension in your chart objects.&lt;/P&gt;&lt;P&gt;A:&lt;/P&gt;&lt;P&gt;load * Inline [&lt;/P&gt;&lt;P&gt;Client, Industry&lt;/P&gt;&lt;P&gt;Acer, Computer Hardware&lt;/P&gt;&lt;P&gt;Dell, Computer Hardware&lt;/P&gt;&lt;P&gt;HP, Computer Hardware&lt;/P&gt;&lt;P&gt;Gateway, Computer Hardware&lt;/P&gt;&lt;P&gt;Oracle, Software&lt;/P&gt;&lt;P&gt;SAP, Software&lt;/P&gt;&lt;P&gt;SAS, Software&lt;/P&gt;&lt;P&gt;Qlik, Software&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Outer Join (A) LOAD Client as Client1, Industry as Industry1 Resident A;&lt;/P&gt;&lt;P&gt;B:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;LOAD Client, Client1 Resident A where Industry = Industry1;&lt;/P&gt;&lt;P&gt;Drop Table A;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 01:54:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-selections/m-p/791262#M1044393</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2014-11-24T01:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple selections</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-selections/m-p/791263#M1044394</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;Try like this&lt;/P&gt;&lt;P&gt;Dimension: [Client Name]&lt;/P&gt;&lt;P&gt;Expression: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum({&amp;lt;[Client Name]=,Industry=p(Industry)&amp;gt;}Value) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or if you want two bars one for Acer and other for all other clients then use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension:&lt;/P&gt;&lt;P&gt;If([Client Name] = Only([Client Name]), [Client Name], 'All Other Clients')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum({&amp;lt;[Client Name]=,Industry=p(Industry)&amp;gt;}Value) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 02:08:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-selections/m-p/791263#M1044394</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-11-24T02:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple selections</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-selections/m-p/791264#M1044395</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;sum({&amp;lt;METRIC_NAME={'Store Level Visibility'},CLIENT_NAME=,INDUSTRY=p(INDUSTRY)&amp;gt;}METRIC_VALUE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expresion has worked for me.Thanks for the detailed explanation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Navdeep Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 03:03:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-selections/m-p/791264#M1044395</guid>
      <dc:creator />
      <dc:date>2014-11-24T03:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple selections</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-selections/m-p/791265#M1044396</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;Please close this thread by giving Correct and Helpful answers to the useful posts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 03:06:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-selections/m-p/791265#M1044396</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-11-24T03:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple selections</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-selections/m-p/791266#M1044397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think the &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.7272720336914px; line-height: 1.5em;"&gt;,INDUSTRY=p(INDUSTRY)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.7272720336914px; line-height: 1.5em;"&gt;is necessary. You should be able to remove that and simplify.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.7272720336914px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.7272720336914px; line-height: 1.5em;"&gt;-Rob&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 03:12:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-selections/m-p/791266#M1044397</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2014-11-24T03:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple selections</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-selections/m-p/791267#M1044398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried without Industry=p(Industry), then all clients are showing up in chart irrespective of industry. I need to show clients having same industry, thus P(Industry) is required I guess.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Navdeep &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 03:35:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-selections/m-p/791267#M1044398</guid>
      <dc:creator />
      <dc:date>2014-11-24T03:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple selections</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-selections/m-p/791268#M1044399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it. My misunderstanding, I thought an Industry was selected. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 03:43:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-selections/m-p/791268#M1044399</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2014-11-24T03:43:06Z</dc:date>
    </item>
  </channel>
</rss>

