<?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: QV interprets value wrong in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QV-interprets-value-wrong/m-p/631202#M476961</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 converting like this.&lt;/P&gt;&lt;P&gt;num(num#(Left([cpk-Wert (ZZQ_QASH_STAT-CPK_ALL)],18),'#,##################',',','.')) as [CPK-WertTransformed],&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 May 2014 12:07:23 GMT</pubDate>
    <dc:creator>ashfaq_haseeb</dc:creator>
    <dc:date>2014-05-13T12:07:23Z</dc:date>
    <item>
      <title>QV interprets value wrong</title>
      <link>https://community.qlik.com/t5/QlikView/QV-interprets-value-wrong/m-p/631200#M476959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Community!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing a Problem where Qlikview doesn't Interpret a value as it should do. The Scenario is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a value called CPK-WertAsIs. It looks like this:&lt;/P&gt;&lt;P&gt;2,0109445532776422E+00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to transform this value into a number by eliminating the last 4 Digits. In the file attached, this value is called CPK-WertTransformed". With this value i would like to create normal bar Charts. Unfortunately QV always tells me: "No data to Display"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached a file where you can see how it looks like. In the script you will see how i transformed the value. (i tried several different methods, not of it worked though...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would really appreciate any suggestions!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2014 11:25:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-interprets-value-wrong/m-p/631200#M476959</guid>
      <dc:creator />
      <dc:date>2014-05-13T11:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: QV interprets value wrong</title>
      <link>https://community.qlik.com/t5/QlikView/QV-interprets-value-wrong/m-p/631201#M476960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like the data in those fields are text not values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2014 11:35:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-interprets-value-wrong/m-p/631201#M476960</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-13T11:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: QV interprets value wrong</title>
      <link>https://community.qlik.com/t5/QlikView/QV-interprets-value-wrong/m-p/631202#M476961</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 converting like this.&lt;/P&gt;&lt;P&gt;num(num#(Left([cpk-Wert (ZZQ_QASH_STAT-CPK_ALL)],18),'#,##################',',','.')) as [CPK-WertTransformed],&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2014 12:07:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-interprets-value-wrong/m-p/631202#M476961</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-05-13T12:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: QV interprets value wrong</title>
      <link>https://community.qlik.com/t5/QlikView/QV-interprets-value-wrong/m-p/631203#M476962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sebastian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked your problem.&lt;/P&gt;&lt;P&gt;First Adrian is right, your CPK-WertTransformed column is interpreted as text value. You can see that if you looks to the properties of your document under the table tab on the lower box(fields).&lt;/P&gt;&lt;P&gt;I tried to convert it simple by using the num# function but it don't work. It seems for me that qv has a problem with your column names. I think it would be better to use an underscore in column names rather than then - sign.&lt;/P&gt;&lt;P&gt;Nevertheless, I loaded your datamodel per binary load into a new qv app like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Binary cpkvalue.qvw;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T2:&lt;/P&gt;&lt;P&gt;Load Regelkarte as R1,&lt;/P&gt;&lt;P&gt;[CPK-WertTransformed] as R2&lt;/P&gt;&lt;P&gt;Resident QM014;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I now create a bar chart it works. Maybe there is something corrupt in your old app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Matthias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2014 12:18:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-interprets-value-wrong/m-p/631203#M476962</guid>
      <dc:creator>mseeck75</dc:creator>
      <dc:date>2014-05-13T12:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: QV interprets value wrong</title>
      <link>https://community.qlik.com/t5/QlikView/QV-interprets-value-wrong/m-p/631204#M476963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashfaq!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your solution worked fine! Can you tell me what the difference to my Initial solution is?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regrads and thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2014 14:05:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-interprets-value-wrong/m-p/631204#M476963</guid>
      <dc:creator />
      <dc:date>2014-05-13T14:05:17Z</dc:date>
    </item>
  </channel>
</rss>

