<?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: use Color Area-calculated in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/use-Color-Area-calculated/m-p/485497#M181406</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The SQL prefix (as in SQL SELECT...) in the load script sends the text following it to the SQL server for execution - it is not executed by QV. So you must use SQL syntax in a SQL SELECT or SQL EXECUTE clause.Everywhere else requires QV syntax (including LOAD statements and obviously in expressions).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Nov 2013 11:57:31 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2013-11-25T11:57:31Z</dc:date>
    <item>
      <title>use Color Area-calculated</title>
      <link>https://community.qlik.com/t5/QlikView/use-Color-Area-calculated/m-p/485488#M181397</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;I want some part of list be a red color.&lt;/P&gt;&lt;P&gt;ex.&lt;/P&gt;&lt;P&gt;the field name= test&lt;/P&gt;&lt;P&gt;content =&lt;/P&gt;&lt;P&gt;&lt;IMG alt="222.PNG.png" class="jive-image" height="113" src="https://community.qlik.com/legacyfs/online/49485_222.PNG.png" style="height: 113px; width: 71.44516129032259px;" width="71" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made a list box by using Test.xlsx.&lt;/P&gt;&lt;P&gt;and I want highlight some part (words that begin with 'a')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="123.PNG.png" class="jive-image" height="301" src="https://community.qlik.com/legacyfs/online/49486_123.PNG.png" style="width: 347px; height: 300.5467741935484px;" width="347" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what do i write edit Expression( on Calculated)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 07:49:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-Color-Area-calculated/m-p/485488#M181397</guid>
      <dc:creator />
      <dc:date>2013-11-25T07:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: use Color Area-calculated</title>
      <link>https://community.qlik.com/t5/QlikView/use-Color-Area-calculated/m-p/485489#M181398</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;Is the field name [Calculated]?You could try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(WildMatch(Calculated, 'a*'), Red())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I don't its possible to vary the colour in a list box.&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 08:16:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-Color-Area-calculated/m-p/485489#M181398</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2013-11-25T08:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: use Color Area-calculated</title>
      <link>https://community.qlik.com/t5/QlikView/use-Color-Area-calculated/m-p/485490#M181399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Jonathan.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I wrote '&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If(WildMatch(Test, 'a*'), Red())&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;that's not working.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also use this&lt;/P&gt;&lt;P&gt;=if(Test like 'a%', RED(), GREEN())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 08:19:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-Color-Area-calculated/m-p/485490#M181399</guid>
      <dc:creator />
      <dc:date>2013-11-25T08:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: use Color Area-calculated</title>
      <link>https://community.qlik.com/t5/QlikView/use-Color-Area-calculated/m-p/485491#M181400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The first syntax is correct, but as I said, I think the calculated colour is ignored in a list box. Your second syntax is SQL, not QV and won't work in an expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 08:25:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-Color-Area-calculated/m-p/485491#M181400</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2013-11-25T08:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Re: use Color Area-calculated</title>
      <link>https://community.qlik.com/t5/QlikView/use-Color-Area-calculated/m-p/485492#M181401</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;You can write an expression like:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;=If(&lt;SPAN style="color: #0000ff;"&gt;WildMatch&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;AA&lt;/SPAN&gt;, 'a*'), &lt;SPAN style="color: #0000ff;"&gt;Red&lt;/SPAN&gt;(),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp; I&lt;/SPAN&gt;f(&lt;SPAN style="color: #0000ff;"&gt;WildMatch&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;AA&lt;/SPAN&gt;, 'b*'), Green()&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;And so on...for all the selections you want.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;But this will change the entire background colour of list box and will work only when the value is selected i.e. the colour will appear only when you select something starting with a or b (individually and not combinely).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 08:27:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-Color-Area-calculated/m-p/485492#M181401</guid>
      <dc:creator />
      <dc:date>2013-11-25T08:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: use Color Area-calculated</title>
      <link>https://community.qlik.com/t5/QlikView/use-Color-Area-calculated/m-p/485493#M181402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so, you mean&lt;/P&gt;&lt;P&gt;It's impossible partially different colors on a list box (no selection situation).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test(list box)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;apple&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;air&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;apartment&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #339966;"&gt;bi&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #339966;"&gt;banana&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;clear&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 08:39:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-Color-Area-calculated/m-p/485493#M181402</guid>
      <dc:creator />
      <dc:date>2013-11-25T08:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: use Color Area-calculated</title>
      <link>https://community.qlik.com/t5/QlikView/use-Color-Area-calculated/m-p/485494#M181403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;really?&lt;/P&gt;&lt;P&gt;I don't know that SQL not working.&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 08:40:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-Color-Area-calculated/m-p/485494#M181403</guid>
      <dc:creator />
      <dc:date>2013-11-25T08:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: use Color Area-calculated</title>
      <link>https://community.qlik.com/t5/QlikView/use-Color-Area-calculated/m-p/485495#M181404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can change text colour but still the selection situaton prevails.&lt;/P&gt;&lt;P&gt;For changing the text color instead of background, you just need to change the check box style anything other than "Qlikview Classic" in presentation tab:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="textcolour.bmp" class="jive-image" src="https://community.qlik.com/legacyfs/online/49489_textcolour.bmp" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After changing style to anything other than "Qlikview Classic" or "User Default", you can go to font tab and change the font colour using the calculation i mentioned earlier.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 09:29:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-Color-Area-calculated/m-p/485495#M181404</guid>
      <dc:creator />
      <dc:date>2013-11-25T09:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Re: use Color Area-calculated</title>
      <link>https://community.qlik.com/t5/QlikView/use-Color-Area-calculated/m-p/485496#M181405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, would something like this work for you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 09:37:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-Color-Area-calculated/m-p/485496#M181405</guid>
      <dc:creator>marc_behrens</dc:creator>
      <dc:date>2013-11-25T09:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: use Color Area-calculated</title>
      <link>https://community.qlik.com/t5/QlikView/use-Color-Area-calculated/m-p/485497#M181406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The SQL prefix (as in SQL SELECT...) in the load script sends the text following it to the SQL server for execution - it is not executed by QV. So you must use SQL syntax in a SQL SELECT or SQL EXECUTE clause.Everywhere else requires QV syntax (including LOAD statements and obviously in expressions).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 11:57:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-Color-Area-calculated/m-p/485497#M181406</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2013-11-25T11:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: use Color Area-calculated</title>
      <link>https://community.qlik.com/t5/QlikView/use-Color-Area-calculated/m-p/485498#M181407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Ummm.. yes, but already I set checkbox in list box.&lt;/P&gt;&lt;P&gt;after that, want show highlight 'bold'character begin with 'A' on list box.&lt;/P&gt;&lt;P&gt;I think its hard to present following my intention..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 00:32:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-Color-Area-calculated/m-p/485498#M181407</guid>
      <dc:creator />
      <dc:date>2013-11-26T00:32:40Z</dc:date>
    </item>
  </channel>
</rss>

