<?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 with Variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-Variable/m-p/735596#M1080235</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the definition of the vSales variable ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is a Expression, Field, Field Condition??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jul 2014 20:29:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-08T20:29:53Z</dc:date>
    <item>
      <title>Set Analysis with Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-Variable/m-p/735592#M1080231</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 a variable vSales.&amp;nbsp; I want to use it in a graph that shows the sales per week for the whole year.&amp;nbsp; Therefore I want to ignore any time related selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used the expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Week=,Month=&amp;gt;} $(vSales))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this doesn't work.&amp;nbsp; What am I doing wrong?&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, 08 Jul 2014 16:49:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-Variable/m-p/735592#M1080231</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-08T16:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-Variable/m-p/735593#M1080232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how did you define&amp;nbsp; vSales?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 16:54:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-Variable/m-p/735593#M1080232</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-07-08T16:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-Variable/m-p/735594#M1080233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;What does vSales contain? - the value of it will directly affect the expression.&lt;/P&gt;&lt;P&gt;Also, don't you want to use {$&amp;lt;.... to base it on the current selection?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 16:56:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-Variable/m-p/735594#M1080233</guid>
      <dc:creator>martynlloyd</dc:creator>
      <dc:date>2014-07-08T16:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-Variable/m-p/735595#M1080234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hola si tu variable es vSales y esta representa un calculo con un resultado numerico debe estar en $(vSales), si vSales es un Texto que puede representar una dimension deberias ponerlo en '$(vSales)'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luego de que sepas que tipo de dato arroja tu vSales, podras definir el script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Segun tu script :&lt;/P&gt;&lt;P&gt;&lt;SPAN class="goog-text-highlight"&gt;suma ({} $ &amp;lt;Week=,Month=&amp;gt; (vSales))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="goog-text-highlight"&gt;Puede ser interpretado de la siguiente manera:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="goog-text-highlight"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="goog-text-highlight"&gt;Sum({$&amp;lt;&lt;SPAN class="goog-text-highlight"&gt;Week=,Month=&amp;gt;} $(vSales))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="goog-text-highlight"&gt;&lt;SPAN class="goog-text-highlight"&gt;Sum({$&amp;lt;&lt;SPAN class="goog-text-highlight"&gt;Week=,Month=&amp;gt;} '$(vSales)')&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="goog-text-highlight"&gt;&lt;SPAN class="goog-text-highlight"&gt;&lt;SPAN class="goog-text-highlight"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 17:42:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-Variable/m-p/735595#M1080234</guid>
      <dc:creator />
      <dc:date>2014-07-08T17:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-Variable/m-p/735596#M1080235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the definition of the vSales variable ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is a Expression, Field, Field Condition??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 20:29:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-Variable/m-p/735596#M1080235</guid>
      <dc:creator />
      <dc:date>2014-07-08T20:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-Variable/m-p/735597#M1080236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;First, you check $(vSales) value with textbox or other tools. &lt;/P&gt;&lt;P&gt;When you add variable in other variable or variable in Set Analysis, you have to be sure that the variable has a correct value. I think the error is in variable's value. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 21:00:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-Variable/m-p/735597#M1080236</guid>
      <dc:creator />
      <dc:date>2014-07-08T21:00:45Z</dc:date>
    </item>
  </channel>
</rss>

