<?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 No numeric values on the  x-axis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/No-numeric-values-on-the-x-axis/m-p/705574#M254367</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to freeze a point in chart and trying achieve it by using following expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(AgeFromCurrentV=$(vMinAgeFromCurrentV),AgeFromCurrentV,AgeFromCurrentV+Num(vLife))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vMinAgeFromCurrentV will have the minimum Age Value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression seems give desire results with a hardcode value but it fails with "No numeric values on the&amp;nbsp; x-axis" error when i introduce the vMinAgeFromCurrentV variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Aug 2014 05:43:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-08-04T05:43:44Z</dc:date>
    <item>
      <title>No numeric values on the  x-axis</title>
      <link>https://community.qlik.com/t5/QlikView/No-numeric-values-on-the-x-axis/m-p/705574#M254367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to freeze a point in chart and trying achieve it by using following expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(AgeFromCurrentV=$(vMinAgeFromCurrentV),AgeFromCurrentV,AgeFromCurrentV+Num(vLife))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vMinAgeFromCurrentV will have the minimum Age Value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression seems give desire results with a hardcode value but it fails with "No numeric values on the&amp;nbsp; x-axis" error when i introduce the vMinAgeFromCurrentV variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 05:43:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-numeric-values-on-the-x-axis/m-p/705574#M254367</guid>
      <dc:creator />
      <dc:date>2014-08-04T05:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: No numeric values on the  x-axis</title>
      <link>https://community.qlik.com/t5/QlikView/No-numeric-values-on-the-x-axis/m-p/705575#M254368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is obvious.&lt;/P&gt;&lt;P&gt;Why you want to hard code ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 05:48:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-numeric-values-on-the-x-axis/m-p/705575#M254368</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-08-04T05:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: No numeric values on the  x-axis</title>
      <link>https://community.qlik.com/t5/QlikView/No-numeric-values-on-the-x-axis/m-p/705576#M254369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this by removing $ symbol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=if(AgeFromCurrentV=vMinAgeFromCurrentV,AgeFromCurrentV,AgeFromCurrentV+Num(vLife))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;or &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=if(AgeFromCurrentV='$(vMinAgeFromCurrentV)',AgeFromCurrentV,AgeFromCurrentV+Num(vLife))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 05:52:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-numeric-values-on-the-x-axis/m-p/705576#M254369</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-08-04T05:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: No numeric values on the  x-axis</title>
      <link>https://community.qlik.com/t5/QlikView/No-numeric-values-on-the-x-axis/m-p/705577#M254370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-avatarid="6236" data-externalid="" data-online="false" data-presence="null" data-userid="23109" data-username="jagan" href="https://community.qlik.com/people/jagan" style="font-weight: bold; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #8b8b8b; background-color: #f6f6f6;"&gt;Jagan&lt;/A&gt;, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still no luck, with your expression the chart get rendered but the minimum point doen't get freeze it moves while changing vLife ,&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 00:00:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-numeric-values-on-the-x-axis/m-p/705577#M254370</guid>
      <dc:creator />
      <dc:date>2014-08-05T00:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: No numeric values on the  x-axis</title>
      <link>https://community.qlik.com/t5/QlikView/No-numeric-values-on-the-x-axis/m-p/705578#M254371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Check this value in text object =&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Num(vLife) and see whether you are getting any value, if you are getting value then it should definitely change.&amp;nbsp; If not can you attach sample file?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 02:46:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-numeric-values-on-the-x-axis/m-p/705578#M254371</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-08-05T02:46:48Z</dc:date>
    </item>
  </channel>
</rss>

