<?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 set default setting for bar chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-set-default-setting-for-bar-chart/m-p/564009#M1110013</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Manish, it works. But let say if I want to just dsplay just the bar chart without any values when no selection has been made, is it possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Mar 2014 10:00:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-12T10:00:15Z</dc:date>
    <item>
      <title>How to set default setting for bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-default-setting-for-bar-chart/m-p/564004#M1110007</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;Do anyone have any idea&amp;nbsp; how to set the default setting of a bar chart? Usually after we had created a bar chart and we clear the all the field there is some default values in the bar chart. Is it possible to set the bar chart to a default setting. Meaning to say if we do not click on anything from the list box, the bar chart will remain blank, there will only be values in the bar chart if we have made selection in the list box.&lt;/P&gt;&lt;P&gt;@&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 09:42:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-default-setting-for-bar-chart/m-p/564004#M1110007</guid>
      <dc:creator />
      <dc:date>2014-03-12T09:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to set default setting for bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-default-setting-for-bar-chart/m-p/564005#M1110008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why dont you hide the bar chart with conditional show?&lt;/P&gt;&lt;P&gt;something like below...&lt;/P&gt;&lt;P&gt;Go to Layout Tab of your bar chart properties&lt;/P&gt;&lt;P&gt;Under Show Conditional write below..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=NOT ISNULL(GetCurrentSelections())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 09:49:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-default-setting-for-bar-chart/m-p/564005#M1110008</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-03-12T09:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to set default setting for bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-default-setting-for-bar-chart/m-p/564006#M1110009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean like this &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 09:52:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-default-setting-for-bar-chart/m-p/564006#M1110009</guid>
      <dc:creator>sunilkumarqv</dc:creator>
      <dc:date>2014-03-12T09:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to set default setting for bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-default-setting-for-bar-chart/m-p/564007#M1110010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Onw way is what Manish suggested , you can hide your chart conditionally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't want to hide the chart but just make the data unavailable when there is no selection then you can use the "Calculation condition".&lt;/P&gt;&lt;P&gt;Go to Chart Properties--General Tab.&lt;/P&gt;&lt;P&gt;In Calcualtion condition give the selections that you want the chart to displayed upon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Ex:&lt;/P&gt;&lt;P&gt;Say your list box has a field called Month then&lt;/P&gt;&lt;P&gt;Month = 'Dec'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use multiple selections here per your requirements. This way when nothing is selected, the chart will be available but will be blank and show a message as "Calculation condition unfulfilled".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 09:56:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-default-setting-for-bar-chart/m-p/564007#M1110010</guid>
      <dc:creator />
      <dc:date>2014-03-12T09:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to set default setting for bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-default-setting-for-bar-chart/m-p/564008#M1110011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please find in attachment.&lt;/P&gt;&lt;P&gt;And also through Ad hoc reporting we can find the result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 09:59:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-default-setting-for-bar-chart/m-p/564008#M1110011</guid>
      <dc:creator>jsingh71</dc:creator>
      <dc:date>2014-03-12T09:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to set default setting for bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-default-setting-for-bar-chart/m-p/564009#M1110013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Manish, it works. But let say if I want to just dsplay just the bar chart without any values when no selection has been made, is it possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 10:00:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-default-setting-for-bar-chart/m-p/564009#M1110013</guid>
      <dc:creator />
      <dc:date>2014-03-12T10:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to set default setting for bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-default-setting-for-bar-chart/m-p/564010#M1110016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunil for your reply, I am currently using the Personal Edition of Qlikview and is unable to see your attachment. Is it possible to paste your expression? Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 10:01:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-default-setting-for-bar-chart/m-p/564010#M1110016</guid>
      <dc:creator />
      <dc:date>2014-03-12T10:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to set default setting for bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-default-setting-for-bar-chart/m-p/564011#M1110018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Shyamal for your reply. It works!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 10:12:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-default-setting-for-bar-chart/m-p/564011#M1110018</guid>
      <dc:creator />
      <dc:date>2014-03-12T10:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to set default setting for bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-default-setting-for-bar-chart/m-p/564012#M1110020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks jsingh for your reply!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 10:13:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-default-setting-for-bar-chart/m-p/564012#M1110020</guid>
      <dc:creator />
      <dc:date>2014-03-12T10:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to set default setting for bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-default-setting-for-bar-chart/m-p/564013#M1110022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes.&lt;/P&gt;&lt;P&gt;Create two same bar chart....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st Bar Chart&lt;/P&gt;&lt;P&gt;Untick Value on data points from Expression tab&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Go to Layout Tab of your bar chart properties&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Under Show Conditional write below..&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=ISNULL(GetCurrentSelections())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2nd Bar Chart&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;tick Value on data points from Expression tab&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Go to Layout Tab of your bar chart properties&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Under Show Conditional write below..&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=NOT ISNULL(GetCurrentSelections())&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Now Put one chart on the second chart...&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Update:&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Please check enclosed file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 10:13:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-default-setting-for-bar-chart/m-p/564013#M1110022</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-03-12T10:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to set default setting for bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-default-setting-for-bar-chart/m-p/564014#M1110023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Follow the steps below past into tour application try like this&lt;/P&gt;&lt;P&gt;example&lt;/P&gt;&lt;P&gt;//script&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Load * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Column,values&lt;/P&gt;&lt;P&gt;A,2&lt;/P&gt;&lt;P&gt;B,4&lt;/P&gt;&lt;P&gt;C,5&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;create bar chart Column as dimesion and experssion as values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;//layout Conditional&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Go properties show conditional&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;=if(GetFieldSelections(values)&amp;gt;1,1,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;make on listbox values &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;select any value then bars get to display if you make clear all then layout will disapper&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Qctually prevoius one diff try this&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 10:25:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-default-setting-for-bar-chart/m-p/564014#M1110023</guid>
      <dc:creator>sunilkumarqv</dc:creator>
      <dc:date>2014-03-12T10:25:36Z</dc:date>
    </item>
  </channel>
</rss>

