<?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: Conditional Show in Expression based on variable value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-Show-in-Expression-based-on-variable-value/m-p/919794#M984171</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;May be try this,&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: 13px;"&gt;sum({&amp;lt;Sales_Value = {'&amp;gt;=$(=vSalesValue)'}&amp;gt;} Sales_Value)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;or &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(Sum(Sales_Value)&amp;gt;=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;$(vSalesValue),Sum(Sales_Value))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Aug 2015 02:58:25 GMT</pubDate>
    <dc:creator>settu_periasamy</dc:creator>
    <dc:date>2015-08-12T02:58:25Z</dc:date>
    <item>
      <title>Conditional Show in Expression based on variable value</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show-in-Expression-based-on-variable-value/m-p/919793#M984170</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 list of customers and their total sales value in a table. I also have a slider/input box that allows me to adjust a variable "vSalesValue"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my table, I would like to be able to see only sales value that falls above the value define in the variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried the following expression but it doesn't seem to work:&lt;/P&gt;&lt;P&gt;sum({&amp;lt;sum(Sales_Value) = {'&amp;gt;=$(vSalesValue)'}&amp;gt;} Sales_Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice will be appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 02:33:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show-in-Expression-based-on-variable-value/m-p/919793#M984170</guid>
      <dc:creator />
      <dc:date>2015-08-12T02:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show in Expression based on variable value</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show-in-Expression-based-on-variable-value/m-p/919794#M984171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;May be try this,&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: 13px;"&gt;sum({&amp;lt;Sales_Value = {'&amp;gt;=$(=vSalesValue)'}&amp;gt;} Sales_Value)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;or &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(Sum(Sales_Value)&amp;gt;=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;$(vSalesValue),Sum(Sales_Value))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 02:58:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show-in-Expression-based-on-variable-value/m-p/919794#M984171</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-08-12T02:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show in Expression based on variable value</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show-in-Expression-based-on-variable-value/m-p/919795#M984172</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;/P&gt;&lt;P&gt;&lt;STRONG&gt;=S&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;um({&amp;lt;Sales_Value = {"=Sum(Sales_Value) &amp;gt;= $(vSalesValue)"}&amp;gt;} Sales_Value)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 04:19:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show-in-Expression-based-on-variable-value/m-p/919795#M984172</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-12T04:19:07Z</dc:date>
    </item>
  </channel>
</rss>

