<?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: Using variables in set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-variables-in-set-analysis/m-p/884596#M1011276</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;=count({$&amp;lt;PARAMETER = {"&amp;gt;=$(vPARAMETER)"}&amp;gt;} DISTINCT DOC_NO)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Apr 2015 13:18:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-04-22T13:18:03Z</dc:date>
    <item>
      <title>Using variables in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-variables-in-set-analysis/m-p/884593#M1011273</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 would like to count all documents that have one parameter &amp;gt;=&amp;nbsp; defined in variable &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;I did this:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;=count({$&amp;lt;PARAMETER = {$(#vPARAMETER)}&amp;gt;} DISTINCT DOC_NO)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it works if I would like to count DOC_NO where PARAMETER = &lt;SPAN style="font-size: 13.3333330154419px;"&gt;vPARAMETER, but I would like to count DOC_NO where &lt;SPAN style="font-size: 13.3333330154419px;"&gt;PARAMETER &amp;gt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;vPARAMETER.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;L&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 12:50:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-variables-in-set-analysis/m-p/884593#M1011273</guid>
      <dc:creator>arsenal1983</dc:creator>
      <dc:date>2015-04-22T12:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Using variables in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-variables-in-set-analysis/m-p/884594#M1011274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;How about this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;=count({$&amp;lt;PARAMETER = {&amp;gt;= $(#vPARAMETER)}&amp;gt;} DISTINCT DOC_NO)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 13:03:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-variables-in-set-analysis/m-p/884594#M1011274</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2015-04-22T13:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Using variables in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-variables-in-set-analysis/m-p/884595#M1011275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try Onno's suggestion with some extra quotes...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3299999237061px;"&gt;=count({$&amp;lt;PARAMETER={'&amp;gt;=$(#vPARAMETER)'}&amp;gt;}DISTINCT DOC_NO)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 13:12:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-variables-in-set-analysis/m-p/884595#M1011275</guid>
      <dc:creator>Agis-Kalogiannis</dc:creator>
      <dc:date>2015-04-22T13:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Using variables in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-variables-in-set-analysis/m-p/884596#M1011276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;=count({$&amp;lt;PARAMETER = {"&amp;gt;=$(vPARAMETER)"}&amp;gt;} DISTINCT DOC_NO)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 13:18:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-variables-in-set-analysis/m-p/884596#M1011276</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-22T13:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Using variables in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-variables-in-set-analysis/m-p/884597#M1011277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, it works.:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How about if I would like to add two dimmesions or modify vPARAMETER &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example PARAMETER&amp;nbsp; &amp;gt;= vPARAMETER - 360?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 14:39:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-variables-in-set-analysis/m-p/884597#M1011277</guid>
      <dc:creator>arsenal1983</dc:creator>
      <dc:date>2015-04-22T14:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using variables in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-variables-in-set-analysis/m-p/884598#M1011278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;=count({$&amp;lt;PARAMETER = {"&amp;gt;=$(&lt;STRONG&gt;=&lt;/STRONG&gt;vPARAMETER&lt;STRONG&gt;-360&lt;/STRONG&gt;)"}&amp;gt;} DISTINCT DOC_NO)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;notice the "=" sign before vPARAMETER, it is essential here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 14:55:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-variables-in-set-analysis/m-p/884598#M1011278</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-22T14:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Using variables in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-variables-in-set-analysis/m-p/884599#M1011279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Magic! and if I would like to use another varaible instead of hardcode 360?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 16:07:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-variables-in-set-analysis/m-p/884599#M1011279</guid>
      <dc:creator>arsenal1983</dc:creator>
      <dc:date>2015-04-22T16:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Using variables in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-variables-in-set-analysis/m-p/884600#M1011280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess, this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;=count({$&amp;lt;PARAMETER = {"&amp;gt;=$(&lt;STRONG&gt;=&lt;/STRONG&gt;vPARAMETER&lt;STRONG&gt;-vPARAMETER2&lt;/STRONG&gt;)"}&amp;gt;} DISTINCT DOC_NO)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 16:20:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-variables-in-set-analysis/m-p/884600#M1011280</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-22T16:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Using variables in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-variables-in-set-analysis/m-p/884601#M1011281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more qestion, is it possible to use expresion with variable in argument of set something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3299999237061px; background-color: #f2f2f2;"&gt;=count({$&amp;lt;(PARAMETER -&lt;STRONG&gt; vPARAMETER3&lt;/STRONG&gt;) = {"&amp;gt;=$(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3299999237061px; background-color: #f2f2f2;"&gt;vPARAMETER&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3299999237061px; background-color: #f2f2f2;"&gt;)"}&amp;gt;} DISTINCT DOC_NO)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2015 14:14:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-variables-in-set-analysis/m-p/884601#M1011281</guid>
      <dc:creator>arsenal1983</dc:creator>
      <dc:date>2015-04-28T14:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Using variables in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-variables-in-set-analysis/m-p/884602#M1011282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The first part of the Set modifier is the field name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think you can do something like that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2015 14:19:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-variables-in-set-analysis/m-p/884602#M1011282</guid>
      <dc:creator>Agis-Kalogiannis</dc:creator>
      <dc:date>2015-04-28T14:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Using variables in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-variables-in-set-analysis/m-p/884603#M1011283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct &lt;A href="https://community.qlik.com/qlik-users/144492"&gt;alk&lt;/A&gt;‌.&lt;/P&gt;&lt;P&gt;But instead it could be:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Helvetica;"&gt;&lt;SPAN style="color: #3d3d3d; background-color: #f2f2f2;"&gt;count({$&amp;lt;PARAMETER&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; background-color: #f2f2f2;"&gt; = {"&amp;gt;=$(=&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.32px; background-color: #f2f2f2;"&gt;vPARAMETER+vPARAMETER3&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.32px; background-color: #f2f2f2;"&gt;)"}&amp;gt;} DISTINCT DOC_NO)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2015 14:59:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-variables-in-set-analysis/m-p/884603#M1011283</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-28T14:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Using variables in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-variables-in-set-analysis/m-p/884604#M1011284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OMG you're right!!&lt;/P&gt;&lt;P&gt;It's just math! You're opening my eyes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2015 15:04:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-variables-in-set-analysis/m-p/884604#M1011284</guid>
      <dc:creator>arsenal1983</dc:creator>
      <dc:date>2015-04-28T15:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Using variables in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-variables-in-set-analysis/m-p/884605#M1011285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more case, I have problem with:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: Helvetica; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;count({$&amp;lt;PARAMETER&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt; = {"&amp;gt;=$(=&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.32px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;vPARAMETER+&lt;STRONG&gt;PARAMETER_2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.32px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;)"}&amp;gt;} DISTINCT DOC_NO)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.32px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.32px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;it always shows zero, could You help with this?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 14:47:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-variables-in-set-analysis/m-p/884605#M1011285</guid>
      <dc:creator>arsenal1983</dc:creator>
      <dc:date>2015-05-08T14:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Using variables in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-variables-in-set-analysis/m-p/884606#M1011286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;forget about this - i have bug in other part of the script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 15:27:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-variables-in-set-analysis/m-p/884606#M1011286</guid>
      <dc:creator>arsenal1983</dc:creator>
      <dc:date>2015-05-08T15:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Using variables in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-variables-in-set-analysis/m-p/884607#M1011287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this one ..&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3299999237061px;"&gt;=count({$&amp;lt;PARAMETER = {"&amp;gt;=$(vPARAMETER)"}&amp;gt;} DISTINCT DOC_NO)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 18:20:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-variables-in-set-analysis/m-p/884607#M1011287</guid>
      <dc:creator />
      <dc:date>2015-05-08T18:20:21Z</dc:date>
    </item>
  </channel>
</rss>

