<?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 dynamic set analysis based on selection made in Listbox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/dynamic-set-analysis-based-on-selection-made-in-Listbox/m-p/1201505#M877796</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;I have KPI descriptions in a list box and their corresponding id's are available in the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When user selects multiple KPI descriptions then we need to perform set analysis based on descriptions/or id' selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: user selects 5,7,9 kpi descriptions then it should convert like Sum(&amp;nbsp;&amp;nbsp; {&amp;nbsp;&amp;nbsp; KPI5&amp;nbsp; }&amp;nbsp; Values)+Sum(&amp;nbsp;&amp;nbsp; {&amp;nbsp;&amp;nbsp; KPI7&amp;nbsp; }&amp;nbsp; Values)+Sum(&amp;nbsp;&amp;nbsp; {&amp;nbsp;&amp;nbsp; KPI9}&amp;nbsp; Values)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to write set analysis dynamically for this scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="dynamic set analysis for the selected values in a listbox.PNG" class="jive-image image-1" src="/legacyfs/online/140941_dynamic set analysis for the selected values in a listbox.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>dynamic set analysis based on selection made in Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-set-analysis-based-on-selection-made-in-Listbox/m-p/1201505#M877796</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;I have KPI descriptions in a list box and their corresponding id's are available in the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When user selects multiple KPI descriptions then we need to perform set analysis based on descriptions/or id' selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: user selects 5,7,9 kpi descriptions then it should convert like Sum(&amp;nbsp;&amp;nbsp; {&amp;nbsp;&amp;nbsp; KPI5&amp;nbsp; }&amp;nbsp; Values)+Sum(&amp;nbsp;&amp;nbsp; {&amp;nbsp;&amp;nbsp; KPI7&amp;nbsp; }&amp;nbsp; Values)+Sum(&amp;nbsp;&amp;nbsp; {&amp;nbsp;&amp;nbsp; KPI9}&amp;nbsp; Values)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to write set analysis dynamically for this scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="dynamic set analysis for the selected values in a listbox.PNG" class="jive-image image-1" src="/legacyfs/online/140941_dynamic set analysis for the selected values in a listbox.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-set-analysis-based-on-selection-made-in-Listbox/m-p/1201505#M877796</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic set analysis based on selection made in Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-set-analysis-based-on-selection-made-in-Listbox/m-p/1201506#M877797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Might be easy to understand if you are able to share a sample&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 02:59:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-set-analysis-based-on-selection-made-in-Listbox/m-p/1201506#M877797</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-18T02:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic set analysis based on selection made in Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-set-analysis-based-on-selection-made-in-Listbox/m-p/1201507#M877798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Sum of Values based on KPI:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum({$&amp;lt;KPI&amp;gt;}Values)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Sum of IDs, based on KPI_description:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum({$&amp;lt;KPI_description&amp;gt;}IDs)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 03:26:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-set-analysis-based-on-selection-made-in-Listbox/m-p/1201507#M877798</guid>
      <dc:creator>varshavig12</dc:creator>
      <dc:date>2016-10-18T03:26:54Z</dc:date>
    </item>
  </channel>
</rss>

