<?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: How to write condition on Bar graph? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-write-condition-on-Bar-graph/m-p/905097#M995416</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know why you need to add salary as a dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you want to add conditional colouring based on salary, you can go to Chart properties-&amp;gt;Expression-&amp;gt;expression(click on + icon in expression)-&amp;gt;Background Colour -&amp;gt; Definition and write condition as per below example.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;UnitPrice&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;/1000) &amp;lt;= 20,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;LightRed&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;UnitPrice&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;/1000) &amp;lt;40,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Yellow&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;LightGreen&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()))&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Jun 2015 02:41:00 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-06-26T02:41:00Z</dc:date>
    <item>
      <title>How to write condition on Bar graph?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-condition-on-Bar-graph/m-p/905095#M995414</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 need to create a bar graph&amp;nbsp;&amp;nbsp; in which salary is a dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If salary &amp;gt; 10000 , then I need to show in red or green.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please post you answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--- Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 22:46:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-condition-on-Bar-graph/m-p/905095#M995414</guid>
      <dc:creator />
      <dc:date>2015-06-25T22:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to write condition on Bar graph?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-condition-on-Bar-graph/m-p/905096#M995415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;under the expresion it has a plus sign "+" click on it to expand it, under background add the condition if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If salary &amp;gt; 10000, red(), green())&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 00:29:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-condition-on-Bar-graph/m-p/905096#M995415</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-06-26T00:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to write condition on Bar graph?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-condition-on-Bar-graph/m-p/905097#M995416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know why you need to add salary as a dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you want to add conditional colouring based on salary, you can go to Chart properties-&amp;gt;Expression-&amp;gt;expression(click on + icon in expression)-&amp;gt;Background Colour -&amp;gt; Definition and write condition as per below example.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;UnitPrice&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;/1000) &amp;lt;= 20,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;LightRed&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;UnitPrice&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;/1000) &amp;lt;40,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Yellow&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;LightGreen&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()))&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 02:41:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-condition-on-Bar-graph/m-p/905097#M995416</guid>
      <dc:creator />
      <dc:date>2015-06-26T02:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to write condition on Bar graph?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-condition-on-Bar-graph/m-p/905098#M995417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all... Its helpful&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 23:43:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-condition-on-Bar-graph/m-p/905098#M995417</guid>
      <dc:creator />
      <dc:date>2015-07-27T23:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to write condition on Bar graph?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-condition-on-Bar-graph/m-p/905099#M995418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are okay with the solution, please mark the thread as correct answer. So that it might be helpful to others&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 08:15:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-condition-on-Bar-graph/m-p/905099#M995418</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2015-07-28T08:15:30Z</dc:date>
    </item>
  </channel>
</rss>

