<?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: How to nullify the selection in this bar chart !!! Little tricky !!! in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-nullify-the-selection-in-this-bar-chart-Little-tricky/m-p/1254241#M25359</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gareth Wilson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I have attached qlik view app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;IF(type='CY' ,sum({1}CYSales),&lt;/P&gt;&lt;P&gt;if(type='PY',SUM({1}PYSales)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: My requirement is for qlik sense.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Feb 2017 12:57:34 GMT</pubDate>
    <dc:creator>rajuamet</dc:creator>
    <dc:date>2017-02-23T12:57:34Z</dc:date>
    <item>
      <title>How to nullify the selection in this bar chart !!! Little tricky !!</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-nullify-the-selection-in-this-bar-chart-Little-tricky/m-p/1254237#M25355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Techies,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this bar chart, I have some conditions, please help me to achieve that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="154236" alt="Tricky Bar chart.JPG" class="jive-image image-1" src="/legacyfs/online/154236_Tricky Bar chart.JPG" style="height: 494px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Conditions:&lt;/P&gt;&lt;P&gt;1. Colors are fixed (ash and blue)&lt;/P&gt;&lt;P&gt;2. The chart should not change on selection. For example, if I select kamal or any name the chart should remain same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I nullify the selection !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I have attached a sample app to play around.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 11:14:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-nullify-the-selection-in-this-bar-chart-Little-tricky/m-p/1254237#M25355</guid>
      <dc:creator>rajuamet</dc:creator>
      <dc:date>2017-02-23T11:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to nullify the selection in this bar chart !!! Little tricky !!!</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-nullify-the-selection-in-this-bar-chart-Little-tricky/m-p/1254238#M25356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the colours change the colour to expression and then use an expression like;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If (year = 'CY', RGB(165,165,165), if(&lt;SPAN style="font-size: 13.3333px;"&gt;year = 'PY', RGB(90,155,213)));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To stop the chart changing on selections you need to place a {1} in your expression, something like;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({1}Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The {1} marker defines the record set to ALL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 11:27:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-nullify-the-selection-in-this-bar-chart-Little-tricky/m-p/1254238#M25356</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-23T11:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to nullify the selection in this bar chart !!! Little tricky !!!</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-nullify-the-selection-in-this-bar-chart-Little-tricky/m-p/1254239#M25357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gareth wilson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For colors I have already done what you said. But for selection {1}&amp;nbsp; is not working. Because, even when I select Kamal&lt;/P&gt;&lt;P&gt;it should display like this&lt;IMG alt="Tricky Bar chart.JPG" class="jive-image image-1" src="/legacyfs/online/154250_Tricky Bar chart.JPG" style="height: 494px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;and not like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Sample 2.JPG" class="jive-image image-2" src="/legacyfs/online/154251_Sample 2.JPG" style="height: 480px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 12:14:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-nullify-the-selection-in-this-bar-chart-Little-tricky/m-p/1254239#M25357</guid>
      <dc:creator>rajuamet</dc:creator>
      <dc:date>2017-02-23T12:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to nullify the selection in this bar chart !!! Little tricky !!!</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-nullify-the-selection-in-this-bar-chart-Little-tricky/m-p/1254240#M25358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you post the expression, I havent got sense on this laptop to open the app&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 12:39:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-nullify-the-selection-in-this-bar-chart-Little-tricky/m-p/1254240#M25358</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-23T12:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to nullify the selection in this bar chart !!! Little tricky !!!</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-nullify-the-selection-in-this-bar-chart-Little-tricky/m-p/1254241#M25359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gareth Wilson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I have attached qlik view app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;IF(type='CY' ,sum({1}CYSales),&lt;/P&gt;&lt;P&gt;if(type='PY',SUM({1}PYSales)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: My requirement is for qlik sense.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 12:57:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-nullify-the-selection-in-this-bar-chart-Little-tricky/m-p/1254241#M25359</guid>
      <dc:creator>rajuamet</dc:creator>
      <dc:date>2017-02-23T12:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to nullify the selection in this bar chart !!! Little tricky !!!</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-nullify-the-selection-in-this-bar-chart-Little-tricky/m-p/1254242#M25360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The if statement is throwing off the set analysis marker.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum({1}if(type='CY',CYSales,PYSales))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 13:33:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-nullify-the-selection-in-this-bar-chart-Little-tricky/m-p/1254242#M25360</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-23T13:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to nullify the selection in this bar chart !!! Little tricky !!!</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-nullify-the-selection-in-this-bar-chart-Little-tricky/m-p/1254243#M25361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And for your colours;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 14px; margin: 10px 0; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;You create expressions for colors in the properties panel.&lt;/P&gt;&lt;P style="font-size: 14px; margin: 10px 0 1.4em; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;Do the following:&lt;/P&gt;&lt;OL style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;&lt;LI&gt;In the properties panel, open &lt;SPAN class="ui_item" style="font-weight: bold;"&gt;Appearance &amp;gt; &lt;SPAN class="ui_item" style="font-weight: bold;"&gt;Colors and legend&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Click the &lt;SPAN class="ui_item" style="font-weight: bold;"&gt;Colors button to switch to &lt;SPAN class="ui_item" style="font-weight: bold;"&gt;Custom&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;In the drop-down list, select the option &lt;SPAN class="ui_item" style="font-weight: bold;"&gt;By expression.&lt;/SPAN&gt;An expression text box is opened.&lt;/LI&gt;&lt;LI&gt;Enter &lt;STRONG&gt; If (type = 'CY', RGB(165,165,165), if(type = 'PY', RGB(90,155,213))) &lt;/STRONG&gt;in the text box&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 13:39:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-nullify-the-selection-in-this-bar-chart-Little-tricky/m-p/1254243#M25361</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-23T13:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to nullify the selection in this bar chart !!! Little tricky !!!</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-nullify-the-selection-in-this-bar-chart-Little-tricky/m-p/1254244#M25362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gareth Wilson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Excellent!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I have a catch here. In real scenario I will use something like this (should have mentioned earlier), &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Expression:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;IF(type='CY' ,sum({&amp;lt;$(vSetForCurrentYear)&amp;gt;}Sales),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(type='PY',SUM({&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;lt;$(vSetForPreviousYear)&amp;gt;&lt;/SPAN&gt;}Sales)))&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;in this case I can not put the sum outside if.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;How do I achieve this....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 13:52:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-nullify-the-selection-in-this-bar-chart-Little-tricky/m-p/1254244#M25362</guid>
      <dc:creator>rajuamet</dc:creator>
      <dc:date>2017-02-23T13:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to nullify the selection in this bar chart !!! Little tricky !!!</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-nullify-the-selection-in-this-bar-chart-Little-tricky/m-p/1254245#M25363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this case try using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;IF(type='CY' ,sum({1&amp;lt;$(vSetForCurrentYear)&amp;gt;}Sales),&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(type='PY',SUM({1&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;lt;$(vSetForPreviousYear)&amp;gt;&lt;/SPAN&gt;}Sales)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2017 05:39:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-nullify-the-selection-in-this-bar-chart-Little-tricky/m-p/1254245#M25363</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-03-01T05:39:39Z</dc:date>
    </item>
  </channel>
</rss>

