<?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: Nee help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Nee-help/m-p/1404227#M813027</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may need this?&lt;/P&gt;&lt;P&gt;Create one field in script&lt;/P&gt;&lt;P&gt;Day(DateField) as Day&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then BG color may be this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Day &amp;gt;= 0 and Day &amp;lt;=3, Green(), If(Day &amp;gt;=4 and Day &amp;lt;= 6, Yellow(), If(Day &amp;gt;= 7 and Day &amp;lt;=9, Black(), Red())))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 24 Sep 2017 19:02:25 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-09-24T19:02:25Z</dc:date>
    <item>
      <title>Nee help</title>
      <link>https://community.qlik.com/t5/QlikView/Nee-help/m-p/1404226#M813026</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;I have a bar chart it should show the results as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0-3 days&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --display green colour&lt;/P&gt;&lt;P&gt;4-6 days&amp;nbsp;&amp;nbsp;&amp;nbsp; --- display&amp;nbsp; yellow&lt;/P&gt;&lt;P&gt;7-9 days&amp;nbsp;&amp;nbsp;&amp;nbsp; ---- display&amp;nbsp; thick yellow&lt;/P&gt;&lt;P&gt;10+ days&amp;nbsp;&amp;nbsp; ------ display red&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dimension:&amp;nbsp; type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;values are&amp;nbsp; riskprint and riskdevelopment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;measure;&amp;nbsp; count of networking days&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;logic is:&amp;nbsp;&amp;nbsp; I have 3 work flows&amp;nbsp; in between 3days&amp;nbsp;&amp;nbsp; so that 3 should show green colur&amp;nbsp; in one bar&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and in that&amp;nbsp; 1 project is&amp;nbsp; riskprint blue colur and 2 projects is riskdevelopment red colur&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the attached image,&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/Nee-help/m-p/1404226#M813026</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Nee help</title>
      <link>https://community.qlik.com/t5/QlikView/Nee-help/m-p/1404227#M813027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may need this?&lt;/P&gt;&lt;P&gt;Create one field in script&lt;/P&gt;&lt;P&gt;Day(DateField) as Day&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then BG color may be this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Day &amp;gt;= 0 and Day &amp;lt;=3, Green(), If(Day &amp;gt;=4 and Day &amp;lt;= 6, Yellow(), If(Day &amp;gt;= 7 and Day &amp;lt;=9, Black(), Red())))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Sep 2017 19:02:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nee-help/m-p/1404227#M813027</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-24T19:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Nee help</title>
      <link>https://community.qlik.com/t5/QlikView/Nee-help/m-p/1404228#M813028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this in the BackColor properties of the chart and if you have any date field just use calculated dimension in the dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Day(Datefield)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BG Color Properties&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;If(Day &amp;gt;= 0 and Day &amp;lt;= 3, Green(), &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;If(Day &amp;gt;= 4 and Day &amp;lt;= 6, rgb(255,255,128), &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;If(Day &amp;gt;= 7 and Day &amp;lt;= 9, rgb(242,237,45), Red())))&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Sep 2017 19:40:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nee-help/m-p/1404228#M813028</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-24T19:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Nee help</title>
      <link>https://community.qlik.com/t5/QlikView/Nee-help/m-p/1404229#M813029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but there is one more logic is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which I used as dimension with two values&amp;nbsp; :&amp;nbsp;&amp;nbsp; riskprint and riskdevelopment&lt;/P&gt;&lt;P&gt;for example 0-3 days&amp;nbsp; the result is&amp;nbsp; 3 workflows came&amp;nbsp;&amp;nbsp;&amp;nbsp; so in that three 2 are into riskprint 1 into riskdevlopment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that two show in blue colur&amp;nbsp; and 1 show in red colur,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 06:53:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nee-help/m-p/1404229#M813029</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2017-09-25T06:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Nee help</title>
      <link>https://community.qlik.com/t5/QlikView/Nee-help/m-p/1404230#M813030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then use the Mapping for the same table and maintain that table for the colors.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 08:12:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nee-help/m-p/1404230#M813030</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-25T08:12:39Z</dc:date>
    </item>
  </channel>
</rss>

