<?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 Change in Target Color based on Budget in Line Chart in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Change-in-Target-Color-based-on-Budget-in-Line-Chart/m-p/1718252#M54547</link>
    <description>&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;Please find the code below.&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;BR /&gt;KPI,Target,Budget,Quarter&lt;BR /&gt;Sales KPI,80,75,Q1&lt;BR /&gt;Sales KPI,80,78,Q2&lt;BR /&gt;Sales KPI,72,85,Q3&lt;BR /&gt;Sales KPI,78,80,Q4&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to implement a line chart where the Budget (1st Measure ) should be blue always and the Target(2nd Measure)should be green if Budget is less than Target and Red if Budget is more than Target.&lt;/P&gt;&lt;P&gt;I am getting this kind of Chart below and unable to fullfill the requirement.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Target vs Budget.PNG" style="width: 309px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/35440iF50583773B058BFA/image-dimensions/309x91?v=v2" width="309" height="91" role="button" title="Target vs Budget.PNG" alt="Target vs Budget.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me out on this,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pradeep&lt;/P&gt;</description>
    <pubDate>Fri, 12 Jun 2020 11:33:32 GMT</pubDate>
    <dc:creator>pradeep92</dc:creator>
    <dc:date>2020-06-12T11:33:32Z</dc:date>
    <item>
      <title>Change in Target Color based on Budget in Line Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Change-in-Target-Color-based-on-Budget-in-Line-Chart/m-p/1718252#M54547</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;Please find the code below.&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;BR /&gt;KPI,Target,Budget,Quarter&lt;BR /&gt;Sales KPI,80,75,Q1&lt;BR /&gt;Sales KPI,80,78,Q2&lt;BR /&gt;Sales KPI,72,85,Q3&lt;BR /&gt;Sales KPI,78,80,Q4&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to implement a line chart where the Budget (1st Measure ) should be blue always and the Target(2nd Measure)should be green if Budget is less than Target and Red if Budget is more than Target.&lt;/P&gt;&lt;P&gt;I am getting this kind of Chart below and unable to fullfill the requirement.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Target vs Budget.PNG" style="width: 309px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/35440iF50583773B058BFA/image-dimensions/309x91?v=v2" width="309" height="91" role="button" title="Target vs Budget.PNG" alt="Target vs Budget.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me out on this,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pradeep&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2020 11:33:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Change-in-Target-Color-based-on-Budget-in-Line-Chart/m-p/1718252#M54547</guid>
      <dc:creator>pradeep92</dc:creator>
      <dc:date>2020-06-12T11:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Change in Target Color based on Budget in Line Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Change-in-Target-Color-based-on-Budget-in-Line-Chart/m-p/1718688#M54601</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Good Day&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Do not&amp;nbsp; change the background color of the budget. Change color only for the target expression,&lt;/P&gt;&lt;P&gt;Provide the below code in background color expression tab of the target expression&lt;/P&gt;&lt;P&gt;= if(Budget&amp;lt;Target, Green(), Red())&lt;/P&gt;&lt;P&gt;And the color is changed as per your requirement.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;DurgadeviKumar&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 06:19:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Change-in-Target-Color-based-on-Budget-in-Line-Chart/m-p/1718688#M54601</guid>
      <dc:creator>Durgadevikumar</dc:creator>
      <dc:date>2020-06-15T06:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Change in Target Color based on Budget in Line Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Change-in-Target-Color-based-on-Budget-in-Line-Chart/m-p/1718693#M54602</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;We are unable to find that option in Qliksense to change only the specific measure based on expression&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;= if(Budget&amp;lt;Target, Green(), Red()).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please provide us the screenshot on the same.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pradeep&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 06:30:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Change-in-Target-Color-based-on-Budget-in-Line-Chart/m-p/1718693#M54602</guid>
      <dc:creator>pradeep92</dc:creator>
      <dc:date>2020-06-15T06:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Change in Target Color based on Budget in Line Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Change-in-Target-Color-based-on-Budget-in-Line-Chart/m-p/1718797#M54608</link>
      <description>&lt;P&gt;You can find it in appearance&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 322px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/27099i90EA70744CDA5AAE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 11:32:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Change-in-Target-Color-based-on-Budget-in-Line-Chart/m-p/1718797#M54608</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-06-15T11:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Change in Target Color based on Budget in Line Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Change-in-Target-Color-based-on-Budget-in-Line-Chart/m-p/1718803#M54609</link>
      <description>&lt;P&gt;Hi Bro,&lt;/P&gt;&lt;P&gt;Thank you for the response.&lt;/P&gt;&lt;P&gt;I tried using the same, but the changes are happening for both the measures. I need the Budget in Blue and Target based on Calculation.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pradeep&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Exp.PNG" style="width: 685px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/35555iEB14EE47F9E4BE9A/image-dimensions/685x283?v=v2" width="685" height="283" role="button" title="Exp.PNG" alt="Exp.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 11:40:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Change-in-Target-Color-based-on-Budget-in-Line-Chart/m-p/1718803#M54609</guid>
      <dc:creator>pradeep92</dc:creator>
      <dc:date>2020-06-15T11:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Change in Target Color based on Budget in Line Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Change-in-Target-Color-based-on-Budget-in-Line-Chart/m-p/1718881#M54615</link>
      <description>&lt;P&gt;may be below will help as there is no direct way to change the color.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Sense-App-Development/Qlik-Sense-Changing-color-in-combo-chart-line-while-keeping-bar/td-p/1216751" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Sense-App-Development/Qlik-Sense-Changing-color-in-combo-chart-line-while-keeping-bar/td-p/1216751&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/New-to-Qlik-Sense/Color-by-Expression-Problem/m-p/1140597#1074046" target="_blank"&gt;https://community.qlik.com/t5/New-to-Qlik-Sense/Color-by-Expression-Problem/m-p/1140597#1074046&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 14:35:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Change-in-Target-Color-based-on-Budget-in-Line-Chart/m-p/1718881#M54615</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-06-15T14:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Change in Target Color based on Budget in Line Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Change-in-Target-Color-based-on-Budget-in-Line-Chart/m-p/1719113#M54632</link>
      <description>&lt;P&gt;Hi Pradeep,&lt;/P&gt;&lt;P&gt;If possible, you should define Budget and Target as dimensions in the script.&lt;/P&gt;&lt;P&gt;Then you can specify Budget as blue and Target as calculated color in the "colors and legend" expression.&lt;/P&gt;&lt;P&gt;The idea is to be able to filter the records while colorizing the line.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2020 08:43:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Change-in-Target-Color-based-on-Budget-in-Line-Chart/m-p/1719113#M54632</guid>
      <dc:creator>SerhanKaraer</dc:creator>
      <dc:date>2020-06-16T08:43:04Z</dc:date>
    </item>
  </channel>
</rss>

