<?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: Qliksense Set Analysis - Look Up Value in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qliksense-Set-Analysis-Look-Up-Value/m-p/1819402#M67179</link>
    <description>&lt;P&gt;Thanks for the reply. I am half way there.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I get the market segment of the selected client?&amp;nbsp; The plan is for the user to be able to select any of their clients and compare their performance with the client's segment.&lt;/P&gt;</description>
    <pubDate>Fri, 02 Jul 2021 14:48:32 GMT</pubDate>
    <dc:creator>NormanStanleyBadger</dc:creator>
    <dc:date>2021-07-02T14:48:32Z</dc:date>
    <item>
      <title>Qliksense Set Analysis - Look Up Value</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Set-Analysis-Look-Up-Value/m-p/1819371#M67174</link>
      <description>&lt;P&gt;Hi - is it possible to use a selection as a look up value for other tables?&lt;/P&gt;&lt;P&gt;Example : On selecting a client's name, another table (containing all records) is filtered to that particular client's market segement&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jul 2021 13:21:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Set-Analysis-Look-Up-Value/m-p/1819371#M67174</guid>
      <dc:creator>NormanStanleyBadger</dc:creator>
      <dc:date>2021-07-02T13:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Set Analysis - Look Up Value</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Set-Analysis-Look-Up-Value/m-p/1819381#M67176</link>
      <description>&lt;P&gt;Yes.&lt;/P&gt;&lt;P&gt;You override the customer selection and then select from the possible market segment values.&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;CustomerName =,MarketSegment = {$(=Concat(distinct chr(39) &amp;amp; MarketSegment &amp;amp; chr(39),','))}&amp;gt;}CYBookingAmount)&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jul 2021 14:00:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Set-Analysis-Look-Up-Value/m-p/1819381#M67176</guid>
      <dc:creator>chriscammers</dc:creator>
      <dc:date>2021-07-02T14:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Set Analysis - Look Up Value</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Set-Analysis-Look-Up-Value/m-p/1819402#M67179</link>
      <description>&lt;P&gt;Thanks for the reply. I am half way there.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I get the market segment of the selected client?&amp;nbsp; The plan is for the user to be able to select any of their clients and compare their performance with the client's segment.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jul 2021 14:48:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Set-Analysis-Look-Up-Value/m-p/1819402#M67179</guid>
      <dc:creator>NormanStanleyBadger</dc:creator>
      <dc:date>2021-07-02T14:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Set Analysis - Look Up Value</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Set-Analysis-Look-Up-Value/m-p/1819409#M67180</link>
      <description>&lt;P&gt;The expression that I posted does that. Let's break it down a little.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Sum({&amp;lt;
      CustomerName =, //Ignore the customer selection
      MarketSegment = {   //calculate the possible market segment values as a comma separated list enclosing each value in single quotes
                          $(= //Dollar Sign expansion forces this expression to calculate first
                             Concat(distinct chr(39) &amp;amp; MarketSegment &amp;amp; chr(39),',') //Concat makes a delimited list based on the possible values of Market Segment
                          )
                      }
    &amp;gt;}
    CYBookingAmount
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jul 2021 15:04:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Set-Analysis-Look-Up-Value/m-p/1819409#M67180</guid>
      <dc:creator>chriscammers</dc:creator>
      <dc:date>2021-07-02T15:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Set Analysis - Look Up Value</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Set-Analysis-Look-Up-Value/m-p/1819422#M67182</link>
      <description>&lt;P&gt;Thanks that’s very useful.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I am getting a list of five possible market segments in the delimited list but I only want to return the one related to the client without any selections. What am I missing?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jul 2021 16:10:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Set-Analysis-Look-Up-Value/m-p/1819422#M67182</guid>
      <dc:creator>NormanStanleyBadger</dc:creator>
      <dc:date>2021-07-02T16:10:52Z</dc:date>
    </item>
  </channel>
</rss>

