<?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 Implementation of multiple select in QlikSense SAAS in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Implementation-of-multiple-select-in-QlikSense-SAAS/m-p/2069848#M87877</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I have some columns in source excel file, Emp ID ,Gender , Tenure, Division, Salary. Now I need to implement below functionality:&lt;/P&gt;
&lt;P&gt;This includes a listbox from where employee ID will be selected , multilple select dropdown from where one or more options will be selected , KPI chart on which result of calculation will be&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On a QS&amp;nbsp; sheet I've a filterpane chart, in which only one Emp ID will&amp;nbsp; be selected. Once the EmpID is selected, then for further selection user has to select one or more options from multiple select dropdown which will be Gender, Tenure, Division.&lt;/P&gt;
&lt;P&gt;If user has selected EmpID: 123 and in multiple select dropdown he has selected 'Gender' then, suppose if gender of emp 123 is Male, then sum(salary) of all such employees from source excel file whose gender is male should apprear on KPI chart.&lt;/P&gt;
&lt;P&gt;My question is, since I'm new to QLIK can anyone help me with the query that needs to be written to implement this functionality and also suggest me where should I write it in data load editor or in expression if KPI.&lt;/P&gt;
&lt;P&gt;I tried this expression but it's not working,&lt;/P&gt;
&lt;P&gt;Sum({&amp;lt;EmpID ={GetFieldSelections(EmpID)},Salary}) / Sum({Gender = P(Gender)},Salary)&lt;/P&gt;
&lt;P&gt;PS: Since we don't have multiple select in QS I've implemented it using Inline command as follows and to give it a look of multiple select I've taken a filter pane chart selected EMPinfo and gave it checkbox mode appearance.&lt;/P&gt;
&lt;P&gt;Employee:&lt;/P&gt;
&lt;P&gt;load * inline &lt;BR /&gt;[&lt;/P&gt;
&lt;P&gt;EmpID,Empinfo&lt;BR /&gt;1,Gender&lt;BR /&gt;2,Division&lt;BR /&gt;3,Tenure&lt;BR /&gt;];&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 21:49:23 GMT</pubDate>
    <dc:creator>shreya_98</dc:creator>
    <dc:date>2024-11-15T21:49:23Z</dc:date>
    <item>
      <title>Implementation of multiple select in QlikSense SAAS</title>
      <link>https://community.qlik.com/t5/App-Development/Implementation-of-multiple-select-in-QlikSense-SAAS/m-p/2069848#M87877</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I have some columns in source excel file, Emp ID ,Gender , Tenure, Division, Salary. Now I need to implement below functionality:&lt;/P&gt;
&lt;P&gt;This includes a listbox from where employee ID will be selected , multilple select dropdown from where one or more options will be selected , KPI chart on which result of calculation will be&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On a QS&amp;nbsp; sheet I've a filterpane chart, in which only one Emp ID will&amp;nbsp; be selected. Once the EmpID is selected, then for further selection user has to select one or more options from multiple select dropdown which will be Gender, Tenure, Division.&lt;/P&gt;
&lt;P&gt;If user has selected EmpID: 123 and in multiple select dropdown he has selected 'Gender' then, suppose if gender of emp 123 is Male, then sum(salary) of all such employees from source excel file whose gender is male should apprear on KPI chart.&lt;/P&gt;
&lt;P&gt;My question is, since I'm new to QLIK can anyone help me with the query that needs to be written to implement this functionality and also suggest me where should I write it in data load editor or in expression if KPI.&lt;/P&gt;
&lt;P&gt;I tried this expression but it's not working,&lt;/P&gt;
&lt;P&gt;Sum({&amp;lt;EmpID ={GetFieldSelections(EmpID)},Salary}) / Sum({Gender = P(Gender)},Salary)&lt;/P&gt;
&lt;P&gt;PS: Since we don't have multiple select in QS I've implemented it using Inline command as follows and to give it a look of multiple select I've taken a filter pane chart selected EMPinfo and gave it checkbox mode appearance.&lt;/P&gt;
&lt;P&gt;Employee:&lt;/P&gt;
&lt;P&gt;load * inline &lt;BR /&gt;[&lt;/P&gt;
&lt;P&gt;EmpID,Empinfo&lt;BR /&gt;1,Gender&lt;BR /&gt;2,Division&lt;BR /&gt;3,Tenure&lt;BR /&gt;];&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:49:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Implementation-of-multiple-select-in-QlikSense-SAAS/m-p/2069848#M87877</guid>
      <dc:creator>shreya_98</dc:creator>
      <dc:date>2024-11-15T21:49:23Z</dc:date>
    </item>
  </channel>
</rss>

