<?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: Color Change based on selections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Color-Change-based-on-selections/m-p/537051#M200702</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok sorry for delay:&lt;/P&gt;&lt;P&gt;i think this can be a solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(substringcount( Concat(GetFieldSelections([Underwriter supplying the information]),' '),[Underwriter supplying the information] ) &amp;gt;0,Blue(),&lt;/P&gt;&lt;P&gt;if((sum({&amp;lt;[Underwriter supplying the information],Limit_TradeSector,[Current Aon Branch]= &amp;gt;}[Amount Approved GBP]))&amp;gt;$(vAverage),Green(),&lt;/P&gt;&lt;P&gt;If((sum({&amp;lt;[Underwriter supplying the information],Limit_TradeSector,[Current Aon Branch]= &amp;gt;}[Amount Approved GBP]))&amp;lt;$(vAverage),red(),Blue()))&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Nov 2013 08:55:53 GMT</pubDate>
    <dc:creator>menta</dc:creator>
    <dc:date>2013-11-20T08:55:53Z</dc:date>
    <item>
      <title>Color Change based on selections</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Change-based-on-selections/m-p/537045#M200696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the color of the bar graph to be changed based on the selections.&lt;/P&gt;&lt;P&gt;If selected Underwriter(As per my chart) then it has to come in blue. If selected underwriter's value is less than average then it should be red.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If its more than average it should be in green.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached a qvw file.&lt;/P&gt;&lt;P&gt;Everything works fine when its selected but by default its not coming green.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vAverage and vUnderwriter are the variables used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to qlikview please reply ASAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in adavnce&lt;/P&gt;&lt;P&gt;Soumya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Nov 2013 11:52:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Change-based-on-selections/m-p/537045#M200696</guid>
      <dc:creator />
      <dc:date>2013-11-18T11:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Color Change based on selections</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Change-based-on-selections/m-p/537046#M200697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not connected to qlikview, so could not open the file,&lt;/P&gt;&lt;P&gt;but have you mention the else part..&lt;/P&gt;&lt;P&gt;like &lt;/P&gt;&lt;P&gt;if(GetFieldSelection(Field)='&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Underwriter&lt;/SPAN&gt;',Blue, if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Underwriter&lt;/SPAN&gt; &amp;lt;= 100,Red(),Green()),White())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Nov 2013 12:00:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Change-based-on-selections/m-p/537046#M200697</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2013-11-18T12:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Color Change based on selections</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Change-based-on-selections/m-p/537047#M200698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please use this and check&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check variable definition also&lt;/P&gt;&lt;P&gt;Every time you need not use set analysis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Nov 2013 12:11:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Change-based-on-selections/m-p/537047#M200698</guid>
      <dc:creator>saumyashah90</dc:creator>
      <dc:date>2013-11-18T12:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Color Change based on selections</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Change-based-on-selections/m-p/537048#M200699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if([Underwriter supplying the information]=GetFieldSelections([Underwriter supplying the information]),blue(),&lt;/P&gt;&lt;P&gt;if((sum({&amp;lt;[Underwriter supplying the information],Limit_TradeSector,[Current Aon Branch]= &amp;gt;}[Amount Approved GBP]))&amp;gt;$(vAverage),Green(),&lt;/P&gt;&lt;P&gt;If((sum({&amp;lt;[Underwriter supplying the information],Limit_TradeSector,[Current Aon Branch]= &amp;gt;}[Amount Approved GBP]))&amp;lt;$(vAverage),red(),Blue()))&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Nov 2013 12:33:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Change-based-on-selections/m-p/537048#M200699</guid>
      <dc:creator>menta</dc:creator>
      <dc:date>2013-11-18T12:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Color Change based on selections</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Change-based-on-selections/m-p/537049#M200700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank u so much &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression works when only one field is selected. What if more than one field is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please send an expression for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Soumya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 06:09:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Change-based-on-selections/m-p/537049#M200700</guid>
      <dc:creator />
      <dc:date>2013-11-19T06:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Color Change based on selections</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Change-based-on-selections/m-p/537050#M200701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression works only when one field is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What if multiple fields are selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you share the expression for multiple field selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Keerthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 06:27:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Change-based-on-selections/m-p/537050#M200701</guid>
      <dc:creator />
      <dc:date>2013-11-20T06:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Color Change based on selections</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Change-based-on-selections/m-p/537051#M200702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok sorry for delay:&lt;/P&gt;&lt;P&gt;i think this can be a solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(substringcount( Concat(GetFieldSelections([Underwriter supplying the information]),' '),[Underwriter supplying the information] ) &amp;gt;0,Blue(),&lt;/P&gt;&lt;P&gt;if((sum({&amp;lt;[Underwriter supplying the information],Limit_TradeSector,[Current Aon Branch]= &amp;gt;}[Amount Approved GBP]))&amp;gt;$(vAverage),Green(),&lt;/P&gt;&lt;P&gt;If((sum({&amp;lt;[Underwriter supplying the information],Limit_TradeSector,[Current Aon Branch]= &amp;gt;}[Amount Approved GBP]))&amp;lt;$(vAverage),red(),Blue()))&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 08:55:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Change-based-on-selections/m-p/537051#M200702</guid>
      <dc:creator>menta</dc:creator>
      <dc:date>2013-11-20T08:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Color Change based on selections</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Change-based-on-selections/m-p/537052#M200703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lotttttttt Carlo &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 09:08:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Change-based-on-selections/m-p/537052#M200703</guid>
      <dc:creator />
      <dc:date>2013-11-20T09:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Color Change based on selections</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Change-based-on-selections/m-p/537053#M200704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its showing in blue(Selected ones) only for first 6 selections later if we select its showing default colors.&lt;/P&gt;&lt;P&gt;What might be the reason for it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;keerhti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 09:16:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Change-based-on-selections/m-p/537053#M200704</guid>
      <dc:creator />
      <dc:date>2013-11-20T09:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Color Change based on selections</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Change-based-on-selections/m-p/537054#M200705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;6 is the default value for getfieldselections you can change this part into&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concat(GetFieldSelections([Underwriter supplying the information],'',15)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;15 is an example you can write your value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 09:25:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Change-based-on-selections/m-p/537054#M200705</guid>
      <dc:creator>menta</dc:creator>
      <dc:date>2013-11-20T09:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Color Change based on selections</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Change-based-on-selections/m-p/537055#M200706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still we are able to select only 6 &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 09:39:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Change-based-on-selections/m-p/537055#M200706</guid>
      <dc:creator />
      <dc:date>2013-11-20T09:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Color Change based on selections</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Change-based-on-selections/m-p/537056#M200707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no, you need to change the getfieldselection formula: try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(substringcount( Concat(GetFieldSelections([Underwriter supplying the information],'',15),' '),[Underwriter supplying the information] ) &amp;gt;0,Blue(),&lt;/P&gt;&lt;P&gt;if((sum({&amp;lt;[Underwriter supplying the information],Limit_TradeSector,[Current Aon Branch]= &amp;gt;}[Amount Approved GBP]))&amp;gt;$(vAverage),Green(),&lt;/P&gt;&lt;P&gt;If((sum({&amp;lt;[Underwriter supplying the information],Limit_TradeSector,[Current Aon Branch]= &amp;gt;}[Amount Approved GBP]))&amp;lt;$(vAverage),red(),Blue()))&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 09:41:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Change-based-on-selections/m-p/537056#M200707</guid>
      <dc:creator>menta</dc:creator>
      <dc:date>2013-11-20T09:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Color Change based on selections</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Change-based-on-selections/m-p/537057#M200708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Soumya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this its working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(substringcount( Concat(GetFieldSelections([Underwriter supplying the information],'',15)),[Underwriter supplying the information] ) &amp;gt;0,Blue(),&lt;/P&gt;&lt;P&gt;if((sum({&amp;lt;[Underwriter supplying the information],Limit_TradeSector,[Current Aon Branch]= &amp;gt;}[Amount Approved GBP]))&amp;gt;$(vAverage),Green(),&lt;/P&gt;&lt;P&gt;If((sum({&amp;lt;[Underwriter supplying the information],Limit_TradeSector,[Current Aon Branch]= &amp;gt;}[Amount Approved GBP]))&amp;lt;$(vAverage),red(),Blue()))&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 09:44:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Change-based-on-selections/m-p/537057#M200708</guid>
      <dc:creator />
      <dc:date>2013-11-20T09:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: Color Change based on selections</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Change-based-on-selections/m-p/537058#M200709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah Its working fine...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your precious time Carlo&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 09:49:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Change-based-on-selections/m-p/537058#M200709</guid>
      <dc:creator />
      <dc:date>2013-11-20T09:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Color Change based on selections</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Change-based-on-selections/m-p/537059#M200710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Carlo.&lt;/P&gt;&lt;P&gt;It helped us a lot &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 04:54:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Change-based-on-selections/m-p/537059#M200710</guid>
      <dc:creator />
      <dc:date>2013-11-21T04:54:37Z</dc:date>
    </item>
  </channel>
</rss>

