<?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: Problems with set analysis sytaxis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problems-with-set-analysis-sytaxis/m-p/404182#M150370</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The variable can be used like this:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;STRONG style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;STRONG style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;STRONG style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;sum({$&amp;lt;Par={'$(Variable1)'}&amp;gt;}MLoc)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the wildcard * it would look like this:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;STRONG style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;STRONG style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;STRONG style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;STRONG style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;STRONG style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;sum({$&amp;lt;Par={'*$(Variable1)'}&amp;gt;}MLoc)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 May 2013 09:18:57 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2013-05-24T09:18:57Z</dc:date>
    <item>
      <title>Problems with set analysis sytaxis</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-set-analysis-sytaxis/m-p/404180#M150368</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 this set analysis expresion:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=sum({$&amp;lt;Par={'RTM - SME'}&amp;gt;}MLoc)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and it works correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I also have a variable called Variable1 which has a string value:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Variable1='RTM - SME'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not able to write correctly Variable1 into the set expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even more, I would like to use &lt;STRONG&gt;'*'&lt;/STRONG&gt; before and after the string 'RTM - SME' in order to get all the values of '&lt;STRONG&gt;Par&lt;/STRONG&gt;' containing the string 'RTM - SME', I am also unable unable to write this set analysis expression correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 09:14:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-set-analysis-sytaxis/m-p/404180#M150368</guid>
      <dc:creator />
      <dc:date>2013-05-24T09:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with set analysis sytaxis</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-set-analysis-sytaxis/m-p/404181#M150369</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;Do this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum({$&amp;lt;Par={$(=Variable1)}&amp;gt;}MLoc)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 09:18:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-set-analysis-sytaxis/m-p/404181#M150369</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2013-05-24T09:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with set analysis sytaxis</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-set-analysis-sytaxis/m-p/404182#M150370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The variable can be used like this:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;STRONG style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;STRONG style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;STRONG style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;sum({$&amp;lt;Par={'$(Variable1)'}&amp;gt;}MLoc)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the wildcard * it would look like this:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;STRONG style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;STRONG style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;STRONG style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;STRONG style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;STRONG style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;sum({$&amp;lt;Par={'*$(Variable1)'}&amp;gt;}MLoc)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 09:18:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-set-analysis-sytaxis/m-p/404182#M150370</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-05-24T09:18:57Z</dc:date>
    </item>
  </channel>
</rss>

