<?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 rounding in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/rounding/m-p/1429908#M811204</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this excel rounding expression. I want to use the same logic in qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;If(Round(B10,4)&amp;gt; (Round(A10,4)-Round(A10,4)*0.005)),'N')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;The column B has Feb sales and column A has Jan sales in excel.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Please help!&lt;BR /&gt;&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>surajap123</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>rounding</title>
      <link>https://community.qlik.com/t5/QlikView/rounding/m-p/1429908#M811204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this excel rounding expression. I want to use the same logic in qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;If(Round(B10,4)&amp;gt; (Round(A10,4)-Round(A10,4)*0.005)),'N')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;The column B has Feb sales and column A has Jan sales in excel.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Please help!&lt;BR /&gt;&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/rounding/m-p/1429908#M811204</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: rounding</title>
      <link>https://community.qlik.com/t5/QlikView/rounding/m-p/1429909#M811205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Up to my knowledge plz don't take round in sales field&lt;/P&gt;&lt;P&gt;After data load , in writing expression time show total option is there write &lt;/P&gt;&lt;P&gt;There based on your requirement Ceil() , Floor(),&lt;/P&gt;&lt;P&gt;Like this apply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2017 01:19:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/rounding/m-p/1429909#M811205</guid>
      <dc:creator>ravikumar_iyana</dc:creator>
      <dc:date>2017-09-28T01:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: rounding</title>
      <link>https://community.qlik.com/t5/QlikView/rounding/m-p/1429910#M811210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share some sample data here to have a look.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2017 04:21:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/rounding/m-p/1429910#M811210</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-28T04:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: rounding</title>
      <link>https://community.qlik.com/t5/QlikView/rounding/m-p/1429911#M811211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is straight forward&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;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;STRONG&gt;If(Round(FieldnameofB10,4) &amp;gt; (Round(FieldnameofA10,4)-Round(FieldnameofA10,4)*0.005),'N')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2017 04:29:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/rounding/m-p/1429911#M811211</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-28T04:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: rounding</title>
      <link>https://community.qlik.com/t5/QlikView/rounding/m-p/1429912#M811212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Follow the bodmos rule in formula and try this replace your fields there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;=If( Round(FieldB,4) &amp;gt; ( Round(FieldA,4) - ( Round(FieldA,4) * 0.005 ) ),'N')&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2017 05:14:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/rounding/m-p/1429912#M811212</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-28T05:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: rounding</title>
      <link>https://community.qlik.com/t5/QlikView/rounding/m-p/1429913#M811213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how you have imported the data to Qlikview I mean Feb and Jan sales are in different columns or in the same columns ? based on this the expression needs to be tweaked &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2017 05:55:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/rounding/m-p/1429913#M811213</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-09-28T05:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: rounding</title>
      <link>https://community.qlik.com/t5/QlikView/rounding/m-p/1429914#M811214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks All!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This both jan and feb data is in single column in qlikview which is sales percentage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In front end, I want to compare both month sales in chart by rounding it to 4 decimals and then smoothing it to 0.005(smoothing purpose is- if difference between both percentage is less than half percent then consider both as same). This is my understanding.&lt;/P&gt;&lt;P&gt;Below is the excel formula. Please help how can i write in qlikview.&lt;/P&gt;&lt;P&gt;excel-&amp;gt;&lt;/P&gt;&lt;P&gt;If(Round(B10,4)&amp;gt; (Round(A10,4)-Round(A10,4)*0.005)),'N')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;qlikview expression-&lt;/P&gt;&lt;P&gt;If(Round(B10,0.0001)&amp;gt; (Round(A10,0.0001)-Round(A10,0.0001)*0.005)),'N') //Is this correct??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2017 06:45:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/rounding/m-p/1429914#M811214</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2017-09-28T06:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: rounding</title>
      <link>https://community.qlik.com/t5/QlikView/rounding/m-p/1429915#M811215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;B10 and A10 what is the value for i believe it is for the sales if so please explain with example.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2017 06:51:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/rounding/m-p/1429915#M811215</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-28T06:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: rounding</title>
      <link>https://community.qlik.com/t5/QlikView/rounding/m-p/1429916#M811216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sum({&amp;lt;Month = {'Jan'}&amp;gt;}field1)/sum({&amp;lt;Month = {'Jan'}&amp;gt;}field2)&amp;nbsp; //A10 &lt;/P&gt;&lt;P&gt;sum({&amp;lt;Month = {'Feb'}&amp;gt;}field1)/sum({&amp;lt;Month = {'Feb'}&amp;gt;}field2) //B10&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2017 07:19:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/rounding/m-p/1429916#M811216</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2017-09-28T07:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: rounding</title>
      <link>https://community.qlik.com/t5/QlikView/rounding/m-p/1429917#M811217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-weight: bold; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=If( Round(FieldB,4) &amp;gt; ( Round(FieldA,4) - ( Round(FieldA,4) * 0.005 ) ),'N')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-weight: bold; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-weight: bold; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;This is in correct&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-weight: bold; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: bold;"&gt;If(Round(B10,0.0001)&amp;gt; (Round(A10,0.0001)-Round(A10,0.0001)*0.005)),'N') //Is this correct??&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2017 07:27:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/rounding/m-p/1429917#M811217</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-28T07:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: rounding</title>
      <link>https://community.qlik.com/t5/QlikView/rounding/m-p/1429918#M811220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suraj,&lt;/P&gt;&lt;P&gt;First a little simplification&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Round(B10,4)&amp;gt; (Round(A10,4)-Round(A10,4)*0.005)),'N')&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;If(Round(B10,4)&amp;gt; 0.995*(Round(A10,4))),'N')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If B10 = [Feb Sales] and A10 = [Jan Sales] then &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Round([Feb Sales],0.0001) &amp;gt; Round(0.995*[Jan Sales],0.0001),'N')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's a bit odd to compare two rounded figures, are you sure we can't just use&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;If([Feb Sales] &amp;gt; 0.995*[Jan Sales],'N') ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suggest it's best to use an aggregation function so&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;If(sum([Feb Sales]) &amp;gt; 0.995*sum([Jan Sales]),'N')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2017 07:38:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/rounding/m-p/1429918#M811220</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-09-28T07:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: rounding</title>
      <link>https://community.qlik.com/t5/QlikView/rounding/m-p/1429919#M811222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌I am smoothing by half percenta ie. 0.5/100 = 0.005.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MSy i know what is 0.995 in your expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2017 08:00:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/rounding/m-p/1429919#M811222</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2017-09-28T08:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: rounding</title>
      <link>https://community.qlik.com/t5/QlikView/rounding/m-p/1429920#M811225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;You can you the same instead of B10(Cell Value in excel) give the QlikView Field Name.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;For A10 also the same.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;If(Round(B10,4)&amp;gt; (Round(A10,4)-Round(A10,4)*0.005)),'N')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;Rgds,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Tharindu&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2017 09:13:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/rounding/m-p/1429920#M811225</guid>
      <dc:creator>dinuwanbr</dc:creator>
      <dc:date>2017-09-28T09:13:00Z</dc:date>
    </item>
  </channel>
</rss>

