<?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: Positive values are converted to negative values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Positive-values-are-converted-to-negative-values/m-p/1395881#M423755</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Column data type is bit thus i am getting the values 1 as -1 values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &lt;A href="https://community.qlik.com/people/stigchel"&gt;stigchel&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Oct 2017 07:34:31 GMT</pubDate>
    <dc:creator>spsrk_84</dc:creator>
    <dc:date>2017-10-20T07:34:31Z</dc:date>
    <item>
      <title>Positive values are converted to negative values</title>
      <link>https://community.qlik.com/t5/QlikView/Positive-values-are-converted-to-negative-values/m-p/1395877#M423751</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 am facing quite strange issue while loading data from SQL database into Qlikview&amp;nbsp; version &lt;STRONG&gt;12.10.0.0&lt;/STRONG&gt; i.e. i am loading data from a table and the table has columns such as Reporting,Deliver,Admin and all these fields has values 0 &amp;amp; 1 only in the table. But when loaded into qlikview all the 1's are replaced with -1 which is quite unexpected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried the approaches such uninstalling qlikiview &amp;amp; installing again, qliksense was also their in my and i uninstalled it.&lt;/P&gt;&lt;P&gt;verified to load the same data values from excel file and they are loading absolutely fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone has come across this kind of issue please do let me know how to resolve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shivarama krishna K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 12:37:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Positive-values-are-converted-to-negative-values/m-p/1395877#M423751</guid>
      <dc:creator>spsrk_84</dc:creator>
      <dc:date>2017-10-19T12:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Positive values are converted to negative values</title>
      <link>https://community.qlik.com/t5/QlikView/Positive-values-are-converted-to-negative-values/m-p/1395878#M423752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The below thread may help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/40417"&gt;SQL select iterprets 1 as -1&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 12:53:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Positive-values-are-converted-to-negative-values/m-p/1395878#M423752</guid>
      <dc:creator>techvarun</dc:creator>
      <dc:date>2017-10-19T12:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Positive values are converted to negative values</title>
      <link>https://community.qlik.com/t5/QlikView/Positive-values-are-converted-to-negative-values/m-p/1395879#M423753</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;if it gets solved then well and good else you ca use fabs() to convert it to positive number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Pradosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 13:10:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Positive-values-are-converted-to-negative-values/m-p/1395879#M423753</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-10-19T13:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Positive values are converted to negative values</title>
      <link>https://community.qlik.com/t5/QlikView/Positive-values-are-converted-to-negative-values/m-p/1395880#M423754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;You are probably loading from a sql table where a field is defined as bit and is returned as true/false. QlikView stores true() as -1. You can converse this like below (2 ways)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL SELECT [ID],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;case&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; when BitField= 1 then 1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; when BitField= 0 then 0&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; end AS SomeColumn&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,Cast(BitField as Int) as Some&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Column&lt;/SPAN&gt;2&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; FROM ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 13:13:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Positive-values-are-converted-to-negative-values/m-p/1395880#M423754</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2017-10-19T13:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Positive values are converted to negative values</title>
      <link>https://community.qlik.com/t5/QlikView/Positive-values-are-converted-to-negative-values/m-p/1395881#M423755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Column data type is bit thus i am getting the values 1 as -1 values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &lt;A href="https://community.qlik.com/people/stigchel"&gt;stigchel&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 07:34:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Positive-values-are-converted-to-negative-values/m-p/1395881#M423755</guid>
      <dc:creator>spsrk_84</dc:creator>
      <dc:date>2017-10-20T07:34:31Z</dc:date>
    </item>
  </channel>
</rss>

