<?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 Dashboard Improvisation in Qlik Learning Discussions</title>
    <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Dashboard-Improvisation/m-p/763058#M1636</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I am new to qlikview, using from last 3 month for a new project on job. I have made my first dashboard for market indicators. The graph in dashboard appearing clumsy as it showing sum of all values. Which is not acceptable by manager. He wants to see the graph area blank, and pnly graph should appear after the selection made. Can i get it done as per expecation. Please help me in this...:-)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Jan 2015 13:06:45 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-01-09T13:06:45Z</dc:date>
    <item>
      <title>Dashboard Improvisation</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Dashboard-Improvisation/m-p/763058#M1636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I am new to qlikview, using from last 3 month for a new project on job. I have made my first dashboard for market indicators. The graph in dashboard appearing clumsy as it showing sum of all values. Which is not acceptable by manager. He wants to see the graph area blank, and pnly graph should appear after the selection made. Can i get it done as per expecation. Please help me in this...:-)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 13:06:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Dashboard-Improvisation/m-p/763058#M1636</guid>
      <dc:creator />
      <dc:date>2015-01-09T13:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Improvisation</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Dashboard-Improvisation/m-p/763059#M1637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Akshay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the design tab of the graph you have to option to conditionally show the graph. You can use an expression than counts selected values based on your requirements, ie:&lt;/P&gt;&lt;P&gt;GetSelectedCount(Year)=1 and GetSelectedCount(Company)=1 --&amp;gt; this will show the graph is there is only one value selected in Year and in company.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also use GetPossibleCount to count possible values instead of selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, in general tab you can set a calculation caltion in the same way than 'show conditional', in these case the area of the graph are show, and in case the condition is False, it will can show a custom message. In 'Error messages...' button you can set the message to show.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 13:20:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Dashboard-Improvisation/m-p/763059#M1637</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-01-09T13:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Improvisation</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Dashboard-Improvisation/m-p/763060#M1638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Ruben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your inputs. Pretty helpful. As i am new to this application, bad with writing expressions. Can u guide in more detail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 13:56:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Dashboard-Improvisation/m-p/763060#M1638</guid>
      <dc:creator />
      <dc:date>2015-01-09T13:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Improvisation</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Dashboard-Improvisation/m-p/763061#M1639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It can be a lot of different requirements and any of them may require diffrent expressions, can you give more detail of what behaviour are you searching?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually is enough to limit number of possible values in graph. Say you want to compare products and with more than 10 the graph is difficult to read, so you only want to draw the graph when there are 10 or less products selected, for this you can set, in general tab, the calculate condition to "GetPossibleCount(Product)&amp;lt;=10"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GetPossibleCount() --&amp;gt; is a function that returns different values in a field that are included in actual selections&lt;/P&gt;&lt;P&gt;Product --&amp;gt; Is the name of the field that identifies a product&lt;/P&gt;&lt;P&gt;&amp;lt;=10 --&amp;gt; is the compasion to check if it's true or false&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case if the products filtered are less or equal to 10 it will draw the graph.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 14:05:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Dashboard-Improvisation/m-p/763061#M1639</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-01-09T14:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Improvisation</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Dashboard-Improvisation/m-p/763062#M1640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for late relply, as process remain off during weekend. I tried applying your suggestion but its not working. I have Data in following structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Country--Market Indicator--Market Indicator Level1--Market Indicator Level2--values&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;1.XYZ&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BB&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"The data is desgined is such manner..and data is viewed aginst yearly and quarterly dimensions. So, the graph is desgined with "sum (Values)" and in result the graph is appearing clumpsy. As it is taking sum of all values (whereas, the values are in deifferent units and parameter according indicators. So requirement is to keep the graph field blank. And bars should appear only when the selections are made accordingly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 08:40:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Dashboard-Improvisation/m-p/763062#M1640</guid>
      <dc:creator />
      <dc:date>2015-01-12T08:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Improvisation</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Dashboard-Improvisation/m-p/763063#M1641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Akshay, what identifies there are selected the same unit? By country? By Market Indicator?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case the graph has to work when there is only one market indicator filtered you can set in calculation condition (on general tab) an expression like:&lt;/P&gt;&lt;P&gt;GetPossibleCount([Market Indicator])=1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 11:04:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Dashboard-Improvisation/m-p/763063#M1641</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-01-13T11:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Improvisation</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Dashboard-Improvisation/m-p/763064#M1642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rubin, ur suggestion is helping a lot. I am trying to write more option around suggestive expression by u. In case of more confusion. Will get seek ur help again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank u so much..:-)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 10:46:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Dashboard-Improvisation/m-p/763064#M1642</guid>
      <dc:creator />
      <dc:date>2015-01-14T10:46:26Z</dc:date>
    </item>
  </channel>
</rss>

