<?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 Set Analysis - Get records that share an implicitly selected dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Get-records-that-share-an-implicitly-selected/m-p/167306#M504848</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stephen, thank you for your reply. Unfortunately, the answer you've posted doesn't seem to work. Do you (or someone else) have any other ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Oct 2009 04:16:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-10-13T04:16:09Z</dc:date>
    <item>
      <title>Set Analysis - Get records that share an implicitly selected dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Get-records-that-share-an-implicitly-selected/m-p/167304#M504846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not quite sure how to explain this, but here goes:&lt;/P&gt;&lt;P&gt;I am building a QV app that contains, amongst other things, customer data (name and industry) and revenue data. When a single customer is selected, a tab showing customer data is made visible. On this tab I want to present a list of customers that are in the same industry and their revenue. The industry is not explicitly selected, but a customer only has one industry, so when a single customer is selected an industry is also implicitly selected.&lt;/P&gt;&lt;P&gt;I have created a table containing customer name and an expression that looks like this:&lt;/P&gt;&lt;P&gt;Sum ({1&amp;lt;Industry = {$(Industry)}&amp;gt;} TotalRevenue)&lt;/P&gt;&lt;P&gt;This doesn't seem to work, but when I try something like&lt;/P&gt;&lt;P&gt;Sum ({1&amp;lt;Industry = {'Sporting Goods Store'}&amp;gt;} TotalRevenue)&lt;/P&gt;&lt;P&gt;it does work. I've tried every permutation that I could think of but am stuck. How can I get the value of the current (implicitly selected) industry and use it in the expression? Any help would be greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2009 20:22:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Get-records-that-share-an-implicitly-selected/m-p/167304#M504846</guid>
      <dc:creator />
      <dc:date>2009-08-26T20:22:17Z</dc:date>
    </item>
    <item>
      <title>Set Analysis - Get records that share an implicitly selected dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Get-records-that-share-an-implicitly-selected/m-p/167305#M504847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I will usually use the Concat function here:&lt;/P&gt;&lt;P&gt;Sum ({1&amp;lt;Industry = {"$(=Concat(Industry,'"'")"}&amp;gt;} TotalRevenue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2009 21:30:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Get-records-that-share-an-implicitly-selected/m-p/167305#M504847</guid>
      <dc:creator>stephencredmond</dc:creator>
      <dc:date>2009-08-26T21:30:24Z</dc:date>
    </item>
    <item>
      <title>Set Analysis - Get records that share an implicitly selected dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Get-records-that-share-an-implicitly-selected/m-p/167306#M504848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stephen, thank you for your reply. Unfortunately, the answer you've posted doesn't seem to work. Do you (or someone else) have any other ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2009 04:16:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Get-records-that-share-an-implicitly-selected/m-p/167306#M504848</guid>
      <dc:creator />
      <dc:date>2009-10-13T04:16:09Z</dc:date>
    </item>
    <item>
      <title>Set Analysis - Get records that share an implicitly selected dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Get-records-that-share-an-implicitly-selected/m-p/167307#M504849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found it. The proper syntax is:&lt;/P&gt;&lt;P&gt;Sum ({1&amp;lt;Industry = {"$(=Industry)"}&amp;gt;} TotalRevenue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2009 05:08:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Get-records-that-share-an-implicitly-selected/m-p/167307#M504849</guid>
      <dc:creator />
      <dc:date>2009-10-13T05:08:22Z</dc:date>
    </item>
    <item>
      <title>Set Analysis - Get records that share an implicitly selected dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Get-records-that-share-an-implicitly-selected/m-p/167308#M504850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What happens if you have more than one industry selected? Or is that what you were looking for all along.&lt;/P&gt;&lt;P&gt;Note that "$(=Concat(Industry,'","'))" will be the same as "$(=Industry)" where there is only one selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2009 15:12:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Get-records-that-share-an-implicitly-selected/m-p/167308#M504850</guid>
      <dc:creator>stephencredmond</dc:creator>
      <dc:date>2009-10-13T15:12:31Z</dc:date>
    </item>
  </channel>
</rss>

