<?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 getting integer value while multiplying in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/getting-integer-value-while-multiplying/m-p/1116869#M905407</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;example: Eq 1 :value = (number of apples * 23 )/5 for this i get number with decimals like 1234.32&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eq 2: value1 = value * 89&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While displayinng ''value'' it has to display with decimals ,but while multiplying in equation 2 , i have to multiple with only integer in value1 equation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;How could i achieve this.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>berryandcherry6</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>getting integer value while multiplying</title>
      <link>https://community.qlik.com/t5/QlikView/getting-integer-value-while-multiplying/m-p/1116869#M905407</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;example: Eq 1 :value = (number of apples * 23 )/5 for this i get number with decimals like 1234.32&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eq 2: value1 = value * 89&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While displayinng ''value'' it has to display with decimals ,but while multiplying in equation 2 , i have to multiple with only integer in value1 equation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;How could i achieve this.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getting-integer-value-while-multiplying/m-p/1116869#M905407</guid>
      <dc:creator>berryandcherry6</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: getting integer value while multiplying</title>
      <link>https://community.qlik.com/t5/QlikView/getting-integer-value-while-multiplying/m-p/1116870#M905408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I've understood the question, one of these?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;value1 = floor(value)*89&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;value1 = round(value)*89&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;value1 = ceil(value)*89&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Jun 2016 17:55:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getting-integer-value-while-multiplying/m-p/1116870#M905408</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2016-06-26T17:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: getting integer value while multiplying</title>
      <link>https://community.qlik.com/t5/QlikView/getting-integer-value-while-multiplying/m-p/1116871#M905409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/johnw"&gt;johnw&lt;/A&gt;&lt;/STRONG&gt; ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 13px;"&gt;value1 = floor(value)*89&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 13px;"&gt;This ,Solved my query.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 13px;"&gt;Thanks&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Jun 2016 18:06:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getting-integer-value-while-multiplying/m-p/1116871#M905409</guid>
      <dc:creator>berryandcherry6</dc:creator>
      <dc:date>2016-06-26T18:06:39Z</dc:date>
    </item>
  </channel>
</rss>

