<?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: Need help with Set Modifiers in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help-with-Set-Modifiers/m-p/575078#M1103669</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;Thanks for suggestion and reply. I'm on to different project so I won't be able to check it but I'm sure it is useful and have forwarded information to team.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Mar 2014 18:00:29 GMT</pubDate>
    <dc:creator>vvira1316</dc:creator>
    <dc:date>2014-03-31T18:00:29Z</dc:date>
    <item>
      <title>Need help with Set Modifiers</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-Set-Modifiers/m-p/575075#M1103661</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've situation where I've to modify the set based on two input values that defines range for a field. All records within those limits have to be part of modified set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I'm hardcoding values (one value, two values) then my expression provides the result that I'm looking for but it is not working even with one variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm referring following video link that explains how to work with set modifiers etc. In the video there is a similar example.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.learnqlickview.com/qlikview-set-analysis-basics/" title="http://www.learnqlickview.com/qlikview-set-analysis-basics/"&gt;Qlikview Set Analysis: Basics « Learn Qlikview&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="56131" alt="HandlingNull.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/56131_HandlingNull.JPG.jpg" style="width: 620px; height: 229px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;hh_index = {'116.00'}&amp;gt;} dollar_sales_total)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;IMG __jive_id="56134" alt="HandlingNull_5.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/56134_HandlingNull_5.JPG.jpg" style="width: 620px; height: 230px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;hh_index = {'116.00', '165.00'}&amp;gt;} dollar_sales_total)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="56133" alt="HandlingNull_4.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/56133_HandlingNull_4.JPG.jpg" style="width: 620px; height: 230px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;hh_index = {'&amp;lt;=(=vHHIndex_UB)'}&amp;gt;} dollar_sales_total)&lt;/P&gt;&lt;P&gt;screen shot for expression using variables defined below. As can be seen Sales is 0 for each.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="56135" alt="HandlingNull_3.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/56135_HandlingNull_3.JPG.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2014 14:08:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-Set-Modifiers/m-p/575075#M1103661</guid>
      <dc:creator>vvira1316</dc:creator>
      <dc:date>2014-03-28T14:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with Set Modifiers</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-Set-Modifiers/m-p/575076#M1103662</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 found my mistake. I got it working with one variable but still it is not work with two variables. Any help/ideas/suggestions will be very helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Sum({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;hh_index&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'&amp;lt;=$(=vHHIndex_UB)'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;dollar_sales_total&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;This is working&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Sum({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;hh_index&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'&amp;lt;=$(=vHHIndex_UB) ', ' &amp;gt;=$(=vHHIndex_LB)'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;dollar_sales_total&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Is not working&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Sum({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;hh_index&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'&amp;lt;=$(=vHHIndex_UB) and &amp;gt;=$(=vHHIndex_LB)'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;dollar_sales_total&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;is not working&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Please see screen shots below.&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: 8pt;"&gt;&lt;IMG __jive_id="56138" alt="HandlingNull_6.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/56138_HandlingNull_6.JPG.jpg" style="width: 620px; height: 243px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Screen shot with Sum&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;hh_index&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'&amp;lt;=$(=vHHIndex_UB)'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;dollar_sales_total&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2014 14:37:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-Set-Modifiers/m-p/575076#M1103662</guid>
      <dc:creator>vvira1316</dc:creator>
      <dc:date>2014-03-28T14:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with Set Modifiers</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-Set-Modifiers/m-p/575077#M1103666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sum({$ &amp;lt;hh_index={"&amp;gt;=$(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11px;"&gt;vHHIndex_LB&lt;/SPAN&gt;)&amp;lt;=$(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11px;"&gt;vHHIndex_UB&lt;/SPAN&gt;)"}&amp;gt;} &lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11px;"&gt;dollar_sales_total&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you remove the label on expression &lt;/P&gt;&lt;P&gt;you can see ..... as in the image and it can help you &lt;/P&gt;&lt;P&gt;in my test data the expression is &lt;/P&gt;&lt;P&gt;sum({$ &amp;lt;Expression3={"&amp;gt;=$(vmin)&amp;lt;=$(vmax)"}&amp;gt;} Expression1) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/56174_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Mar 2014 11:16:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-Set-Modifiers/m-p/575077#M1103666</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-03-29T11:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with Set Modifiers</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-Set-Modifiers/m-p/575078#M1103669</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;Thanks for suggestion and reply. I'm on to different project so I won't be able to check it but I'm sure it is useful and have forwarded information to team.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 18:00:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-Set-Modifiers/m-p/575078#M1103669</guid>
      <dc:creator>vvira1316</dc:creator>
      <dc:date>2014-03-31T18:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with Set Modifiers</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-Set-Modifiers/m-p/575079#M1103671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please close this discussion by giving Correct and Helpful answers to the posts (if any) which are useful for you.&amp;nbsp; It helps others in finding answers for similar scenarios. Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 18:21:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-Set-Modifiers/m-p/575079#M1103671</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-03-31T18:21:46Z</dc:date>
    </item>
  </channel>
</rss>

