<?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: calculation condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/calculation-condition/m-p/662400#M241397</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in layout&amp;nbsp; of chart properties&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;getselectedcount(cityfield)&amp;gt;=1&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>Mon, 28 Jul 2014 08:42:12 GMT</pubDate>
    <dc:creator>SunilChauhan</dc:creator>
    <dc:date>2014-07-28T08:42:12Z</dc:date>
    <item>
      <title>calculation condition</title>
      <link>https://community.qlik.com/t5/QlikView/calculation-condition/m-p/662396#M241393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I write a calculation condition that the graph should only be displayed when a city_name is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And can I add a text when there is no graph that the user has to select a city first?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Katleen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 08:12:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calculation-condition/m-p/662396#M241393</guid>
      <dc:creator />
      <dc:date>2014-07-28T08:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: calculation condition</title>
      <link>https://community.qlik.com/t5/QlikView/calculation-condition/m-p/662397#M241394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;refer the Qlikview example of&amp;nbsp; "Whats New in Qlikview 11" in Reports tab,&lt;/P&gt;&lt;P&gt;then u can understand easily..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 08:30:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calculation-condition/m-p/662397#M241394</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-28T08:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: calculation condition</title>
      <link>https://community.qlik.com/t5/QlikView/calculation-condition/m-p/662398#M241395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Katleen,&lt;/P&gt;&lt;P&gt;you can use&lt;/P&gt;&lt;P&gt;getselectedcount(city_name)&amp;gt;0&lt;/P&gt;&lt;P&gt;as a calculation condition for the graph, then click the error messages, you can override the standard calculation condition message with your own&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="63248" alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/63248_pastedImage_0.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="63247" alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/63247_pastedImage_0.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 08:33:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calculation-condition/m-p/662398#M241395</guid>
      <dc:creator />
      <dc:date>2014-07-28T08:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: calculation condition</title>
      <link>https://community.qlik.com/t5/QlikView/calculation-condition/m-p/662399#M241396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Katleen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Layout tab, select the Show as Conditional -&amp;gt; "if(GetSelectedCount(City_Name)=0,0,1)".&lt;/P&gt;&lt;P&gt;In the general tab, under Error messages, you can add a text when there is no graph.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sabal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 08:37:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calculation-condition/m-p/662399#M241396</guid>
      <dc:creator />
      <dc:date>2014-07-28T08:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: calculation condition</title>
      <link>https://community.qlik.com/t5/QlikView/calculation-condition/m-p/662400#M241397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in layout&amp;nbsp; of chart properties&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;getselectedcount(cityfield)&amp;gt;=1&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>Mon, 28 Jul 2014 08:42:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calculation-condition/m-p/662400#M241397</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-07-28T08:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: calculation condition</title>
      <link>https://community.qlik.com/t5/QlikView/calculation-condition/m-p/662401#M241398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You won't be able to do this from the layout, as that means the chart will not show at all, making the error message useless. Need to put it in as a general calc condition not a layout show/hide&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: sorry I should add, that would work of course but would just need to create a textbox with your text display message then (so a bit more work)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 08:44:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calculation-condition/m-p/662401#M241398</guid>
      <dc:creator />
      <dc:date>2014-07-28T08:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: calculation condition</title>
      <link>https://community.qlik.com/t5/QlikView/calculation-condition/m-p/662402#M241399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agreed &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 09:06:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calculation-condition/m-p/662402#M241399</guid>
      <dc:creator />
      <dc:date>2014-07-28T09:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: calculation condition</title>
      <link>https://community.qlik.com/t5/QlikView/calculation-condition/m-p/662403#M241400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;To view&lt;/SPAN&gt; &lt;SPAN class="atn hps"&gt;an object (&lt;/SPAN&gt;graph) &lt;SPAN class="hps"&gt;only&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;if&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;at least one city&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;is selected,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;you must&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;go to the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;object properties&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;tab&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;slide&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;show&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;options&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;enable the functions&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;conditional&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;type&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;not&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;isnull&lt;/SPAN&gt; &lt;SPAN class="atn hps"&gt;(&lt;/SPAN&gt;&lt;SPAN class="atn"&gt;[&lt;/SPAN&gt;field name &lt;SPAN class="hps"&gt;city]&lt;/SPAN&gt;), &lt;SPAN class="hps"&gt;thus&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;making&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the object&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;field&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;is only visible if&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;city&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;is selected.&lt;/SPAN&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;I hope to&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;signing&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;helped.&lt;/SPAN&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;Thank you&lt;/SPAN&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;Andrea&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 09:36:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calculation-condition/m-p/662403#M241400</guid>
      <dc:creator>warrentk80</dc:creator>
      <dc:date>2014-07-28T09:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: calculation condition</title>
      <link>https://community.qlik.com/t5/QlikView/calculation-condition/m-p/662404#M241401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sum({$&amp;lt;Measures={$(=only(fieldname))}&amp;gt;} dimension) write this experssion and go to the general tab click on error meesage and click the calculation condition full filled..then type the following sentence(select a city to display the chart).....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 09:54:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calculation-condition/m-p/662404#M241401</guid>
      <dc:creator />
      <dc:date>2014-07-28T09:54:40Z</dc:date>
    </item>
  </channel>
</rss>

