<?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 Analysis + Pass strings in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Pass-strings/m-p/1168260#M380115</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is same as simple = Sum(Amount)&amp;nbsp; // only the selected values would be considered, isn't it? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jul 2016 11:37:08 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2016-07-15T11:37:08Z</dc:date>
    <item>
      <title>Set Analysis + Pass strings</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Pass-strings/m-p/1168258#M380113</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;In the Dashboard I have a multi box which has following values&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;&lt;P&gt;E&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now based on the selection I need to pass value to set analysis expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets Say if I select A and B then the expression should be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;ColumnValue={'A','B'}&amp;gt;} Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if I select A ,B and C then the expression should be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;ColumnValue={'A','B','C'}&amp;gt;} Amount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2016 11:31:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Pass-strings/m-p/1168258#M380113</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-15T11:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis + Pass strings</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Pass-strings/m-p/1168259#M380114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If the field in the multibox is ColumnValue then you don't need any set modifier. sum(Amount) will do what you want. If it's a different field then use &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Sum({&amp;lt;ColumnValue=P(&lt;EM&gt;MultiBoxFieldHere&lt;/EM&gt;)&amp;gt;} Amount) and replace &lt;EM style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MultiBoxFieldHere &lt;/EM&gt;with the name of the field in the multibox. And it has to be a field, expression do not work.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2016 11:36:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Pass-strings/m-p/1168259#M380114</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-07-15T11:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis + Pass strings</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Pass-strings/m-p/1168260#M380115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is same as simple = Sum(Amount)&amp;nbsp; // only the selected values would be considered, isn't it? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2016 11:37:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Pass-strings/m-p/1168260#M380115</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-07-15T11:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis + Pass strings</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Pass-strings/m-p/1168261#M380116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manoj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create 1 variable eg&amp;nbsp; &lt;/P&gt;&lt;P&gt;v_var = getfieldselections(ColumnName,',')&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;and use this expression in chart&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;ColumnName&lt;/SPAN&gt;={$(v_var)}&amp;gt;}Amount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2016 12:00:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Pass-strings/m-p/1168261#M380116</guid>
      <dc:creator>abhijain</dc:creator>
      <dc:date>2016-07-15T12:00:12Z</dc:date>
    </item>
  </channel>
</rss>

