<?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: Conversion bigint in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conversion-bigint/m-p/629402#M1091846</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load *;&lt;/P&gt;&lt;P&gt;Select&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Where &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff9900;"&gt;&lt;STRONG style="font-style: inherit; font-size: 12pt; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #339966;"&gt;Convert(bigint,INSTAMOUNT) &amp;lt;&amp;gt;0&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 May 2014 11:54:51 GMT</pubDate>
    <dc:creator>alexandros17</dc:creator>
    <dc:date>2014-05-12T11:54:51Z</dc:date>
    <item>
      <title>Conversion bigint</title>
      <link>https://community.qlik.com/t5/QlikView/Conversion-bigint/m-p/629400#M1091844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i have sql query like &lt;SPAN style="color: #ff9900;"&gt;&lt;STRONG style="font-size: 12pt;"&gt;&lt;SPAN style="color: #339966;"&gt;Convert(bigint,INSTAMOUNT) &amp;lt;&amp;gt;0&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt; where INSTAMOUNT is 112332.00,4564.00 etc,how can i implement this in qlikview ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 11:49:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conversion-bigint/m-p/629400#M1091844</guid>
      <dc:creator />
      <dc:date>2014-05-12T11:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion bigint</title>
      <link>https://community.qlik.com/t5/QlikView/Conversion-bigint/m-p/629401#M1091845</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;QV should require no special handling for that number, as long as there are 15 digits or less. (or is it 14?). If they have more digits, QV will load the number as a float (in exponential format), which will result in some loss of precision.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 11:54:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conversion-bigint/m-p/629401#M1091845</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-05-12T11:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion bigint</title>
      <link>https://community.qlik.com/t5/QlikView/Conversion-bigint/m-p/629402#M1091846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load *;&lt;/P&gt;&lt;P&gt;Select&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Where &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff9900;"&gt;&lt;STRONG style="font-style: inherit; font-size: 12pt; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #339966;"&gt;Convert(bigint,INSTAMOUNT) &amp;lt;&amp;gt;0&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 11:54:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conversion-bigint/m-p/629402#M1091846</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-05-12T11:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion bigint</title>
      <link>https://community.qlik.com/t5/QlikView/Conversion-bigint/m-p/629403#M1091847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this part of SQL in your where-clause?&lt;/P&gt;&lt;P&gt;In that case, you can just copy/paste your query into the QV-loadscript like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13998956715946881" jivemacro_uid="_13998956715946881" modifiedtitle="true"&gt;
&lt;P&gt;load *&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;//the part above is Qlikview-logic / syntax&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;
&lt;P&gt;//the part below goes to your database (so database logic / syntax)&lt;/P&gt;
&lt;P&gt;sql select * FROM [yourtablename] where &lt;/P&gt;
&lt;P&gt;convert(bigint,INSTAMOUNT) &amp;lt;&amp;gt;0;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the filtering needs to be done in Qlikview, then I would make sure that the column is integer/numeric and just filter on columname &amp;lt;&amp;gt;0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 11:56:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conversion-bigint/m-p/629403#M1091847</guid>
      <dc:creator />
      <dc:date>2014-05-12T11:56:33Z</dc:date>
    </item>
  </channel>
</rss>

