<?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-Coding by Assigned Groups in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Color-Coding-by-Assigned-Groups/m-p/686576#M474014</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ryan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please attach some sample data and what you required from that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Oct 2014 04:38:33 GMT</pubDate>
    <dc:creator>ashwanin</dc:creator>
    <dc:date>2014-10-09T04:38:33Z</dc:date>
    <item>
      <title>Color-Coding by Assigned Groups</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Coding-by-Assigned-Groups/m-p/686575#M474013</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;Thanks in advance for taking this question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, I have several different market areas which I would like to color code by (placing them into regions). See the screenshot attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to group these individual markets into say 4 Groups: East, West, North, South and color-code them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, I would like to put NY Metro and Northeast into the "East" Group, and make it Red, &lt;BR /&gt;San Jose and So. Co into the "West" Group and make it Blue,&lt;BR /&gt;Florida and Carolinas into the "South" Group and make it Pink&lt;BR /&gt;and so on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please let me know what I have to do to &lt;BR /&gt;a) Create these groups&lt;BR /&gt;b) What the expression needs to be to color code these&lt;BR /&gt;c) Where I write the expression/and create these groups&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I REALLY appreciate it!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ryan&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;/P&gt;&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;P&gt;&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;/P&gt;&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;P&gt;&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;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 23:23:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Coding-by-Assigned-Groups/m-p/686575#M474013</guid>
      <dc:creator />
      <dc:date>2014-10-08T23:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: Color-Coding by Assigned Groups</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Coding-by-Assigned-Groups/m-p/686576#M474014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ryan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please attach some sample data and what you required from that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 04:38:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Coding-by-Assigned-Groups/m-p/686576#M474014</guid>
      <dc:creator>ashwanin</dc:creator>
      <dc:date>2014-10-09T04:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Color-Coding by Assigned Groups</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Coding-by-Assigned-Groups/m-p/686577#M474015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Ryan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You just need to do it into script.&lt;/P&gt;&lt;P&gt;Simply make a field with name group like:-&lt;/P&gt;&lt;P&gt;if(field=NY Metro or field=Northeast,'East',&lt;/P&gt;&lt;P&gt;if(field=San Jose or field=So. Co,'West',&lt;/P&gt;&lt;P&gt;if(field=Florida or field=Carolinas,'South',field) as group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regard&lt;/P&gt;&lt;P&gt;Prince Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 05:03:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Coding-by-Assigned-Groups/m-p/686577#M474015</guid>
      <dc:creator />
      <dc:date>2014-10-09T05:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Color-Coding by Assigned Groups</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Coding-by-Assigned-Groups/m-p/686578#M474016</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;Select Dimension-&amp;gt;click On + sign-&amp;gt;Text Color-&amp;gt;&lt;/P&gt;&lt;P&gt;Write expression like,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(wildmatch(dimensionName,'NY Metro','Northeast'),Red(),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(wildmatch(dimensionName,'San Jose','Northeast'),Green()))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 05:03:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Coding-by-Assigned-Groups/m-p/686578#M474016</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-10-09T05:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Color-Coding by Assigned Groups</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Coding-by-Assigned-Groups/m-p/686579#M474017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there are many data, like there could&amp;nbsp; 10 places in northeast. Then we have to 10 times, is thr any alternative to make it dynamic.&lt;/P&gt;&lt;P&gt;Like the issue mention in the image.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 05:17:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Coding-by-Assigned-Groups/m-p/686579#M474017</guid>
      <dc:creator>raptibhowal</dc:creator>
      <dc:date>2014-10-09T05:17:03Z</dc:date>
    </item>
  </channel>
</rss>

