<?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: background color in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/background-color/m-p/38079#M2619</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael,&lt;/P&gt;&lt;P&gt;A couple of months ago I posted this question about setting the foreground/background color on a subtotal line, and thought you said you would check with development.&amp;nbsp; Any News?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 May 2018 20:49:12 GMT</pubDate>
    <dc:creator>donschmitz</dc:creator>
    <dc:date>2018-05-02T20:49:12Z</dc:date>
    <item>
      <title>background color</title>
      <link>https://community.qlik.com/t5/App-Development/background-color/m-p/38063#M2603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;setting background color on a subtotal for individual cell&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a column using condition to set background column works fine except for the subtotal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 19:44:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/background-color/m-p/38063#M2603</guid>
      <dc:creator>donschmitz</dc:creator>
      <dc:date>2018-03-01T19:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: background color</title>
      <link>https://community.qlik.com/t5/App-Development/background-color/m-p/38064#M2604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please share your data or app.&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>Thu, 01 Mar 2018 20:40:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/background-color/m-p/38064#M2604</guid>
      <dc:creator>isingh30</dc:creator>
      <dc:date>2018-03-01T20:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: background color</title>
      <link>https://community.qlik.com/t5/App-Development/background-color/m-p/38065#M2605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure how I would share app with you…..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just trying to change background color on column using a condition.&amp;nbsp; Works fine for everything other than the subtotal line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 21:27:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/background-color/m-p/38065#M2605</guid>
      <dc:creator>donschmitz</dc:creator>
      <dc:date>2018-03-01T21:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: background color</title>
      <link>https://community.qlik.com/t5/App-Development/background-color/m-p/38066#M2606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Add this in the background colour area of the expressin, it will only format the total row&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=if(rowno()=0 or isNull(rowno())&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,rgb(255,255,0)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,rgb(255,255,255)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;you change the colours using different RGB numbers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 21:33:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/background-color/m-p/38066#M2606</guid>
      <dc:creator>isingh30</dc:creator>
      <dc:date>2018-03-01T21:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: background color</title>
      <link>https://community.qlik.com/t5/App-Development/background-color/m-p/38067#M2607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry that doesn’t work either still no background color on the column in the subtotal line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//=IF ( COLUMN(4) &amp;gt; 0 AND COLUMN(5) &amp;gt; 0, GREEN(),&lt;/P&gt;&lt;P&gt;//IF ( COLUMN(4) &amp;gt;= 0 OR COLUMN(5) &amp;gt;= 0, YELLOW(),&lt;/P&gt;&lt;P&gt;//IF ( COLUMN(4) &amp;lt; 0 AND COLUMN(5) &amp;lt; 0, RED() )))&lt;/P&gt;&lt;P&gt;=if(rowno()=0 or isNull(rowno()), RGB(255,128,255), RGB(255,255,128))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 21:56:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/background-color/m-p/38067#M2607</guid>
      <dc:creator>donschmitz</dc:creator>
      <dc:date>2018-03-01T21:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: background color</title>
      <link>https://community.qlik.com/t5/App-Development/background-color/m-p/38068#M2608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just found the snapshot deal so here is a snapshot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 22:01:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/background-color/m-p/38068#M2608</guid>
      <dc:creator>donschmitz</dc:creator>
      <dc:date>2018-03-01T22:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: background color</title>
      <link>https://community.qlik.com/t5/App-Development/background-color/m-p/38069#M2609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suppose that you're using a pivot table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe you should expand at least the first dimension to see to subtotal line and it's color ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 22:31:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/background-color/m-p/38069#M2609</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-03-01T22:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: background color</title>
      <link>https://community.qlik.com/t5/App-Development/background-color/m-p/38070#M2610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Pivot table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 22:38:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/background-color/m-p/38070#M2610</guid>
      <dc:creator>donschmitz</dc:creator>
      <dc:date>2018-03-01T22:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: background color</title>
      <link>https://community.qlik.com/t5/App-Development/background-color/m-p/38071#M2611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you're looking to color the TOTAL row in a straight table, unfortunately nothing seems to work on the community...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe it is not supported yet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 22:43:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/background-color/m-p/38071#M2611</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-03-01T22:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: background color</title>
      <link>https://community.qlik.com/t5/App-Development/background-color/m-p/38072#M2612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/77808"&gt;mto&lt;/A&gt;&lt;/P&gt;&lt;P&gt;michael would be of great help here. i remember he solved this 'coloring the TOTAL cell' in the past but i dont see that thread anymore in the community.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2018 04:49:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/background-color/m-p/38072#M2612</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2018-03-02T04:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: background color</title>
      <link>https://community.qlik.com/t5/App-Development/background-color/m-p/38073#M2613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What table is it? Straight table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2018 14:21:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/background-color/m-p/38073#M2613</guid>
      <dc:creator>isingh30</dc:creator>
      <dc:date>2018-03-02T14:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: background color</title>
      <link>https://community.qlik.com/t5/App-Development/background-color/m-p/38074#M2614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys - I don't think this is supported in Qlik Sense - I will open a feature in our ideation system. However, there isn't any promise this makes it into the next release / future release - we have a voting system etc and we act as your liaison for things like this. - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When applicable please mark the appropriate replies as CORRECT. This will help community members and Qlik Employees know which discussions have already been addressed and have a possible known solution. Please mark threads as HELPFUL if the provided solution is helpful to the problem, but does not necessarily solve the indicated problem. You can mark multiple threads as HELPFUL if you feel additional info is useful to others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael Tarallo &lt;/P&gt;&lt;P&gt;Qlik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2018 15:27:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/background-color/m-p/38074#M2614</guid>
      <dc:creator>Michael_Tarallo</dc:creator>
      <dc:date>2018-03-02T15:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: background color</title>
      <link>https://community.qlik.com/t5/App-Development/background-color/m-p/38075#M2615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Michael,&lt;/P&gt;&lt;P&gt;An alternative would be to include extensions that would allow an image in the cell (Green.jpg, Yellow.jpg, Red.jpg)&lt;/P&gt;&lt;P&gt;I've look at this very little but seems rather complicated to do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2018 15:45:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/background-color/m-p/38075#M2615</guid>
      <dc:creator>donschmitz</dc:creator>
      <dc:date>2018-03-02T15:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: background color</title>
      <link>https://community.qlik.com/t5/App-Development/background-color/m-p/38076#M2616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Don - agreed - if you can use extensions this one is fantastic: &lt;A href="https://www.vizlib.com/#library" title="https://www.vizlib.com/#library"&gt;Vizlib | Qlik Sense Extension Library&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2018 22:33:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/background-color/m-p/38076#M2616</guid>
      <dc:creator>Michael_Tarallo</dc:creator>
      <dc:date>2018-03-02T22:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: background color</title>
      <link>https://community.qlik.com/t5/App-Development/background-color/m-p/38077#M2617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/77808"&gt;mto&lt;/A&gt;‌ still wondering how were you able to achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/150924"&gt;Qlik sense straight table measure color expression&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Mar 2018 07:44:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/background-color/m-p/38077#M2617</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2018-03-03T07:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: background color</title>
      <link>https://community.qlik.com/t5/App-Development/background-color/m-p/38078#M2618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna - that example is showing the background color expression for the selected data column in the table chart - it is not coloring the total column - it looks like that in the screen shot - but it is just the regular column:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just an example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" height="331" src="https://community.qlik.com/legacyfs/online/195342_pastedImage_0.png" style="width: 564px; height: 331.123px;" width="564" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Background color:&lt;/P&gt;&lt;P&gt;if ( (Sum({&amp;lt;Condition={Loose},LoadDate={'$(=date(today(),'M/D/YYYY'))'}&amp;gt;}[Loose Price]) - Sum({&amp;lt;Condition={Loose},LoadDate={'$(=date(today()-1,'M/D/YYYY'))'}&amp;gt;}[Loose Price])) &amp;lt;=0,'red','green')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text color:&lt;/P&gt;&lt;P&gt;if ( (Sum({&amp;lt;Condition={Loose},LoadDate={'$(=date(today(),'M/D/YYYY'))'}&amp;gt;}[Loose Price]) - Sum({&amp;lt;Condition={Loose},LoadDate={'$(=date(today()-1,'M/D/YYYY'))'}&amp;gt;}[Loose Price])) &amp;lt;=0,'red','white')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2018 14:24:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/background-color/m-p/38078#M2618</guid>
      <dc:creator>Michael_Tarallo</dc:creator>
      <dc:date>2018-03-05T14:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: background color</title>
      <link>https://community.qlik.com/t5/App-Development/background-color/m-p/38079#M2619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael,&lt;/P&gt;&lt;P&gt;A couple of months ago I posted this question about setting the foreground/background color on a subtotal line, and thought you said you would check with development.&amp;nbsp; Any News?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2018 20:49:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/background-color/m-p/38079#M2619</guid>
      <dc:creator>donschmitz</dc:creator>
      <dc:date>2018-05-02T20:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: background color</title>
      <link>https://community.qlik.com/t5/App-Development/background-color/m-p/38080#M2620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;+1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Upvoting Don's question. I'm looking to et answer to this as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Oct 2018 21:19:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/background-color/m-p/38080#M2620</guid>
      <dc:creator>rsing122</dc:creator>
      <dc:date>2018-10-21T21:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: background color</title>
      <link>https://community.qlik.com/t5/App-Development/background-color/m-p/38081#M2621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael,&lt;/P&gt;&lt;P&gt;Any Status update on being able to change background color in Subtotal line on Straight table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2018 14:08:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/background-color/m-p/38081#M2621</guid>
      <dc:creator>donschmitz</dc:creator>
      <dc:date>2018-10-22T14:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: background color</title>
      <link>https://community.qlik.com/t5/App-Development/background-color/m-p/1524587#M37669</link>
      <description>Update on this?</description>
      <pubDate>Thu, 27 Dec 2018 21:41:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/background-color/m-p/1524587#M37669</guid>
      <dc:creator>donschmitz</dc:creator>
      <dc:date>2018-12-27T21:41:27Z</dc:date>
    </item>
  </channel>
</rss>

