<?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: Indirect selection using Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Indirect-selection-using-Set-Analysis/m-p/1092532#M642543</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny &amp;amp; Mark&lt;/P&gt;&lt;P&gt;Following picture will make it clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, the user is selecting rating_contact_id 917 on the front end. Now, using the set analysis (not on the UI) i need to make selection that says history_rating_contact_id = '917' based on user's selection of rating_contact_id 917.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried using p function for this, i.e using the expression;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;history_rating_contact_id = p(rating_contact_id) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it won't work. So need to explore if there is any other function besides p function that could be used to make this indirect selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Bets_Pic.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/114235_Bets_Pic.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Feb 2016 21:25:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-02-10T21:25:25Z</dc:date>
    <item>
      <title>Indirect selection using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Indirect-selection-using-Set-Analysis/m-p/1092528#M642539</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;What set analysis expressions could be used, if you were trying to assign values to Sales_Associate_ID1 based on selection made by the user on Sales_Associate_ID2?&lt;/P&gt;&lt;P&gt;one of the functions i could think of is p. So the expression could be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales_Associate_ID1 = p(&lt;SPAN style="font-size: 13.3333px;"&gt;Sales_Associate_ID2)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any other way to accomplish the same thing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 20:36:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Indirect-selection-using-Set-Analysis/m-p/1092528#M642539</guid>
      <dc:creator />
      <dc:date>2016-02-10T20:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: Indirect selection using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Indirect-selection-using-Set-Analysis/m-p/1092529#M642540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you elaborate more on what you trying to do? May be share a sample if possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 21:10:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Indirect-selection-using-Set-Analysis/m-p/1092529#M642540</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-10T21:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Indirect selection using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Indirect-selection-using-Set-Analysis/m-p/1092530#M642541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hemang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you mean something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sales1:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [ &lt;/P&gt;&lt;P&gt;Sales_Associate_ID1,value1&lt;/P&gt;&lt;P&gt;A,1&lt;/P&gt;&lt;P&gt;B,2&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sales2:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [ &lt;/P&gt;&lt;P&gt;Sales_Associate_ID2,value2&lt;/P&gt;&lt;P&gt;C,3&lt;/P&gt;&lt;P&gt;D,4&lt;/P&gt;&lt;P&gt;A,5&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you could create a chart with an expression using the concatenated values of &lt;SPAN style="font-size: 13.3333px;"&gt;Sales_Associate_ID2 :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;Sales_Associate_ID1={$(=Concat(Sales_Associate_ID2,','))}&amp;gt;} value1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 21:16:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Indirect-selection-using-Set-Analysis/m-p/1092530#M642541</guid>
      <dc:creator>markodonovan</dc:creator>
      <dc:date>2016-02-10T21:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Indirect selection using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Indirect-selection-using-Set-Analysis/m-p/1092531#M642542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a screenshot a chart I create with a dimension of &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales_Associate_ID1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;expression:&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;Sales_Associate_ID1={$(=Concat(Sales_Associate_ID2,','))}&amp;gt;} value1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/114239_Capture.PNG" style="height: 234px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&lt;A href="http://techstuffybooks.com"&gt;http://techstuffybooks.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 21:19:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Indirect-selection-using-Set-Analysis/m-p/1092531#M642542</guid>
      <dc:creator>markodonovan</dc:creator>
      <dc:date>2016-02-10T21:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Indirect selection using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Indirect-selection-using-Set-Analysis/m-p/1092532#M642543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny &amp;amp; Mark&lt;/P&gt;&lt;P&gt;Following picture will make it clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, the user is selecting rating_contact_id 917 on the front end. Now, using the set analysis (not on the UI) i need to make selection that says history_rating_contact_id = '917' based on user's selection of rating_contact_id 917.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried using p function for this, i.e using the expression;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;history_rating_contact_id = p(rating_contact_id) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it won't work. So need to explore if there is any other function besides p function that could be used to make this indirect selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Bets_Pic.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/114235_Bets_Pic.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 21:25:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Indirect-selection-using-Set-Analysis/m-p/1092532#M642543</guid>
      <dc:creator />
      <dc:date>2016-02-10T21:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Indirect selection using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Indirect-selection-using-Set-Analysis/m-p/1092533#M642544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not looking to create a chart for this problem but just trying to get correct values in a table based on these selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 21:28:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Indirect-selection-using-Set-Analysis/m-p/1092533#M642544</guid>
      <dc:creator />
      <dc:date>2016-02-10T21:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Indirect selection using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Indirect-selection-using-Set-Analysis/m-p/1092534#M642546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Isn't this the same issue we are discussing here for days now?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/204885"&gt;Indirect Selection (P function etc.)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you think Vlad and myself are on the wrong track, please tell so. I am still waiting for some requested information, like what you see returned from your expression and what you expect to get instead and if you can prove that there are potentially matching values for the combination of field modifiers used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMHO, posting duplicate threads makes it very hard to follow a discussion, so should be avoided.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 23:13:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Indirect-selection-using-Set-Analysis/m-p/1092534#M642546</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-02-10T23:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Indirect selection using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Indirect-selection-using-Set-Analysis/m-p/1092535#M642548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Point well taken. Apologies for the same discussion in a separate thread. My intent was to start a fresh thread and try to get a fresh perspective with a simplified description of the problem. Wasn't sure if i was addressing the same audience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 23:25:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Indirect-selection-using-Set-Analysis/m-p/1092535#M642548</guid>
      <dc:creator />
      <dc:date>2016-02-10T23:25:31Z</dc:date>
    </item>
  </channel>
</rss>

