<?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 by expression in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Color-by-expression/m-p/4557#M345</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 should go the properties of each object, choose customized colors and color by expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="barchart.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/190860_barchart.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and on the expression part, you can use RGB() function, to set differents colors on each barchart object&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jan 2018 09:22:42 GMT</pubDate>
    <dc:creator>YoussefBelloum</dc:creator>
    <dc:date>2018-01-22T09:22:42Z</dc:date>
    <item>
      <title>Color by expression</title>
      <link>https://community.qlik.com/t5/App-Development/Color-by-expression/m-p/4556#M344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I was wondering &lt;SPAN lang="en"&gt;whether you guys knew how to color &lt;/SPAN&gt;data in bar charts different colors depending on which sheet the data comes from.&lt;/P&gt;&lt;P&gt;For example would i like to color data in a bar chart from sheet1 Yellow and data from sheet1-1 gray. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 09:15:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Color-by-expression/m-p/4556#M344</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-22T09:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: Color by expression</title>
      <link>https://community.qlik.com/t5/App-Development/Color-by-expression/m-p/4557#M345</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 should go the properties of each object, choose customized colors and color by expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="barchart.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/190860_barchart.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and on the expression part, you can use RGB() function, to set differents colors on each barchart object&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 09:22:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Color-by-expression/m-p/4557#M345</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-01-22T09:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Color by expression</title>
      <link>https://community.qlik.com/t5/App-Development/Color-by-expression/m-p/4558#M346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you talking about a sheet in Qlik Sense or a sheet in an Excel workbook?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlik Sense does not organize it's data in the data model by sheet like Excel does. So any sheet in Qlik Sense can use the same data model - the entire data model.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 09:22:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Color-by-expression/m-p/4558#M346</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-01-22T09:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Color by expression</title>
      <link>https://community.qlik.com/t5/App-Development/Color-by-expression/m-p/4559#M347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm talking about two different excel sheets&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 09:35:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Color-by-expression/m-p/4559#M347</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-22T09:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Color by expression</title>
      <link>https://community.qlik.com/t5/App-Development/Color-by-expression/m-p/4560#M348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create flags on the tables load like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;'Sheet1' as Flag,&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;From ...Sheet1...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after you can do what i have mentioned above, like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(Flag='Sheet1', rgb(X,X,X) )&lt;/STRONG&gt; on the coloring expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 09:38:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Color-by-expression/m-p/4560#M348</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-01-22T09:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: Color by expression</title>
      <link>https://community.qlik.com/t5/App-Development/Color-by-expression/m-p/4561#M349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where do i create flags ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 09:54:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Color-by-expression/m-p/4561#M349</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-22T09:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Color by expression</title>
      <link>https://community.qlik.com/t5/App-Development/Color-by-expression/m-p/4562#M350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;on the script, on the Load part&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it clear ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 09:59:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Color-by-expression/m-p/4562#M350</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-01-22T09:59:59Z</dc:date>
    </item>
  </channel>
</rss>

