<?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: Set RGB using Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-RGB-using-Set-Analysis/m-p/499602#M553877</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why don't you use the background color parameter of your expressions? You do not need to add the week field in your chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g. &lt;/P&gt;&lt;P&gt;=if(Week &amp;lt;20, rgb(100,100,100), rgb(200,200,200))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Sep 2013 16:04:45 GMT</pubDate>
    <dc:creator>Andrea_Ghirardello</dc:creator>
    <dc:date>2013-09-09T16:04:45Z</dc:date>
    <item>
      <title>Set RGB using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-RGB-using-Set-Analysis/m-p/499600#M553875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table where I have a dimension called Week and for each Week a Color. Now, in a graph I'm trying to apply that RGB for the Week status. I have done that in a chart where I can add the Week dimension hidden, so I don't have to use any Set Analysis, but in the graph I can't use that Week as dimension. So I was wondering if I can use Set Analysis inside an RGB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 15:38:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-RGB-using-Set-Analysis/m-p/499600#M553875</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-09T15:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: Set RGB using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-RGB-using-Set-Analysis/m-p/499601#M553876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, you can't use set analysis in the RGB function. If you have a table with colors per week in red, green and blue values you can put those into the RGB function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WeekColors:&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;WeekNo, R, G, B&lt;/P&gt;&lt;P&gt;1, 255, 0, 0&lt;/P&gt;&lt;P&gt;2, 255, 128,0&lt;/P&gt;&lt;P&gt;3, 255, 255, 0&lt;/P&gt;&lt;P&gt;&lt;EM&gt;...etc&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a table as above you can use WeekNo as dimension and an expression like&lt;EM&gt; RGB( R, G, B)&lt;/EM&gt; for the color expression for dimensions and expression colors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need more help please post an example file that explains what you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 16:03:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-RGB-using-Set-Analysis/m-p/499601#M553876</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-09-09T16:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Set RGB using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-RGB-using-Set-Analysis/m-p/499602#M553877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why don't you use the background color parameter of your expressions? You do not need to add the week field in your chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g. &lt;/P&gt;&lt;P&gt;=if(Week &amp;lt;20, rgb(100,100,100), rgb(200,200,200))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 16:04:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-RGB-using-Set-Analysis/m-p/499602#M553877</guid>
      <dc:creator>Andrea_Ghirardello</dc:creator>
      <dc:date>2013-09-09T16:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Set RGB using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-RGB-using-Set-Analysis/m-p/499603#M553878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's what I'm doing. But I have a Combo Chart with 3 expressions (2 bars and 1 line) and 1 dimension if I add the WeekNo dimension the bars get stacked and the line loses the axis properites.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 16:24:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-RGB-using-Set-Analysis/m-p/499603#M553878</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-09T16:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Set RGB using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-RGB-using-Set-Analysis/m-p/499604#M553879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess it's possible to use set analysis to give back an RGB() string which can be used with $-expansion. But to show how this could work I would need a sample app..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 17:07:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-RGB-using-Set-Analysis/m-p/499604#M553879</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2013-09-09T17:07:26Z</dc:date>
    </item>
  </channel>
</rss>

