<?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: Help in Formula - Gauge Light in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-in-Formula-Gauge-Light/m-p/921931#M319328</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If i simply use =(Column(3)/Column(2)) for calculation of Column 4, i am getting dash &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/minus.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if column 3 = 0 and column 2 = 0&lt;/P&gt;&lt;P&gt;then column 4 will be 0% or - should return green color not red.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am i making sense? Anything more than 5% should be red.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Jul 2015 13:38:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-30T13:38:39Z</dc:date>
    <item>
      <title>Help in Formula - Gauge Light</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-Formula-Gauge-Light/m-p/921922#M319319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For display of traffic gauge lights, i am using the formula where&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0 - Green&lt;/P&gt;&lt;P&gt;1-Amber&lt;/P&gt;&lt;P&gt;2-Red&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If((Column(3)/Column(2))*100 &amp;lt; '0%','0',If((column(3)/column(2))*100 &amp;gt; '0%' and (column(3)/column(2)) &amp;lt; '5%','1','2'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when the condition is 0%, it should show green but it is showing red.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help me with formula?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 13:10:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Formula-Gauge-Light/m-p/921922#M319319</guid>
      <dc:creator />
      <dc:date>2015-07-30T13:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Formula - Gauge Light</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-Formula-Gauge-Light/m-p/921923#M319320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you upload your qvw?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 13:11:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Formula-Gauge-Light/m-p/921923#M319320</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-07-30T13:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Formula - Gauge Light</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-Formula-Gauge-Light/m-p/921924#M319321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Andy, Sorry but i can't&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will post something very similar that will help you to understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 13:14:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Formula-Gauge-Light/m-p/921924#M319321</guid>
      <dc:creator />
      <dc:date>2015-07-30T13:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Formula - Gauge Light</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-Formula-Gauge-Light/m-p/921925#M319322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to take of all '&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=If((Column(3)/Column(2))*100 &amp;lt; 0,0,If((column(3)/column(2))*100 =&amp;gt; 0 and (column(3)/column(2)) &amp;lt; 5,1,2))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&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-family: 'comic sans ms', sans-serif;"&gt;Feeling Qlikngry?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" data-containerid="2049" data-containertype="14" data-objectid="8342" data-objecttype="102" href="https://community.qlik.com/docs/DOC-8342" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;How To /Missing Manual(18 articles)&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 13:14:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Formula-Gauge-Light/m-p/921925#M319322</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-07-30T13:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Formula - Gauge Light</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-Formula-Gauge-Light/m-p/921926#M319323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will fix your expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If((Column(3) / Column(2)) * 100 &amp;lt; 0, 0, &lt;/P&gt;&lt;P&gt;&amp;nbsp; If((Column(3) / Column(2)) &amp;lt; 0.05, 1, 2))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how are you getting from there to the colours RAG?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 13:16:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Formula-Gauge-Light/m-p/921926#M319323</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-07-30T13:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Formula - Gauge Light</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-Formula-Gauge-Light/m-p/921927#M319324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why are you using % .. by default QV returns in numbers have you specified anywhere to return in percent ?&lt;/P&gt;&lt;P&gt;use &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=If((Column(3)/Column(2))*100 &amp;lt; 0,0,If((column(3)/column(2))*100 &amp;gt; 0 and (column(3)/column(2)) &amp;lt; 5,1,2))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;BKC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 13:19:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Formula-Gauge-Light/m-p/921927#M319324</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-30T13:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Formula - Gauge Light</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-Formula-Gauge-Light/m-p/921928#M319325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;all other colors are working fine for you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 13:20:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Formula-Gauge-Light/m-p/921928#M319325</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-30T13:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Formula - Gauge Light</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-Formula-Gauge-Light/m-p/921929#M319326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All Rag's colors are working fine except for one. Posting an excel sheet with details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 13:32:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Formula-Gauge-Light/m-p/921929#M319326</guid>
      <dc:creator />
      <dc:date>2015-07-30T13:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Formula - Gauge Light</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-Formula-Gauge-Light/m-p/921930#M319327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Try this please:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=If((Column(3)/Column(2))*100 &amp;lt;= '0','0',If((column(3)/column(2))*100 &amp;gt; '0' and (column(3)/column(2)) &amp;lt; '5','1','2'))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 13:36:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Formula-Gauge-Light/m-p/921930#M319327</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-30T13:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Formula - Gauge Light</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-Formula-Gauge-Light/m-p/921931#M319328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If i simply use =(Column(3)/Column(2)) for calculation of Column 4, i am getting dash &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/minus.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if column 3 = 0 and column 2 = 0&lt;/P&gt;&lt;P&gt;then column 4 will be 0% or - should return green color not red.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am i making sense? Anything more than 5% should be red.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 13:38:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Formula-Gauge-Light/m-p/921931#M319328</guid>
      <dc:creator />
      <dc:date>2015-07-30T13:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Formula - Gauge Light</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-Formula-Gauge-Light/m-p/921932#M319329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=If(Column(3) / Column(2) &amp;lt; 0 Or Column(2) = 0, 0, &lt;/P&gt;&lt;P&gt;&amp;nbsp; If(Column(3) / Column(2) &amp;lt; 0.05, 1, 2))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 13:44:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Formula-Gauge-Light/m-p/921932#M319329</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-07-30T13:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Formula - Gauge Light</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-Formula-Gauge-Light/m-p/921933#M319330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 15:40:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Formula-Gauge-Light/m-p/921933#M319330</guid>
      <dc:creator />
      <dc:date>2015-07-30T15:40:42Z</dc:date>
    </item>
  </channel>
</rss>

