<?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: floor in load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/floor-in-load/m-p/1591066#M738045</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp; there is a part of script which is based on the field's value , it must be 8 instead of 8.0 for example :&lt;/P&gt;&lt;P&gt;if(my_field in (8,4,2..),"expression") &amp;nbsp;so i will try as soon as possible&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jun 2019 13:45:27 GMT</pubDate>
    <dc:creator>JMAROUF</dc:creator>
    <dc:date>2019-06-12T13:45:27Z</dc:date>
    <item>
      <title>floor in load</title>
      <link>https://community.qlik.com/t5/QlikView/floor-in-load/m-p/1590880#M738040</link>
      <description>&lt;P&gt;Hi every one;&lt;/P&gt;&lt;P&gt;i have a problem with Floor() function in Load , &amp;nbsp;i need to eliminate decimals , the output is 8.0 instead of 8.&lt;/P&gt;&lt;P&gt;can any one help please.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:19:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/floor-in-load/m-p/1590880#M738040</guid>
      <dc:creator>JMAROUF</dc:creator>
      <dc:date>2024-11-16T03:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: floor in load</title>
      <link>https://community.qlik.com/t5/QlikView/floor-in-load/m-p/1590944#M738041</link>
      <description>&lt;P&gt;num(floor(YourField),'#,###')&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 11:45:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/floor-in-load/m-p/1590944#M738041</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2019-06-12T11:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: floor in load</title>
      <link>https://community.qlik.com/t5/QlikView/floor-in-load/m-p/1590958#M738042</link>
      <description>&lt;P&gt;Just use Num() function to not show any decimals.&lt;/P&gt;&lt;P&gt;Num(Floor(....), '#')&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 11:53:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/floor-in-load/m-p/1590958#M738042</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-06-12T11:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: floor in load</title>
      <link>https://community.qlik.com/t5/QlikView/floor-in-load/m-p/1590978#M738043</link>
      <description>&lt;P&gt;Thank you for answers but &amp;nbsp; i want to eliminate decimal part in calculation before the end of load's statement.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 12:24:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/floor-in-load/m-p/1590978#M738043</guid>
      <dc:creator>JMAROUF</dc:creator>
      <dc:date>2019-06-12T12:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: floor in load</title>
      <link>https://community.qlik.com/t5/QlikView/floor-in-load/m-p/1590994#M738044</link>
      <description>&lt;P&gt;It should do that if you use that in the script... is it not doing this?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 12:35:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/floor-in-load/m-p/1590994#M738044</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-06-12T12:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: floor in load</title>
      <link>https://community.qlik.com/t5/QlikView/floor-in-load/m-p/1591066#M738045</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp; there is a part of script which is based on the field's value , it must be 8 instead of 8.0 for example :&lt;/P&gt;&lt;P&gt;if(my_field in (8,4,2..),"expression") &amp;nbsp;so i will try as soon as possible&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 13:45:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/floor-in-load/m-p/1591066#M738045</guid>
      <dc:creator>JMAROUF</dc:creator>
      <dc:date>2019-06-12T13:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: floor in load</title>
      <link>https://community.qlik.com/t5/QlikView/floor-in-load/m-p/1591188#M738046</link>
      <description>&lt;P&gt;It may help if you posted your actual load script or the relevant section of it.&lt;BR /&gt;Then we can see how your are rounding the data in context.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 16:44:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/floor-in-load/m-p/1591188#M738046</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2019-06-12T16:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: floor in load</title>
      <link>https://community.qlik.com/t5/QlikView/floor-in-load/m-p/1591384#M738047</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6619"&gt;@Colin-Albert&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;this is my load script :&lt;/P&gt;&lt;DIV&gt;&amp;nbsp; left join(Détail_Sin) &amp;nbsp; &amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; load&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; Num_Sin,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Num(floor(max(CASBAREME)),'#') &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; as CASBAREME_SIN&lt;/DIV&gt;&lt;DIV&gt;resident &amp;nbsp; &amp;nbsp;QUIT_SIN;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;the output is in the attachement.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;thank you in advance;&lt;/DIV&gt;</description>
      <pubDate>Thu, 13 Jun 2019 07:20:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/floor-in-load/m-p/1591384#M738047</guid>
      <dc:creator>JMAROUF</dc:creator>
      <dc:date>2019-06-13T07:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: floor in load</title>
      <link>https://community.qlik.com/t5/QlikView/floor-in-load/m-p/1591388#M738048</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;a value is a numeric field in Qlik is stored as is was loaded the first time.&lt;/P&gt;&lt;P&gt;So if you load&lt;/P&gt;&lt;P&gt;5&lt;/P&gt;&lt;P&gt;05&lt;/P&gt;&lt;P&gt;005&lt;/P&gt;&lt;P&gt;into your field all values are shown as 5.&lt;/P&gt;&lt;P&gt;If you load&lt;/P&gt;&lt;P&gt;05&lt;/P&gt;&lt;P&gt;005&lt;/P&gt;&lt;P&gt;5&lt;/P&gt;&lt;P&gt;then it is stored as 05.&lt;/P&gt;&lt;P&gt;Qlik also join 5 and 05 because it is the same (numeric) value.&lt;/P&gt;&lt;P&gt;So maybe your .0 values are from another source?&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2019 07:26:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/floor-in-load/m-p/1591388#M738048</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2019-06-13T07:26:41Z</dc:date>
    </item>
  </channel>
</rss>

