<?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 How to Flag my debt vs sales Table base on 3 condition ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Flag-my-debt-vs-sales-Table-base-on-3-condition/m-p/1181141#M627178</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;Many people have help me create the Debt Vs Sales Table using the below link :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-thread-small" data-containerid="2061" data-containertype="14" data-objectid="233169" data-objecttype="1" href="https://community.qlik.com/thread/233169"&gt;https://community.qlik.com/thread/233169&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I need add one mor column Flag each row base on below condition :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) If&amp;nbsp; sales = 0&amp;nbsp; Flag as Very High risk&lt;/P&gt;&lt;P&gt;2) If Debt &amp;gt; Sales Flag as High risk&lt;/P&gt;&lt;P&gt;3) if sales &amp;gt; Debt Flag as Low risk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So user is able to view the customer belong to which risk classification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 25 Sep 2016 12:28:06 GMT</pubDate>
    <dc:creator>paulyeo11</dc:creator>
    <dc:date>2016-09-25T12:28:06Z</dc:date>
    <item>
      <title>How to Flag my debt vs sales Table base on 3 condition ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Flag-my-debt-vs-sales-Table-base-on-3-condition/m-p/1181141#M627178</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;Many people have help me create the Debt Vs Sales Table using the below link :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-thread-small" data-containerid="2061" data-containertype="14" data-objectid="233169" data-objecttype="1" href="https://community.qlik.com/thread/233169"&gt;https://community.qlik.com/thread/233169&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I need add one mor column Flag each row base on below condition :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) If&amp;nbsp; sales = 0&amp;nbsp; Flag as Very High risk&lt;/P&gt;&lt;P&gt;2) If Debt &amp;gt; Sales Flag as High risk&lt;/P&gt;&lt;P&gt;3) if sales &amp;gt; Debt Flag as Low risk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So user is able to view the customer belong to which risk classification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Sep 2016 12:28:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Flag-my-debt-vs-sales-Table-base-on-3-condition/m-p/1181141#M627178</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2016-09-25T12:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to Flag my debt vs sales Table base on 3 condition ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Flag-my-debt-vs-sales-Table-base-on-3-condition/m-p/1181142#M627179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Sep 2016 12:38:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Flag-my-debt-vs-sales-Table-base-on-3-condition/m-p/1181142#M627179</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2016-09-25T12:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to Flag my debt vs sales Table base on 3 condition ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Flag-my-debt-vs-sales-Table-base-on-3-condition/m-p/1181143#M627180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Column(1) &amp;gt; 0, If(Column(2) = 0, 'Very High Risk',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Column(1) &amp;gt; Column(2), 'High Risk', 'Low Risk')))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Sep 2016 13:11:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Flag-my-debt-vs-sales-Table-base-on-3-condition/m-p/1181143#M627180</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-25T13:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to Flag my debt vs sales Table base on 3 condition ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Flag-my-debt-vs-sales-Table-base-on-3-condition/m-p/1181144#M627181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you , it work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PAul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Sep 2016 13:16:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Flag-my-debt-vs-sales-Table-base-on-3-condition/m-p/1181144#M627181</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2016-09-25T13:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to Flag my debt vs sales Table base on 3 condition ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Flag-my-debt-vs-sales-Table-base-on-3-condition/m-p/1181145#M627182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more quick question, may I know how to make&lt;/P&gt;&lt;P&gt;Very High Risk text Color red Color .&lt;/P&gt;&lt;P&gt;High Risk text Color organ Color .&lt;/P&gt;&lt;P&gt;Low risk text Colour Green Color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul Yeo&lt;/P&gt;&lt;P&gt;Director&lt;/P&gt;&lt;P&gt;www.tdstech.com&amp;lt;http://www.tdstech.com&amp;gt;&lt;/P&gt;&lt;P&gt;HP+6285883521036 Indo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Sep 2016 13:23:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Flag-my-debt-vs-sales-Table-base-on-3-condition/m-p/1181145#M627182</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2016-09-25T13:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to Flag my debt vs sales Table base on 3 condition ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Flag-my-debt-vs-sales-Table-base-on-3-condition/m-p/1181146#M627183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌May be use an if statement for the background color of your new expression (you can also use Pick Match combination)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Column(4) = 'Very High Risk', Red(),&lt;/P&gt;&lt;P&gt;If(Column(4) = 'High Risk', ....., .....))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Sep 2016 13:30:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Flag-my-debt-vs-sales-Table-base-on-3-condition/m-p/1181146#M627183</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-25T13:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to Flag my debt vs sales Table base on 3 condition ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Flag-my-debt-vs-sales-Table-base-on-3-condition/m-p/1181147#M627184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank it work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Sep 2016 13:45:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Flag-my-debt-vs-sales-Table-base-on-3-condition/m-p/1181147#M627184</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2016-09-25T13:45:12Z</dc:date>
    </item>
  </channel>
</rss>

