<?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: Even Dollar Amounts in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Even-Dollar-Amounts/m-p/1766134#M455233</link>
    <description>&lt;P&gt;Thank you Edwin - appreciate the responses.&amp;nbsp; I'm doing some fraud testing and we are trying to detect PO's where the amount is a flat amount as I showed since those can have a higher risk of being repetitive and sometimes users can break a PO into pieces to circumvent approvals/hide spend.&lt;/P&gt;&lt;P&gt;As I see you are using the 'where', isn't that a statement that would be reserved for and SQL load?&lt;/P&gt;</description>
    <pubDate>Thu, 03 Dec 2020 20:07:55 GMT</pubDate>
    <dc:creator>gfisch13</dc:creator>
    <dc:date>2020-12-03T20:07:55Z</dc:date>
    <item>
      <title>Even Dollar Amounts</title>
      <link>https://community.qlik.com/t5/QlikView/Even-Dollar-Amounts/m-p/1766073#M455227</link>
      <description>&lt;P&gt;Good morning folks - I'm working with a file of purchase orders and want to identify only those that have even amounts, for instance, $10,000, $50,000, $1,250,000, $6,000,000.&amp;nbsp; &amp;nbsp;I've searched these boards but have yet to hit on what I'm looking for.&amp;nbsp; &amp;nbsp;Is there an easy way to do this.&amp;nbsp; In other applications I've seen this called Round Amounts or Flat Dollar Amounts.&amp;nbsp; Just not sure what to call it here.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate the guidance.&amp;nbsp; Thanks!&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 17:44:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Even-Dollar-Amounts/m-p/1766073#M455227</guid>
      <dc:creator>gfisch13</dc:creator>
      <dc:date>2024-11-16T17:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Even Dollar Amounts</title>
      <link>https://community.qlik.com/t5/QlikView/Even-Dollar-Amounts/m-p/1766111#M455228</link>
      <description>&lt;P&gt;you can use round function:&lt;BR /&gt;&lt;BR /&gt;round(11700,1000) is 12000 (rounded off to the nearest 1000.&amp;nbsp; set the step value if you wanted it by 1000, 10000, etc..&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/ChartFunctions/GeneralNumericFunctions/round.htm" target="_blank"&gt;Round ‒ QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 18:22:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Even-Dollar-Amounts/m-p/1766111#M455228</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2020-12-03T18:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Even Dollar Amounts</title>
      <link>https://community.qlik.com/t5/QlikView/Even-Dollar-Amounts/m-p/1766115#M455229</link>
      <description>&lt;P&gt;This is close, but not exactly what I was looking for.&amp;nbsp; &amp;nbsp;See the figure attached.&amp;nbsp; I'm not actually looking to do any rounding, I want to select the PO's that are at certain thresholds.&amp;nbsp; In this figure I want to be able to look at the ones highlighted in yellow.&amp;nbsp; &amp;nbsp;I'm thinking I need to do this in the script.......&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FlatDollarExample.JPG" style="width: 165px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/45191i30A62F69DF08399D/image-size/large?v=v2&amp;amp;px=999" role="button" title="FlatDollarExample.JPG" alt="FlatDollarExample.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 18:46:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Even-Dollar-Amounts/m-p/1766115#M455229</guid>
      <dc:creator>gfisch13</dc:creator>
      <dc:date>2020-12-03T18:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Even Dollar Amounts</title>
      <link>https://community.qlik.com/t5/QlikView/Even-Dollar-Amounts/m-p/1766125#M455230</link>
      <description>&lt;P&gt;What would be the business rules in selecting some over the others?&amp;nbsp; why is 5002510 not selected?&amp;nbsp; is it because it is not in 1000s?&amp;nbsp; you can use round function this way:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;where round([PO Value],1000) = [PO Value]&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 19:50:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Even-Dollar-Amounts/m-p/1766125#M455230</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2020-12-03T19:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Even Dollar Amounts</title>
      <link>https://community.qlik.com/t5/QlikView/Even-Dollar-Amounts/m-p/1766127#M455231</link>
      <description>&lt;P&gt;just change the step depending on what your business rule is (1000, 10000, etc)&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 19:51:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Even-Dollar-Amounts/m-p/1766127#M455231</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2020-12-03T19:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Even Dollar Amounts</title>
      <link>https://community.qlik.com/t5/QlikView/Even-Dollar-Amounts/m-p/1766129#M455232</link>
      <description>&lt;P&gt;or a more readable manner:&lt;BR /&gt;where floor(POValue/1000)*1000 = POValue&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 19:52:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Even-Dollar-Amounts/m-p/1766129#M455232</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2020-12-03T19:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Even Dollar Amounts</title>
      <link>https://community.qlik.com/t5/QlikView/Even-Dollar-Amounts/m-p/1766134#M455233</link>
      <description>&lt;P&gt;Thank you Edwin - appreciate the responses.&amp;nbsp; I'm doing some fraud testing and we are trying to detect PO's where the amount is a flat amount as I showed since those can have a higher risk of being repetitive and sometimes users can break a PO into pieces to circumvent approvals/hide spend.&lt;/P&gt;&lt;P&gt;As I see you are using the 'where', isn't that a statement that would be reserved for and SQL load?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 20:07:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Even-Dollar-Amounts/m-p/1766134#M455233</guid>
      <dc:creator>gfisch13</dc:creator>
      <dc:date>2020-12-03T20:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Even Dollar Amounts</title>
      <link>https://community.qlik.com/t5/QlikView/Even-Dollar-Amounts/m-p/1766136#M455234</link>
      <description>&lt;P&gt;Thanks Edwin - I removed the where from the script and it worked perfectly.&amp;nbsp; Exactly what I was looking for!!&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 20:37:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Even-Dollar-Amounts/m-p/1766136#M455234</guid>
      <dc:creator>gfisch13</dc:creator>
      <dc:date>2020-12-03T20:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: Even Dollar Amounts</title>
      <link>https://community.qlik.com/t5/QlikView/Even-Dollar-Amounts/m-p/1766138#M455235</link>
      <description>&lt;P&gt;i added the where clause as i was expecting you would use it in the script as a filter, regardless, the principle is the same if you use it as an if statement in a field field.&amp;nbsp; doing this kind of determination in the script makes for a faster UI&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 20:40:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Even-Dollar-Amounts/m-p/1766138#M455235</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2020-12-03T20:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Even Dollar Amounts</title>
      <link>https://community.qlik.com/t5/QlikView/Even-Dollar-Amounts/m-p/1766154#M455236</link>
      <description>&lt;P&gt;You could also use substringcount(text(POValue),`0`) to get number of zeros in the POValue field, that might be interesting feature.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 21:25:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Even-Dollar-Amounts/m-p/1766154#M455236</guid>
      <dc:creator>vidyut</dc:creator>
      <dc:date>2020-12-03T21:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Even Dollar Amounts</title>
      <link>https://community.qlik.com/t5/QlikView/Even-Dollar-Amounts/m-p/1766156#M455237</link>
      <description>&lt;P&gt;Thank you Vidyut - this will help me putting these values into buckets for further filtering.&amp;nbsp; Appreciate the input.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 21:48:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Even-Dollar-Amounts/m-p/1766156#M455237</guid>
      <dc:creator>gfisch13</dc:creator>
      <dc:date>2020-12-03T21:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Even Dollar Amounts</title>
      <link>https://community.qlik.com/t5/QlikView/Even-Dollar-Amounts/m-p/1766299#M455238</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6650"&gt;@vidyut&lt;/a&gt;&amp;nbsp;thats an interesting view which didnt come to mind however, it will count zeroes no matter where it is:&lt;BR /&gt;100000111&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2020 12:27:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Even-Dollar-Amounts/m-p/1766299#M455238</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2020-12-04T12:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Even Dollar Amounts</title>
      <link>https://community.qlik.com/t5/QlikView/Even-Dollar-Amounts/m-p/1766573#M455239</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/58578"&gt;@edwin&lt;/a&gt;&amp;nbsp; yes, you are correct. I was just stressing the point that in case you want to extract more features, start looking at the number as string, that may give you some interesting options.&lt;/P&gt;&lt;P&gt;In this case, to count the trailing zeros, if the whole dollar amount&amp;nbsp; is available in field &lt;EM&gt;txtNum, &lt;/EM&gt;an expression of the form len(txtNum)-[&lt;STRONG&gt;hidden function call on txtNum&lt;/STRONG&gt;] would return the number of trailing zeros.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you guess what is this function? I could give the solution, but thought it would be a fun exercise.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Dec 2020 21:09:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Even-Dollar-Amounts/m-p/1766573#M455239</guid>
      <dc:creator>vidyut</dc:creator>
      <dc:date>2020-12-06T21:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: Even Dollar Amounts</title>
      <link>https://community.qlik.com/t5/QlikView/Even-Dollar-Amounts/m-p/1766664#M455240</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6650"&gt;@vidyut&lt;/a&gt;&amp;nbsp;interested in your mystery function.&amp;nbsp; could that find magnitude of the number (K,M,B,...)?&amp;nbsp; could be a new thread&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2020 12:25:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Even-Dollar-Amounts/m-p/1766664#M455240</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2020-12-07T12:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Even Dollar Amounts</title>
      <link>https://community.qlik.com/t5/QlikView/Even-Dollar-Amounts/m-p/1766690#M455241</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/58578"&gt;@edwin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ok, I give you the answer, If you use len(txtNum) - &lt;STRONG&gt;findOneOf(txtNum,`123456789`,-1)&lt;/STRONG&gt;, You should get the exact number of Trailing Zeros , which was the feature we were after.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/45214"&gt;@gfisch13&lt;/a&gt;&amp;nbsp;, Try incorporating this one, and let me know your interesting finds &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2020 13:39:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Even-Dollar-Amounts/m-p/1766690#M455241</guid>
      <dc:creator>vidyut</dc:creator>
      <dc:date>2020-12-07T13:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Even Dollar Amounts</title>
      <link>https://community.qlik.com/t5/QlikView/Even-Dollar-Amounts/m-p/1766847#M455242</link>
      <description>&lt;P&gt;lets not talk about decimal places rt?&amp;nbsp; : )&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2020 22:06:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Even-Dollar-Amounts/m-p/1766847#M455242</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2020-12-07T22:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Even Dollar Amounts</title>
      <link>https://community.qlik.com/t5/QlikView/Even-Dollar-Amounts/m-p/1768094#M455243</link>
      <description>&lt;P&gt;Depends on how you have the data stored. You have a valid point though&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Dec 2020 22:13:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Even-Dollar-Amounts/m-p/1768094#M455243</guid>
      <dc:creator>vidyut</dc:creator>
      <dc:date>2020-12-12T22:13:03Z</dc:date>
    </item>
  </channel>
</rss>

