<?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: Formula Question / Help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Formula-Question-Help/m-p/829300#M532274</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your logic is flawed, You are not assigning any value for SAGMDOL between 1001 and 1499.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in script:&lt;/P&gt;&lt;P&gt;if(SAGMDOL &amp;gt; 1500, 3,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(SAGMODL &amp;gt; 1000, "Whatever:,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(SAGMDOL &amp;gt; 500, 2,1)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What if SAGMDOL is negative?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 May 2015 19:10:52 GMT</pubDate>
    <dc:creator>m_woolf</dc:creator>
    <dc:date>2015-05-21T19:10:52Z</dc:date>
    <item>
      <title>Formula Question / Help</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-Question-Help/m-p/829299#M532273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Afternoon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking to visualize data and assign a score of sorts to that data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF field "SAGMDOL" is between 0 and 500 = 1, if it is between 501 - 1000 = 2, and if it is &amp;gt;1500 = 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to use this scoring so that I can identify accounts that are at high risk of costing our organization money if we take a low margin deal. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Barry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 18:26:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-Question-Help/m-p/829299#M532273</guid>
      <dc:creator />
      <dc:date>2015-05-21T18:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Formula Question / Help</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-Question-Help/m-p/829300#M532274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your logic is flawed, You are not assigning any value for SAGMDOL between 1001 and 1499.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in script:&lt;/P&gt;&lt;P&gt;if(SAGMDOL &amp;gt; 1500, 3,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(SAGMODL &amp;gt; 1000, "Whatever:,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(SAGMDOL &amp;gt; 500, 2,1)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What if SAGMDOL is negative?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 19:10:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-Question-Help/m-p/829300#M532274</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2015-05-21T19:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Formula Question / Help</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-Question-Help/m-p/829301#M532275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for replying. I never thought about the negative factor however after consulting with the powers that be... the complete groupings would be,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAGMDOL &amp;lt;0 - 0 = 0&lt;/P&gt;&lt;P&gt;SAGMDOL 1 - 500 = 1&lt;/P&gt;&lt;P&gt;SAGMDOL 501 - 1000 = 2&lt;/P&gt;&lt;P&gt;SAGMDOL 1001 - 1500 = 3&lt;/P&gt;&lt;P&gt;SAGMDOL 1501 - 2000 = 4&lt;/P&gt;&lt;P&gt;SAGMDOL &amp;gt; 2001 = 5&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 19:18:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-Question-Help/m-p/829301#M532275</guid>
      <dc:creator />
      <dc:date>2015-05-21T19:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Formula Question / Help</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-Question-Help/m-p/829302#M532276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;in script:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(SAGMDOL &amp;gt; 2001, 5,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(SAGMODL &amp;gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;1500 &lt;/SPAN&gt;, 4,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(SAGMDOL &amp;gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;1000 &lt;/SPAN&gt;, 3,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&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; if(SAGMODL &amp;gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;500&lt;/SPAN&gt;, 2,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&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; if(SAGMDOL &amp;gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;0&lt;/SPAN&gt;, 1,0))))) as Score;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 19:22:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-Question-Help/m-p/829302#M532276</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2015-05-21T19:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Formula Question / Help</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-Question-Help/m-p/829303#M532277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Mike. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a huge help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 19:25:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-Question-Help/m-p/829303#M532277</guid>
      <dc:creator />
      <dc:date>2015-05-21T19:25:08Z</dc:date>
    </item>
  </channel>
</rss>

