<?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: Message inside a Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Message-inside-a-Chart/m-p/1160193#M378280</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to calculate depends on your BRD from your Conditional calculation on General tab of your Chart. Then choose Error Messages and Go to that Calculation Condition Unfulfilled then write what ever you want &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jul 2016 17:01:05 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2016-07-27T17:01:05Z</dc:date>
    <item>
      <title>Message inside a Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Message-inside-a-Chart/m-p/1160190#M378277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hi&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: Calibri;"&gt;I can’t find in Chart Properties how I can change the text which appears in Chart in case the Chart is not calculated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: Calibri;"&gt;It does not belong to Error Message Setting.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: Calibri;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: Calibri;"&gt;Could you please have a look in the file attached?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: Calibri;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: Calibri;"&gt;Thank you in advance,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: Calibri;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: Calibri;"&gt;Larisa&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: Calibri;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 16:23:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Message-inside-a-Chart/m-p/1160190#M378277</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-27T16:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Message inside a Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Message-inside-a-Chart/m-p/1160191#M378278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if I understand in genaral (1st one) tab&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" height="426" src="https://community.qlik.com/legacyfs/online/132724_1.png" style="height: 426.613px; width: 500px;" width="500" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 16:29:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Message-inside-a-Chart/m-p/1160191#M378278</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-07-27T16:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Message inside a Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Message-inside-a-Chart/m-p/1160192#M378279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Under General you will have the calculated condition which you'd like to to occur before showing the data.&amp;nbsp; So you set that first, then under Error Messages under calculation condition unfulfilled you'll add your condition similar to the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF((GetSelectedCount(@AdHocDim) = 0 AND GetSelectedCount(@AdHocPHIDim) = 0) AND GetSelectedCount(@AdHocMetric) = 0,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Select a dimension(s) and metric(s) to create a report.',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF((GetSelectedCount(@AdHocDim) &amp;gt; 0 OR GetSelectedCount(@AdHocPHIDim) &amp;gt; 0) AND GetSelectedCount(@AdHocMetric) = 0,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Select a metric(s) to create a report.',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Select a dimension(s) to create a report.'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I use for my calculated condition for this example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(GetSelectedCount(@AdHocDim) &amp;gt; 0 OR GetSelectedCount(@AdHocPHIDim) &amp;gt; 0)&lt;/P&gt;&lt;P&gt;AND&lt;/P&gt;&lt;P&gt;GetSelectedCount(@AdHocMetric) &amp;gt; 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 16:32:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Message-inside-a-Chart/m-p/1160192#M378279</guid>
      <dc:creator>NickHoff</dc:creator>
      <dc:date>2016-07-27T16:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Message inside a Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Message-inside-a-Chart/m-p/1160193#M378280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to calculate depends on your BRD from your Conditional calculation on General tab of your Chart. Then choose Error Messages and Go to that Calculation Condition Unfulfilled then write what ever you want &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 17:01:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Message-inside-a-Chart/m-p/1160193#M378280</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-07-27T17:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Message inside a Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Message-inside-a-Chart/m-p/1160194#M378281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 17:03:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Message-inside-a-Chart/m-p/1160194#M378281</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-27T17:03:07Z</dc:date>
    </item>
  </channel>
</rss>

