<?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 Change error text...No numeric values on x axis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Change-error-text-No-numeric-values-on-x-axis/m-p/906032#M1012915</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, when making a selection the chart defaults to a warning of No numeric values on x axis. I would like to change this to something more accurate like No budget available but when I go to Properties-&amp;gt;Error Messages and change Default it doesn't change this error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Apr 2015 01:18:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-04-27T01:18:10Z</dc:date>
    <item>
      <title>Change error text...No numeric values on x axis</title>
      <link>https://community.qlik.com/t5/QlikView/Change-error-text-No-numeric-values-on-x-axis/m-p/906032#M1012915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, when making a selection the chart defaults to a warning of No numeric values on x axis. I would like to change this to something more accurate like No budget available but when I go to Properties-&amp;gt;Error Messages and change Default it doesn't change this error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 01:18:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-error-text-No-numeric-values-on-x-axis/m-p/906032#M1012915</guid>
      <dc:creator />
      <dc:date>2015-04-27T01:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Change error text...No numeric values on x axis</title>
      <link>https://community.qlik.com/t5/QlikView/Change-error-text-No-numeric-values-on-x-axis/m-p/906033#M1012916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this kind of error needs to be solved in the expression itself. Could you please post your chart expression? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 01:38:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-error-text-No-numeric-values-on-x-axis/m-p/906033#M1012916</guid>
      <dc:creator>danieloberbilli</dc:creator>
      <dc:date>2015-04-27T01:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Change error text...No numeric values on x axis</title>
      <link>https://community.qlik.com/t5/QlikView/Change-error-text-No-numeric-values-on-x-axis/m-p/906034#M1012917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there, quick reply &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(ISNULL(SUM(Budget)),0,SUM(Budget))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ISNULL is intended to ensure the graph keeps displaying if there is no data and intent was then to display a warning to the user through the error message functionality.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 01:41:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-error-text-No-numeric-values-on-x-axis/m-p/906034#M1012917</guid>
      <dc:creator />
      <dc:date>2015-04-27T01:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Change error text...No numeric values on x axis</title>
      <link>https://community.qlik.com/t5/QlikView/Change-error-text-No-numeric-values-on-x-axis/m-p/906035#M1012918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I might be wrong, but I think you cant handle this with the standard error messages. As far as I understand the standard error messages, they only cover object-specific/controlled issues e.g. is an object-condition fulfilled or not.&lt;/P&gt;&lt;P&gt;But your condition is based within an expression and based on your actual data (and not on the object).&lt;/P&gt;&lt;P&gt;As a workaround I would suggest to show/hide a textbox with the error message as a layer above your chart with a condition...so it can hide your chart and show the error message. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 03:05:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-error-text-No-numeric-values-on-x-axis/m-p/906035#M1012918</guid>
      <dc:creator>danieloberbilli</dc:creator>
      <dc:date>2015-04-27T03:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Change error text...No numeric values on x axis</title>
      <link>https://community.qlik.com/t5/QlikView/Change-error-text-No-numeric-values-on-x-axis/m-p/906036#M1012919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If your app is not having any custom error messages other than the one which you specified here,then you can replace all the error message with your wish in the Default mode of custom error messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="85079" alt="bjh.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/85079_bjh.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 03:12:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-error-text-No-numeric-values-on-x-axis/m-p/906036#M1012919</guid>
      <dc:creator>hariprasadqv</dc:creator>
      <dc:date>2015-04-27T03:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Change error text...No numeric values on x axis</title>
      <link>https://community.qlik.com/t5/QlikView/Change-error-text-No-numeric-values-on-x-axis/m-p/906037#M1012920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Try Like this ,&lt;/P&gt;&lt;P&gt;take one text Object and Enable it when ever budget is null&lt;/P&gt;&lt;P&gt;like &lt;STRONG&gt;if(SUM(BUDGET)=0,1,0)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;change layout option from Bottom to Top and write the text you want&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 04:18:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-error-text-No-numeric-values-on-x-axis/m-p/906037#M1012920</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2015-04-27T04:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Change error text...No numeric values on x axis</title>
      <link>https://community.qlik.com/t5/QlikView/Change-error-text-No-numeric-values-on-x-axis/m-p/906038#M1012921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep tried the custom error message but no luck &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt; Another overlapping text box should work&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Example.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/85082_Example.png" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 04:35:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-error-text-No-numeric-values-on-x-axis/m-p/906038#M1012921</guid>
      <dc:creator />
      <dc:date>2015-04-27T04:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Change error text...No numeric values on x axis</title>
      <link>https://community.qlik.com/t5/QlikView/Change-error-text-No-numeric-values-on-x-axis/m-p/906039#M1012922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, great idea on the chart box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I fiddled a little and found by setting a calc condition of&lt;/P&gt;&lt;P&gt;=IF(SUM(Budget)=0,0,1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then putting the error message text as the text I wanted it finally showed the way I wanted it to!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 06:03:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-error-text-No-numeric-values-on-x-axis/m-p/906039#M1012922</guid>
      <dc:creator />
      <dc:date>2015-04-27T06:03:14Z</dc:date>
    </item>
  </channel>
</rss>

