<?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: qvw file not able to retrive Boolean type values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/qvw-file-not-able-to-retrive-Boolean-type-values/m-p/380433#M141900</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I´m guessing but may be qlikview is not considering as numeric that values, what happens if you use &lt;/P&gt;&lt;P&gt;fabs(num#(Field1)) ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Aug 2012 15:35:43 GMT</pubDate>
    <dc:creator>chematos</dc:creator>
    <dc:date>2012-08-23T15:35:43Z</dc:date>
    <item>
      <title>qvw file not able to retrive Boolean type values</title>
      <link>https://community.qlik.com/t5/QlikView/qvw-file-not-able-to-retrive-Boolean-type-values/m-p/380432#M141899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've a boolean column in my database. I generated qvd file for the data which i'm receving from sql. The boolean values in my sql is 0 and 1. But in my qvd i can able to see 0 and -1. So when i loading the qvd i'm using fabs(Field1) as Field1 in the script. But in field1 i can able to see only 0 value. What is the problem. Why qvw file not able to read boolean values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 15:19:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qvw-file-not-able-to-retrive-Boolean-type-values/m-p/380432#M141899</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2012-08-23T15:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: qvw file not able to retrive Boolean type values</title>
      <link>https://community.qlik.com/t5/QlikView/qvw-file-not-able-to-retrive-Boolean-type-values/m-p/380433#M141900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I´m guessing but may be qlikview is not considering as numeric that values, what happens if you use &lt;/P&gt;&lt;P&gt;fabs(num#(Field1)) ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 15:35:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qvw-file-not-able-to-retrive-Boolean-type-values/m-p/380433#M141900</guid>
      <dc:creator>chematos</dc:creator>
      <dc:date>2012-08-23T15:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: qvw file not able to retrive Boolean type values</title>
      <link>https://community.qlik.com/t5/QlikView/qvw-file-not-able-to-retrive-Boolean-type-values/m-p/380434#M141901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Your case is similar to this: &lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading active_link" href="https://community.qlik.com/message/44507#44507"&gt;http://community.qlik.com/message/44507#44507&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If I remember correctly this -1 will appear only on 64bit machines. &lt;/P&gt;&lt;P&gt;If fabs() returns an expected value, maybe you can use if( &lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;Field1&lt;/SPAN&gt; = 0 , 0 ,1 ) as Field1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps, &lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 16:12:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qvw-file-not-able-to-retrive-Boolean-type-values/m-p/380434#M141901</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2012-08-23T16:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: qvw file not able to retrive Boolean type values</title>
      <link>https://community.qlik.com/t5/QlikView/qvw-file-not-able-to-retrive-Boolean-type-values/m-p/380435#M141902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the late reply. Yes, I'm using 64 bit. I did like this, While generating the qvd file i used Fabs for the field it works for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For eg:&lt;/P&gt;&lt;P&gt;Load *, Fabs(FieldName) as FieldName1;&lt;/P&gt;&lt;P&gt;SQL * From Table1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2012 09:31:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qvw-file-not-able-to-retrive-Boolean-type-values/m-p/380435#M141902</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2012-08-28T09:31:35Z</dc:date>
    </item>
  </channel>
</rss>

