<?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: Alternate colors in Pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Alternate-colors-in-Pivot-table/m-p/755338#M268984</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The value's we put 2,5,7 just dummy values. It can be any values from 1..10000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need to color when the submission changes from the previous one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sijo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Dec 2014 10:05:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-12-02T10:05:28Z</dc:date>
    <item>
      <title>Alternate colors in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-colors-in-Pivot-table/m-p/755333#M268979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are having a requirement to show alternate colors in Pivot Table based on Submission ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;If Submission ID "2" is given blue then next Submission ID "3" should "yellow" then again for 5 it should be blue and for 7 it should be yellow. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached a sample QVW with this. Please let me know if you need any more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sijo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 08:44:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-colors-in-Pivot-table/m-p/755333#M268979</guid>
      <dc:creator />
      <dc:date>2014-12-02T08:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate colors in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-colors-in-Pivot-table/m-p/755334#M268980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sijo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how is you color calculated? ...if Submission ID "2" is blue... Submission ID "2" is blue, because ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 08:56:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-colors-in-Pivot-table/m-p/755334#M268980</guid>
      <dc:creator>mato32188</dc:creator>
      <dc:date>2014-12-02T08:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate colors in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-colors-in-Pivot-table/m-p/755335#M268981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stick this into the "Background Color" definitions for just the expression or expression + dimension if needed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Match([Submission ID],'2','5'), LightBlue(100), Yellow())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can change the alpha value of the blue, or enter RGB codes if that's more what you want. If you go any darker with the blue I'd also recommend changing the text colour using the same expression to White().&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 08:56:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-colors-in-Pivot-table/m-p/755335#M268981</guid>
      <dc:creator>morganaaron</dc:creator>
      <dc:date>2014-12-02T08:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate colors in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-colors-in-Pivot-table/m-p/755336#M268982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this in your background expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(Even(RowNo(TOTAL)),Yellow(),Blue())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Rajesh Vaswani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 09:04:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-colors-in-Pivot-table/m-p/755336#M268982</guid>
      <dc:creator>rajeshvaswani77</dc:creator>
      <dc:date>2014-12-02T09:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate colors in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-colors-in-Pivot-table/m-p/755337#M268983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sijo,&lt;/P&gt;&lt;P&gt;see the background-Color definition in the sample-file.&lt;/P&gt;&lt;P&gt;The Match-function from Aaron is the more elegant solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 09:31:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-colors-in-Pivot-table/m-p/755337#M268983</guid>
      <dc:creator>emkabi646</dc:creator>
      <dc:date>2014-12-02T09:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate colors in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-colors-in-Pivot-table/m-p/755338#M268984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The value's we put 2,5,7 just dummy values. It can be any values from 1..10000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need to color when the submission changes from the previous one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sijo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 10:05:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-colors-in-Pivot-table/m-p/755338#M268984</guid>
      <dc:creator />
      <dc:date>2014-12-02T10:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate colors in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-colors-in-Pivot-table/m-p/755339#M268985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fine, but very first color in your order is based on some calculation? Like if amount for Submission ID2 is under 300, get blue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 10:11:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-colors-in-Pivot-table/m-p/755339#M268985</guid>
      <dc:creator>mato32188</dc:creator>
      <dc:date>2014-12-02T10:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate colors in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-colors-in-Pivot-table/m-p/755340#M268986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So its alternate colouring right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 11:10:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-colors-in-Pivot-table/m-p/755340#M268986</guid>
      <dc:creator>rajeshvaswani77</dc:creator>
      <dc:date>2014-12-02T11:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate colors in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-colors-in-Pivot-table/m-p/755341#M268987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If its about the assigning the colour on the basis of Odd and Even Submission IDs then;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Expression-&amp;gt;Background Colour -&amp;gt; if(Even(SubmissionID),Blue(),Yellow())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps !&lt;/P&gt;&lt;P&gt;Cheers !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 11:27:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-colors-in-Pivot-table/m-p/755341#M268987</guid>
      <dc:creator />
      <dc:date>2014-12-02T11:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate colors in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-colors-in-Pivot-table/m-p/755342#M268988</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>Tue, 02 Dec 2014 11:55:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-colors-in-Pivot-table/m-p/755342#M268988</guid>
      <dc:creator />
      <dc:date>2014-12-02T11:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate colors in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-colors-in-Pivot-table/m-p/755343#M268989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What Priyanka has said holds good then.&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;"&gt;&amp;nbsp; Expression-&amp;gt;Background Colour -&amp;gt; if(Even(SubmissionID),Blue(),Yellow())&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 11:57:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-colors-in-Pivot-table/m-p/755343#M268989</guid>
      <dc:creator>rajeshvaswani77</dc:creator>
      <dc:date>2014-12-02T11:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate colors in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-colors-in-Pivot-table/m-p/755344#M268990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Pryanka,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my scenario, the two even submission can come together according to the user selection. Hence need this to be done when the prevous Submission ID changes. (i.e alternative colors)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sijo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 14:46:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-colors-in-Pivot-table/m-p/755344#M268990</guid>
      <dc:creator />
      <dc:date>2014-12-02T14:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate colors in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-colors-in-Pivot-table/m-p/755345#M268991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Welcome Sijo!&lt;/P&gt;&lt;P&gt;Do mark the answer as Correct to complete this thread !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers !&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 16:18:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-colors-in-Pivot-table/m-p/755345#M268991</guid>
      <dc:creator />
      <dc:date>2014-12-02T16:18:17Z</dc:date>
    </item>
  </channel>
</rss>

