<?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 Variable within set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Variable-within-set-analysis/m-p/437158#M485656</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 the attached document and want to know if this is possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a variable called vSuccess within there I have a list of ID's that i declare as being a success (1,2). I am then trying to use this variable within the expression as per the text object '&lt;STRONG&gt;Success based on variable (NOT WORKING)&lt;/STRONG&gt;' and expecting to see the same result as the text box where the result shows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Success 1450'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Apr 2013 16:00:59 GMT</pubDate>
    <dc:creator>ivandrago</dc:creator>
    <dc:date>2013-04-09T16:00:59Z</dc:date>
    <item>
      <title>Variable within set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-within-set-analysis/m-p/437158#M485656</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 the attached document and want to know if this is possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a variable called vSuccess within there I have a list of ID's that i declare as being a success (1,2). I am then trying to use this variable within the expression as per the text object '&lt;STRONG&gt;Success based on variable (NOT WORKING)&lt;/STRONG&gt;' and expecting to see the same result as the text box where the result shows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Success 1450'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 16:00:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-within-set-analysis/m-p/437158#M485656</guid>
      <dc:creator>ivandrago</dc:creator>
      <dc:date>2013-04-09T16:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Variable within set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-within-set-analysis/m-p/437159#M485657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Success based on variable (NOT WORKING) '&amp;amp;chr(10)&amp;amp;chr(10)&amp;amp;sum({$&amp;lt;ID={$(vSuccess)}&amp;gt;}OrderVal)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The variable vSuccess needs to be encapsulated by parentheses or be used with dollar sign expansion $(). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 19:19:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-within-set-analysis/m-p/437159#M485657</guid>
      <dc:creator />
      <dc:date>2013-04-09T19:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Variable within set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-within-set-analysis/m-p/437160#M485658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ivan&lt;/P&gt;&lt;P&gt;It's just a minor syntax error, this works:&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #363636; font-size: 8pt;"&gt;'Success based on variable (NOT WORKING) '&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #363636; font-size: 8pt;"&gt;10&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #363636; font-size: 8pt;"&gt;10&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;ID={&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vSuccess)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}OrderVal) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 19:19:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-within-set-analysis/m-p/437160#M485658</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-09T19:19:55Z</dc:date>
    </item>
  </channel>
</rss>

