<?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: set analaysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set-analaysis/m-p/1199792#M386516</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you may be elaborate why you need to do this? Are you restricting your expression using 1 to avoid any selections, but want to allow selection in EmployeeID field? For that, you can do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum({1&amp;lt;EmployeeID = P(EmployeeID)&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum({1&amp;lt;EmployeeID = $::EmployeeID&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Oct 2016 22:04:17 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-10-03T22:04:17Z</dc:date>
    <item>
      <title>set analaysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analaysis/m-p/1199789#M386513</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;How I&amp;nbsp; Can pass Employee ID as parameters/variables ( in set analaysis expersion) dynamically based on current selection for Employee ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;EmployeeID={'60171'}&amp;gt;}Sales&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like pass employee ID as variables here based on selection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 21:42:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analaysis/m-p/1199789#M386513</guid>
      <dc:creator>srinivasa1</dc:creator>
      <dc:date>2016-10-03T21:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: set analaysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analaysis/m-p/1199790#M386514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Selection EmployeeID should flow through without you needing to specify anything. Have you tried &lt;STRONG&gt;Sum(Sales)&lt;/STRONG&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 21:46:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analaysis/m-p/1199790#M386514</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-03T21:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: set analaysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analaysis/m-p/1199791#M386515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to pass EmployeeID&amp;nbsp; values as variables in set analaysis expersion&lt;/P&gt;&lt;P&gt;for have defined filed event&amp;nbsp; trigger&amp;nbsp;&amp;nbsp; would like to store selected value in variable's then pass this into expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 22:01:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analaysis/m-p/1199791#M386515</guid>
      <dc:creator>srinivasa1</dc:creator>
      <dc:date>2016-10-03T22:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: set analaysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analaysis/m-p/1199792#M386516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you may be elaborate why you need to do this? Are you restricting your expression using 1 to avoid any selections, but want to allow selection in EmployeeID field? For that, you can do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum({1&amp;lt;EmployeeID = P(EmployeeID)&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum({1&amp;lt;EmployeeID = $::EmployeeID&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 22:04:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analaysis/m-p/1199792#M386516</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-03T22:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: set analaysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analaysis/m-p/1199793#M386517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirements us somehow different , I will try to crate sample example and send you ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Basically am &lt;STRONG&gt;trying retrieve sales for Employee ID =&lt;SPAN style="text-decoration: underline;"&gt;'60171'&lt;/SPAN&gt; when current selection of employee ID is '60560'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;so am storing &lt;SPAN style="text-decoration: underline;"&gt;'60171'&lt;/SPAN&gt; is in variable's then passing that variables into&amp;nbsp; set analysis expression .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example as below&amp;nbsp; When I select employee ID ('60560')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum({&amp;lt;EmployeeID={'60171'}&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 22:17:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analaysis/m-p/1199793#M386517</guid>
      <dc:creator>srinivasa1</dc:creator>
      <dc:date>2016-10-03T22:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: set analaysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analaysis/m-p/1199794#M386518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now this makes a lot more sense. So what is the logic behind selecting 60171 when 60560 is selected?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 22:19:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analaysis/m-p/1199794#M386518</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-03T22:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: set analaysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analaysis/m-p/1199795#M386519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny and sorry for any confusion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I defined Filed event trigger based on current selection(60560) to &lt;STRONG&gt;store my calculated employee ID(60171) in variable's (var1) &lt;/STRONG&gt;now I plan to use them in set analysis expression&amp;nbsp;&amp;nbsp; see blow&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;STRONG&gt;sum({&amp;lt;EmployeeID={var1}&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 22:27:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analaysis/m-p/1199795#M386519</guid>
      <dc:creator>srinivasa1</dc:creator>
      <dc:date>2016-10-03T22:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: set analaysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analaysis/m-p/1199796#M386520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this may be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Sum({&amp;lt;EmployeeID = {&lt;SPAN style="color: #ff0000;"&gt;'$(=&lt;/SPAN&gt;var1&lt;SPAN style="color: #ff0000;"&gt;)'&lt;/SPAN&gt;}&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/SPAN&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;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Sum({&amp;lt;EmployeeID = {&lt;SPAN style="color: #ff0000;"&gt;'$(=$(&lt;/SPAN&gt;var1&lt;SPAN style="color: #ff0000;"&gt;))'&lt;/SPAN&gt;}&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 22:29:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analaysis/m-p/1199796#M386520</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-03T22:29:19Z</dc:date>
    </item>
  </channel>
</rss>

