<?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: Issue in the  Conditional Color Coding of LINE graph in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issue-in-the-Conditional-Color-Coding-of-LINE-graph/m-p/1018894#M344944</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about similar expression for Cash as Cost:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(MaxString({&amp;lt;CATEGORY_CASH_COST={"COST"}&amp;gt;}DATATYPE_CASH_COST)='FUTURE_COST_UNIFIER', RGB(178,36,36),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(MaxString({&amp;lt;CATEGORY_CASH_COST={"COST"}&amp;gt;}DATATYPE_CASH_COST)='PAST_COST_ODW', RGB(141,170,203), RGB(178,36,36)))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When on MonthYear&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/111881_Capture.PNG" style="height: 286px; width: 620px;" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When on YearQuarter&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/111882_Capture.PNG" style="height: 285px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jan 2016 13:12:11 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-01-18T13:12:11Z</dc:date>
    <item>
      <title>Issue in the  Conditional Color Coding of LINE graph</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-in-the-Conditional-Color-Coding-of-LINE-graph/m-p/1018890#M344940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi Guys,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I am facing the issue in the conditional coding of the line curve..&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I had the issue previously, which got resolved, but once I changed the query , it got in again.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/175865"&gt;https://community.qlik.com/thread/175865&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;it must be&amp;nbsp; RED for :DATATYPE_CASH_COST='FUTURE_CASH_UNIFIER' &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;and Blue for DATATYPE_CASH_COST)='PAST_CASH_ODW'&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;The Curve at the right of dividing red&amp;nbsp; line must be red while the one on the left of it must be Blue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;IMG alt="Qlik issue.png" class="jive-image image-1" height="289" src="/legacyfs/online/111852_Qlik issue.png" width="381" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;Please help..!!! ! !&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 10:44:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-in-the-Conditional-Color-Coding-of-LINE-graph/m-p/1018890#M344940</guid>
      <dc:creator>gizzel123</dc:creator>
      <dc:date>2016-01-18T10:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in the  Conditional Color Coding of LINE graph</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-in-the-Conditional-Color-Coding-of-LINE-graph/m-p/1018891#M344941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this for background color:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(If(Date#(Left(YRMO_CASH_COST, 3) &amp;amp; ' 20' &amp;amp; Right(YRMO_CASH_COST, 2), 'MMM YYYY') &amp;lt; MonthStart(Today()), 1, 0) = 0, RGB(178,36,36),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(If(Date#(Left(YRMO_CASH_COST, 3) &amp;amp; ' 20' &amp;amp; Right(YRMO_CASH_COST, 2), 'MMM YYYY') &amp;lt; MonthStart(Today()), 1, 0) = 1, RGB(141,170,203), RGB(178,36,36)))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/111860_Capture.PNG" style="height: 297px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 11:11:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-in-the-Conditional-Color-Coding-of-LINE-graph/m-p/1018891#M344941</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-18T11:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in the  Conditional Color Coding of LINE graph</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-in-the-Conditional-Color-Coding-of-LINE-graph/m-p/1018892#M344942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is working fine for YR-MON dimension of the group, but if you use the cyclic drill for YR-.QTR, its&amp;nbsp; displaying wrong.&lt;IMG alt="yr qtr.png" class="jive-image image-1" src="/legacyfs/online/111867_yr qtr.png" style="height: 301px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shruti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 12:36:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-in-the-Conditional-Color-Coding-of-LINE-graph/m-p/1018892#M344942</guid>
      <dc:creator>gizzel123</dc:creator>
      <dc:date>2016-01-18T12:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in the  Conditional Color Coding of LINE graph</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-in-the-Conditional-Color-Coding-of-LINE-graph/m-p/1018893#M344943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Plus it is preferable to use &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;DATATYPE_CASH_COST field for coding&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 12:48:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-in-the-Conditional-Color-Coding-of-LINE-graph/m-p/1018893#M344943</guid>
      <dc:creator>gizzel123</dc:creator>
      <dc:date>2016-01-18T12:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in the  Conditional Color Coding of LINE graph</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-in-the-Conditional-Color-Coding-of-LINE-graph/m-p/1018894#M344944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about similar expression for Cash as Cost:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(MaxString({&amp;lt;CATEGORY_CASH_COST={"COST"}&amp;gt;}DATATYPE_CASH_COST)='FUTURE_COST_UNIFIER', RGB(178,36,36),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(MaxString({&amp;lt;CATEGORY_CASH_COST={"COST"}&amp;gt;}DATATYPE_CASH_COST)='PAST_COST_ODW', RGB(141,170,203), RGB(178,36,36)))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When on MonthYear&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/111881_Capture.PNG" style="height: 286px; width: 620px;" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When on YearQuarter&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/111882_Capture.PNG" style="height: 285px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 13:12:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-in-the-Conditional-Color-Coding-of-LINE-graph/m-p/1018894#M344944</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-18T13:12:11Z</dc:date>
    </item>
  </channel>
</rss>

