<?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: Colors by expression help. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Colors-by-expression-help/m-p/1321048#M829211</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;As Pankaj says you should paste the doc into the Apps folder but you can also drag and drop your app from any folder onto the desktop hub and the app will open but you won't get an icon appearing in the hub. A drag and drop is good for a file you might only open once or twice and you won't want to add more icons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Jul 2017 14:32:37 GMT</pubDate>
    <dc:creator>effinty2112</dc:creator>
    <dc:date>2017-07-06T14:32:37Z</dc:date>
    <item>
      <title>Colors by expression help.</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-by-expression-help/m-p/1321016#M829179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Making a simple bar chart here and trying to get my colors by expression to work. They are still all the same color. Here is my example data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="attend.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/168951_attend.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to get the table to show the percentage of employees every day based on Area_Emp. &lt;/P&gt;&lt;P&gt;So first I need to get Actual_Emp/FTE_Emp to get percentage, then make that either blue if below .95% or red if over .95%.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the expression I am using. &lt;/P&gt;&lt;P&gt;Created a variable vAttend =Sum({$&amp;lt;Date_Emp={"$(=Date(Today()-3))"}&amp;gt;} (Actual_Emp / FTE_Emp))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Color expression in bar graph &lt;/P&gt;&lt;P&gt;if (sum(vAttend) &amp;lt; 0.95, '#f93f17', '#f93f17')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently they are all red. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-by-expression-help/m-p/1321016#M829179</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Colors by expression help.</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-by-expression-help/m-p/1321017#M829180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'have tried and it works with color expression in bar chart:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if($(V_attend)&amp;lt;0.95, Lightblue(), LightRed())&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" height="284" src="https://community.qlik.com/legacyfs/online/168952_pastedImage_0.png" style="width: 430px; height: 283.661px;" width="430" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it that you're trying to achieve?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 22:40:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-by-expression-help/m-p/1321017#M829180</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2017-07-03T22:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Colors by expression help.</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-by-expression-help/m-p/1321018#M829181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hext decimal codes won't work with in the qlikview. You must use the default functions or RGB colors&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 00:06:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-by-expression-help/m-p/1321018#M829181</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-07-04T00:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Colors by expression help.</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-by-expression-help/m-p/1321019#M829182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is what I am trying to achieve but still isn't working. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 14:39:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-by-expression-help/m-p/1321019#M829182</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-07-05T14:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Colors by expression help.</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-by-expression-help/m-p/1321020#M829183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, gotcha. I tried the lightblue() and lightred() as instructed above and still could not receive any color. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 14:39:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-by-expression-help/m-p/1321020#M829183</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-07-05T14:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Colors by expression help.</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-by-expression-help/m-p/1321021#M829184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share that sample file your are trying this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 14:51:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-by-expression-help/m-p/1321021#M829184</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-07-05T14:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Colors by expression help.</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-by-expression-help/m-p/1321022#M829185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Dimension: Area_Emp&lt;/P&gt;&lt;P&gt;Measures: =Sum({$&amp;lt;Date_Emp={"$(=Date(Today()-2))"}&amp;gt;} (Actual_Emp / FTE_Emp))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am subtracting two to show the 3rd because that is the latest work day for this demo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;variable added via "variables" tab&lt;/P&gt;&lt;P&gt;vAttend =Sum({$&amp;lt;Date_Emp={"$(=Date(Today()-2))"}&amp;gt;} (Actual_Emp / FTE_Emp))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appearance:&lt;/P&gt;&lt;P&gt;Expression: =if ((vAttend) &amp;gt; 0.95, red(), blue())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="attend.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/169199_attend.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="attend_chart.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/169200_attend_chart.PNG" style="width: 620px; height: 241px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 15:05:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-by-expression-help/m-p/1321022#M829185</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-07-05T15:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Colors by expression help.</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-by-expression-help/m-p/1321023#M829186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Expression: =if (&lt;STRONG&gt;$(=&lt;/STRONG&gt;vAttend) &amp;gt; 0.95, red(), blue())&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If not you have share the sample data as a table it takes time to create a table typing all the relevant field values. Paste your data as a table or upload your sample qvw file please to quickly look into it.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 15:10:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-by-expression-help/m-p/1321023#M829186</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-07-05T15:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Colors by expression help.</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-by-expression-help/m-p/1321024#M829187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That did not work either. Here is the file. the chart is in the "daily summary" sheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 15:15:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-by-expression-help/m-p/1321024#M829187</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-07-05T15:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: Colors by expression help.</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-by-expression-help/m-p/1321025#M829188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this a Qliksense app?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 15:23:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-by-expression-help/m-p/1321025#M829188</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-07-05T15:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Colors by expression help.</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-by-expression-help/m-p/1321026#M829189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 15:24:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-by-expression-help/m-p/1321026#M829189</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-07-05T15:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Colors by expression help.</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-by-expression-help/m-p/1321027#M829190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you attach the sample file for this to see what I could be doing wrong, please? Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 16:43:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-by-expression-help/m-p/1321027#M829190</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-07-05T16:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: Colors by expression help.</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-by-expression-help/m-p/1321028#M829191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any luck?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 16:43:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-by-expression-help/m-p/1321028#M829191</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-07-05T16:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Colors by expression help.</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-by-expression-help/m-p/1321029#M829192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey so sorry was stuck with work. Will check in a while. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 17:35:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-by-expression-help/m-p/1321029#M829192</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-07-05T17:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: Colors by expression help.</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-by-expression-help/m-p/1321030#M829193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remove the equal sign from your variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/169212_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/169213_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 17:39:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-by-expression-help/m-p/1321030#M829193</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-05T17:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Colors by expression help.</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-by-expression-help/m-p/1321031#M829194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Expression: =if ('&lt;STRONG&gt;$(&lt;/STRONG&gt;vAttend)' &amp;gt; 0.95, red(), blue())&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 18:14:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-by-expression-help/m-p/1321031#M829194</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2017-07-05T18:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Colors by expression help.</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-by-expression-help/m-p/1321032#M829195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Strange, why i am unable to open this file in Qlik Sense? Sunny any help on how you open this file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 18:33:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-by-expression-help/m-p/1321032#M829195</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-07-05T18:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Colors by expression help.</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-by-expression-help/m-p/1321033#M829196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see it working. I've made all the changes I need to but still only shows red in my app. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 18:33:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-by-expression-help/m-p/1321033#M829196</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-07-05T18:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Colors by expression help.</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-by-expression-help/m-p/1321034#M829197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have no idea.... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 18:38:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-by-expression-help/m-p/1321034#M829197</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-05T18:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Colors by expression help.</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-by-expression-help/m-p/1321035#M829198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seeing red in the attached app also?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 18:38:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-by-expression-help/m-p/1321035#M829198</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-05T18:38:15Z</dc:date>
    </item>
  </channel>
</rss>

