<?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/hide in bar chart and combo chart in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Conditional-show-hide-in-bar-chart-and-combo-chart/m-p/1537162#M38754</link>
    <description>&lt;P&gt;Yeah, that's a good suggestion, I'll try that right away.&amp;nbsp; The only drawback I think is that it cannot be used in a combo-chart if I want any measure to be presented as a mark instead of a bar. But I'll try it and it might be just good enough at this moment. Thanks for the hint!&lt;/P&gt;</description>
    <pubDate>Wed, 30 Jan 2019 13:07:03 GMT</pubDate>
    <dc:creator>andy</dc:creator>
    <dc:date>2019-01-30T13:07:03Z</dc:date>
    <item>
      <title>Conditional show/hide in bar chart and combo chart</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-show-hide-in-bar-chart-and-combo-chart/m-p/1537127#M38747</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have an app where the user can select which measures to display out of 6 pre-defined. The selected measures show up in tables and charts. My problem is that in the bar-chart object there is no conditional show attribute so I did a if(index(GetFieldSelections(Labels),'Budget')&amp;gt;0,sum(Budget))&lt;/P&gt;&lt;P&gt;Works but the bars remains on their places which means that if I select the first and the last measure the bars have a great space between them. I would like the bars to be next to each other. Anyone have an idea of how to solve this or should I wait for the show-condition to be implemented in the standard bar-chart?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="barchart.png" style="width: 742px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/4810i7CA5261691DEEDAA/image-size/large?v=v2&amp;amp;px=999" role="button" title="barchart.png" alt="barchart.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 12:21:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-show-hide-in-bar-chart-and-combo-chart/m-p/1537127#M38747</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2019-01-30T12:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional show/hide in bar chart and combo chart</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-show-hide-in-bar-chart-and-combo-chart/m-p/1537128#M38748</link>
      <description>&lt;P&gt;Not sure if it will make a difference, but have you tried to uncheck 'Include Zero Values' under Add-Ons -&amp;gt; Data Handling?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 12:23:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-show-hide-in-bar-chart-and-combo-chart/m-p/1537128#M38748</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-30T12:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional show/hide in bar chart and combo chart</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-show-hide-in-bar-chart-and-combo-chart/m-p/1537130#M38749</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes I did so and also tried to add a 0 as the else condition in the if-statement. That didn't change anything though.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 12:25:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-show-hide-in-bar-chart-and-combo-chart/m-p/1537130#M38749</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2019-01-30T12:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional show/hide in bar chart and combo chart</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-show-hide-in-bar-chart-and-combo-chart/m-p/1537132#M38750</link>
      <description>&lt;P&gt;How many expressions and dimensions do you have in your chart?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 12:26:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-show-hide-in-bar-chart-and-combo-chart/m-p/1537132#M38750</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-30T12:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional show/hide in bar chart and combo chart</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-show-hide-in-bar-chart-and-combo-chart/m-p/1537136#M38752</link>
      <description>&lt;P&gt;1 dimension and 6 measures&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 12:36:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-show-hide-in-bar-chart-and-combo-chart/m-p/1537136#M38752</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2019-01-30T12:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional show/hide in bar chart and combo chart</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-show-hide-in-bar-chart-and-combo-chart/m-p/1537139#M38753</link>
      <description>&lt;P&gt;Why don't you use 2 dimensions with 1 measure? Here dimension 2 will be Label and your expression will then by made up of Pick Match statement&lt;/P&gt;&lt;PRE&gt;Pick(Match(Label, .....),
Expression1,
Expression2,
Expression3,
...)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 12:39:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-show-hide-in-bar-chart-and-combo-chart/m-p/1537139#M38753</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-30T12:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional show/hide in bar chart and combo chart</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-show-hide-in-bar-chart-and-combo-chart/m-p/1537162#M38754</link>
      <description>&lt;P&gt;Yeah, that's a good suggestion, I'll try that right away.&amp;nbsp; The only drawback I think is that it cannot be used in a combo-chart if I want any measure to be presented as a mark instead of a bar. But I'll try it and it might be just good enough at this moment. Thanks for the hint!&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 13:07:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-show-hide-in-bar-chart-and-combo-chart/m-p/1537162#M38754</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2019-01-30T13:07:03Z</dc:date>
    </item>
  </channel>
</rss>

