<?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 MyCell value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/MyCell-value/m-p/1741494#M721452</link>
    <description>&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;I have a pivot table in whose cells I'd like to set various colors based on every cell value; since the cell value formula is very complex, is it possibile helping the reading by setting in the background properties a "cell value" (?) Qlikview function instead of repeating the cell value formula?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Something like:&lt;/P&gt;&lt;P&gt;If (MyCellValue&amp;gt;10, LightRed(), If((MyCellValue&amp;gt;7, Yellow(),&amp;nbsp;If((MyCellValue&amp;gt;2, LightBlue(),LightGreen())))&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;&lt;P&gt;N.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>NickP_DF</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>MyCell value</title>
      <link>https://community.qlik.com/t5/QlikView/MyCell-value/m-p/1741494#M721452</link>
      <description>&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;I have a pivot table in whose cells I'd like to set various colors based on every cell value; since the cell value formula is very complex, is it possibile helping the reading by setting in the background properties a "cell value" (?) Qlikview function instead of repeating the cell value formula?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Something like:&lt;/P&gt;&lt;P&gt;If (MyCellValue&amp;gt;10, LightRed(), If((MyCellValue&amp;gt;7, Yellow(),&amp;nbsp;If((MyCellValue&amp;gt;2, LightBlue(),LightGreen())))&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;&lt;P&gt;N.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MyCell-value/m-p/1741494#M721452</guid>
      <dc:creator>NickP_DF</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: MyCell value</title>
      <link>https://community.qlik.com/t5/QlikView/MyCell-value/m-p/1741504#M721453</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/86055"&gt;@NickP_DF&lt;/a&gt;&amp;nbsp; Probably you could do it in background color expression.. Something like below&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If (&lt;STRONG&gt;YourActualExpression&lt;/STRONG&gt;&amp;gt;10, LightRed(), If((&lt;STRONG&gt;YourActualExpression&lt;/STRONG&gt;&amp;gt;7, Yellow(),&amp;nbsp;If((&lt;STRONG&gt;YourActualExpression&lt;/STRONG&gt;&amp;gt;2, LightBlue(),LightGreen())))&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Sep 2020 14:38:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MyCell-value/m-p/1741504#M721453</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-09-06T14:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: MyCell value</title>
      <link>https://community.qlik.com/t5/QlikView/MyCell-value/m-p/1743335#M721454</link>
      <description>&lt;P&gt;Hi Kush,&lt;/P&gt;&lt;P&gt;thank you for the reply.&lt;/P&gt;&lt;P&gt;It's sure that your suggestion is correct, but my problem is that I don't like to explicit &lt;EM&gt;MyActualExpression&lt;/EM&gt; because it's very long and complex, so the readability of the whole background color expression is compromised.&lt;/P&gt;&lt;P&gt;Besides that every change in the main formula should be made &lt;EM&gt;n&lt;/EM&gt;-times (both in the cell expression and in the &lt;SPAN&gt;background color expressions).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;All that should be very easier if I could get the value of my cell by meas of a Qlik funcion.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;N.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Sep 2020 13:07:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MyCell-value/m-p/1743335#M721454</guid>
      <dc:creator>NickP_DF</dc:creator>
      <dc:date>2020-09-12T13:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: MyCell value</title>
      <link>https://community.qlik.com/t5/QlikView/MyCell-value/m-p/1743350#M721455</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/86055"&gt;@NickP_DF&lt;/a&gt;&amp;nbsp; Probably you can put your complex expression in variable (Without "=") and call that variable in background color expression like below&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If (&lt;STRONG&gt;$(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;vMeasure)&lt;/STRONG&gt;&lt;SPAN&gt;&amp;gt;10, LightRed(), If((&lt;STRONG&gt;$(&lt;/STRONG&gt;&lt;STRONG&gt;vMeasure)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;7, Yellow(),&amp;nbsp;If((&lt;STRONG&gt;$(&lt;/STRONG&gt;&lt;STRONG&gt;vMeasure)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;2, LightBlue(),LightGreen())))&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;where&amp;nbsp;&lt;STRONG&gt;vMeasure&amp;nbsp;&lt;/STRONG&gt;is variable which stores the actual expression&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Sep 2020 21:04:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MyCell-value/m-p/1743350#M721455</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-09-12T21:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: MyCell value</title>
      <link>https://community.qlik.com/t5/QlikView/MyCell-value/m-p/1744043#M721456</link>
      <description>&lt;P&gt;ok,&amp;nbsp;I was hoping there was a QlikView native function...&lt;/P&gt;&lt;P&gt;Thank you for this suggestion Kush, I'll work on it. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;N.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 15:39:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MyCell-value/m-p/1744043#M721456</guid>
      <dc:creator>NickP_DF</dc:creator>
      <dc:date>2020-09-15T15:39:36Z</dc:date>
    </item>
  </channel>
</rss>

