<?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: Variable with set analysis in script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Variable-with-set-analysis-in-script/m-p/407818#M151703</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do like this:&lt;/P&gt;&lt;P&gt;SET var1=&amp;nbsp; '{$&amp;lt;'&amp;amp;'COUNTRY={"Brazil"}&amp;gt;}';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Mar 2013 19:18:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-03-05T19:18:37Z</dc:date>
    <item>
      <title>Variable with set analysis in script</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-with-set-analysis-in-script/m-p/407816#M151701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;i have this formula in a chart expression and as i have many of them, i want to create all of them in the script, but i got some problems. The script runs well but i do not get the data in my chart. See please below,&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression in Chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num &lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vSet)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;member_Communication_Print_possible&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'Yes'}&amp;gt;} Total &amp;lt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vTotal)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;gt; distinct %x_membermember_ID),'#.##0','.') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Variable in script:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET &lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;TotalPrintMail&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'num(count({@&amp;lt;(=@(vSet)), member_Communication_Print_possible={'Yes'}&amp;gt;} Total &amp;lt;(=@(vTotal))&amp;gt; distinct %x_membermember_ID),'#.##0','.')';&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;TotalPrintMail&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Replace&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;TotalPrintMail&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'@','$'); &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 10:41:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-with-set-analysis-in-script/m-p/407816#M151701</guid>
      <dc:creator>felcar2013</dc:creator>
      <dc:date>2013-03-05T10:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Variable with set analysis in script</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-with-set-analysis-in-script/m-p/407817#M151702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SET TotalPrintMail = num(count(&lt;A href="mailto:{@&amp;lt;(=@(vSet"&gt;{@&amp;lt;(=@(vSet&lt;/A&gt;)), member_Communication_Print_possible={'Yes'}&amp;gt;} Total &amp;lt;(&lt;A href="mailto:=@(vTotal"&gt;=@(vTotal&lt;/A&gt;))&amp;gt; distinct %x_membermember_ID),'#.##0','.');&lt;/P&gt;&lt;P&gt;LET TotalPrintMail1 = Replace(TotalPrintMail,'@','$');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 12:13:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-with-set-analysis-in-script/m-p/407817#M151702</guid>
      <dc:creator />
      <dc:date>2013-03-05T12:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Variable with set analysis in script</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-with-set-analysis-in-script/m-p/407818#M151703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do like this:&lt;/P&gt;&lt;P&gt;SET var1=&amp;nbsp; '{$&amp;lt;'&amp;amp;'COUNTRY={"Brazil"}&amp;gt;}';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 19:18:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-with-set-analysis-in-script/m-p/407818#M151703</guid>
      <dc:creator />
      <dc:date>2013-03-05T19:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Variable with set analysis in script</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-with-set-analysis-in-script/m-p/407819#M151704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't use quotes around the expression:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;EM style="font-size: 8pt; color: #808080;"&gt;SET TotalPrintMail&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;num &lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; font-family: Arial; color: #0000ff;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;STRONG style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;EM style="font-size: 8pt; color: #808080;"&gt;$(vSet)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; font-family: Arial; color: #800000;"&gt;member_Communication_Print_possible&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;={'Yes'}&amp;gt;} Total &amp;lt;&lt;/SPAN&gt;&lt;STRONG style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;EM style="font-size: 8pt; color: #808080;"&gt;$(vTotal)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;&amp;gt; distinct %x_membermember_ID),'#.##0','.');&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 19:33:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-with-set-analysis-in-script/m-p/407819#M151704</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-03-05T19:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Variable with set analysis in script</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-with-set-analysis-in-script/m-p/407820#M151705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks, it seems that was the problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 17:09:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-with-set-analysis-in-script/m-p/407820#M151705</guid>
      <dc:creator>felcar2013</dc:creator>
      <dc:date>2013-03-06T17:09:39Z</dc:date>
    </item>
  </channel>
</rss>

