<?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 in Pivot table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Color-in-Pivot-table/m-p/2452558#M98096</link>
    <description>&lt;P&gt;Thanks you it works but i don't understand why it works?&lt;/P&gt;</description>
    <pubDate>Wed, 15 May 2024 08:04:21 GMT</pubDate>
    <dc:creator>Frédéricdh</dc:creator>
    <dc:date>2024-05-15T08:04:21Z</dc:date>
    <item>
      <title>Color in Pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/Color-in-Pivot-table/m-p/2451968#M98042</link>
      <description>&lt;P&gt;I have a Pivot Table with two dimensions the PLACE in the Y Axis and The Week on the X Axis.&lt;/P&gt;
&lt;P&gt;The Function is like Sum ({&amp;lt;Place, Week&amp;gt;} Weight)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I colored the background of each Name of The dimension PLACE with a different color and with the Function:&lt;/P&gt;
&lt;P&gt;Pick(Match(Place,'A','B','C'), red, green, yellow )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why when i Select a value in the pivottable the colors disappear?&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 04:47:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Color-in-Pivot-table/m-p/2451968#M98042</guid>
      <dc:creator>Frédéricdh</dc:creator>
      <dc:date>2024-05-14T04:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: Color in Pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/Color-in-Pivot-table/m-p/2452554#M98095</link>
      <description>&lt;P&gt;You may try:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Pick(Match(only({&amp;lt;Place, Week&amp;gt;} Place),'A','B','C'), red, green, yellow )&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 07:56:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Color-in-Pivot-table/m-p/2452554#M98095</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2024-05-15T07:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Color in Pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/Color-in-Pivot-table/m-p/2452558#M98096</link>
      <description>&lt;P&gt;Thanks you it works but i don't understand why it works?&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 08:04:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Color-in-Pivot-table/m-p/2452558#M98096</guid>
      <dc:creator>Frédéricdh</dc:creator>
      <dc:date>2024-05-15T08:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Color in Pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/Color-in-Pivot-table/m-p/2452568#M98098</link>
      <description>&lt;P&gt;Your usage of Place within the match() is an implicit call of only() and only returned only a valid value if only a single value is available within the context of the call - otherwise the result is NULL. By extending the call with an explicit only() and extending it with the same set analysis as the sum() to ignore any of these selections both logic are synchronized.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 08:18:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Color-in-Pivot-table/m-p/2452568#M98098</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2024-05-15T08:18:41Z</dc:date>
    </item>
  </channel>
</rss>

