<?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 how to show conditional expression in chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-show-conditional-expression-in-chart/m-p/641857#M235136</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I'm unable to set the conditional expression in bar chart. The situation is like this ,&amp;nbsp; if I click first button then should be shown the first expression value, and if I click second button then should be shown second expression value and if there is no selection then it should be shown all the values. How to show this in bar chart.&lt;/P&gt;&lt;P&gt;Please anyone give me some idea because I'm new in qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jun 2014 07:12:34 GMT</pubDate>
    <dc:creator>raghvendrasingh</dc:creator>
    <dc:date>2014-06-06T07:12:34Z</dc:date>
    <item>
      <title>how to show conditional expression in chart</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-show-conditional-expression-in-chart/m-p/641857#M235136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I'm unable to set the conditional expression in bar chart. The situation is like this ,&amp;nbsp; if I click first button then should be shown the first expression value, and if I click second button then should be shown second expression value and if there is no selection then it should be shown all the values. How to show this in bar chart.&lt;/P&gt;&lt;P&gt;Please anyone give me some idea because I'm new in qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 07:12:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-show-conditional-expression-in-chart/m-p/641857#M235136</guid>
      <dc:creator>raghvendrasingh</dc:creator>
      <dc:date>2014-06-06T07:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to show conditional expression in chart</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-show-conditional-expression-in-chart/m-p/641858#M235137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;set two variables in the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vExpr1=0;&lt;/P&gt;&lt;P&gt;Let vExpr2=0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in each expressin write in the conditional textbox:&lt;/P&gt;&lt;P&gt;vExpr1=1 (in the first expr.)&lt;/P&gt;&lt;P&gt;vExpr2=1 (in the second expr.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in the buttons (I describe only the first) add a trigger -&amp;gt; external -&amp;gt; set variables and write&lt;/P&gt;&lt;P&gt;in the upper box: vExpr (without equal or other signs)&lt;/P&gt;&lt;P&gt;in the lower write:&lt;/P&gt;&lt;P&gt;=if(vExpr=0,1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same in the second button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 07:15:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-show-conditional-expression-in-chart/m-p/641858#M235137</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-06-06T07:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: how to show conditional expression in chart</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-show-conditional-expression-in-chart/m-p/641859#M235138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raghvendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can give condition here in layout table under Conditional. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/60216_pastedImage_0.png" style="width: 620px; height: 540px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 07:18:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-show-conditional-expression-in-chart/m-p/641859#M235138</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-06-06T07:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to show conditional expression in chart</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-show-conditional-expression-in-chart/m-p/641860#M235139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA and go to Sheet1. Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 07:19:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-show-conditional-expression-in-chart/m-p/641860#M235139</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2014-06-06T07:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to show conditional expression in chart</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-show-conditional-expression-in-chart/m-p/641861#M235140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alessandro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply its working&amp;nbsp; when i click first button then it shows the first expression value but when I select second button then its showing first &amp;amp; second both expression values together.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 07:32:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-show-conditional-expression-in-chart/m-p/641861#M235140</guid>
      <dc:creator>raghvendrasingh</dc:creator>
      <dc:date>2014-06-06T07:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to show conditional expression in chart</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-show-conditional-expression-in-chart/m-p/641862#M235141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there are two solution:&lt;/P&gt;&lt;P&gt;1) click the button one time show the expression, click the button again hide the expression (as it works now)&lt;/P&gt;&lt;P&gt;2) add another trigger to each button and set the other variable to 0 &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; trigger 1: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;=vExpr1=1&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: 12px; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; trigger 2:&amp;nbsp; =vExpr2=0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the second butto is the opposite&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know ... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 07:36:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-show-conditional-expression-in-chart/m-p/641862#M235141</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-06-06T07:36:34Z</dc:date>
    </item>
  </channel>
</rss>

