<?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: Round table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Round-table/m-p/1039521#M640256</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;glad it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please close your thread by marking an answer correct that solved your problem.&lt;/P&gt;&lt;P&gt;You can also mark answers helpful that delivered additional information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Feb 2016 22:09:32 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2016-02-29T22:09:32Z</dc:date>
    <item>
      <title>Round table</title>
      <link>https://community.qlik.com/t5/QlikView/Round-table/m-p/1039516#M640251</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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am just starting to use/learn qlikview/SQL. &lt;/P&gt;&lt;P&gt;This is a part of my code &lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;ODBC&lt;/SPAN&gt; &lt;/EM&gt;&lt;STRONG&gt;&lt;EM style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;CONNECT&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;TO&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; prdax2012_mirror (&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;XUserId&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; xx, &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;XPassword&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; yy);&lt;BR /&gt; &lt;/SPAN&gt;&lt;/EM&gt;&lt;STRONG&gt;&lt;EM style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;SQL&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM style="color: black; font-size: 9.0pt; font-family: 'Courier New';"&gt; SELECT ROUND(AMOUNTCURCREDIT,2) as CURCREDIT, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to round my numbers in this table to 2 decimal digits. When I export the result in excel, some of the data has more than 2 decimals.&lt;/P&gt;&lt;P&gt;Any idea what I am doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 14:52:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Round-table/m-p/1039516#M640251</guid>
      <dc:creator />
      <dc:date>2016-02-26T14:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Round table</title>
      <link>https://community.qlik.com/t5/QlikView/Round-table/m-p/1039517#M640252</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;maybe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;EM style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;ROUND(AMOUNTCURCREDIT,0.01) as CURCREDIT;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;SQL&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt; SELECT AMOUNTCURCREDIT&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;hope this helps&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;regards&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;Marco&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Feb 2016 03:20:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Round-table/m-p/1039517#M640252</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-02-27T03:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Round table</title>
      <link>https://community.qlik.com/t5/QlikView/Round-table/m-p/1039518#M640253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to the suggestion from Marco some background: &lt;A href="https://community.qlik.com/qlik-blogpost/2972"&gt;Preceding Load&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Feb 2016 19:11:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Round-table/m-p/1039518#M640253</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-02-27T19:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Round table</title>
      <link>https://community.qlik.com/t5/QlikView/Round-table/m-p/1039519#M640254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;splendid. it works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Feb 2016 07:17:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Round-table/m-p/1039519#M640254</guid>
      <dc:creator />
      <dc:date>2016-02-29T07:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: Round table</title>
      <link>https://community.qlik.com/t5/QlikView/Round-table/m-p/1039520#M640255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the link, it helped me with understanding the logic of the answer of Marco.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Feb 2016 07:18:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Round-table/m-p/1039520#M640255</guid>
      <dc:creator />
      <dc:date>2016-02-29T07:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Round table</title>
      <link>https://community.qlik.com/t5/QlikView/Round-table/m-p/1039521#M640256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;glad it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please close your thread by marking an answer correct that solved your problem.&lt;/P&gt;&lt;P&gt;You can also mark answers helpful that delivered additional information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Feb 2016 22:09:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Round-table/m-p/1039521#M640256</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-02-29T22:09:32Z</dc:date>
    </item>
  </channel>
</rss>

