<?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: Check Above row for value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Check-Above-row-for-value/m-p/1029004#M929159</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your suggestion, but that doesn't seem to work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Mar 2016 08:54:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-03-21T08:54:34Z</dc:date>
    <item>
      <title>Check Above row for value</title>
      <link>https://community.qlik.com/t5/QlikView/Check-Above-row-for-value/m-p/1028999#M929154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey everyone, quick question.&lt;/P&gt;&lt;P&gt;I want to format the color of a dimension based on the row above in a straight table (checking if a field is a certain value).&lt;/P&gt;&lt;P&gt;I've tried in the color format:&lt;/P&gt;&lt;P&gt;=if(Above(field, 0, 1)='Y', rgb(50,50,50)), but this seems to completely mess up the sorting in the table that is based on another field value. Anyone know how I could do this? Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-Above-row-for-value/m-p/1028999#M929154</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Check Above row for value</title>
      <link>https://community.qlik.com/t5/QlikView/Check-Above-row-for-value/m-p/1029000#M929155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Color expression is changing your sorting? Really? Have never seen that happening before&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 18:33:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-Above-row-for-value/m-p/1029000#M929155</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-18T18:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Check Above row for value</title>
      <link>https://community.qlik.com/t5/QlikView/Check-Above-row-for-value/m-p/1029001#M929156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change of sorting seems weird but I think your expression seems to be taking value from same row -&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;=if(Above(field, 0, 1)='Y', rgb(50,50,50)), &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;It could be like &lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=if(rowno()&amp;gt;1,if(Above(field)='Y', rgb(50,50,50))) &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Above(Field,0) points to same row.&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Mar 2016 11:27:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-Above-row-for-value/m-p/1029001#M929156</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2016-03-19T11:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Check Above row for value</title>
      <link>https://community.qlik.com/t5/QlikView/Check-Above-row-for-value/m-p/1029002#M929157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Disabling the sort by expression when using Above() in your color expression is documented in the HELP, see chapter chart inter record functions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="Bold"&gt;Note!&lt;/SPAN&gt; &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Sorting on y-values in charts or sorting by expression columns in straight tables is not allowed when Chart Inter Record functions are used in any of the chart's expressions. These sort alternatives are therefore automatically disabled. &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Mar 2016 11:50:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-Above-row-for-value/m-p/1029002#M929157</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-03-19T11:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Check Above row for value</title>
      <link>https://community.qlik.com/t5/QlikView/Check-Above-row-for-value/m-p/1029003#M929158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah I have a column just for sorting by numeric value that ascends 1 to n. Apparently the Above() function messes with that, it stacks all the rows where the condition is met (field = 'Y') to the top before sorting the remaining ones correctly and no coloring is applied..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 08:53:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-Above-row-for-value/m-p/1029003#M929158</guid>
      <dc:creator />
      <dc:date>2016-03-21T08:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Check Above row for value</title>
      <link>https://community.qlik.com/t5/QlikView/Check-Above-row-for-value/m-p/1029004#M929159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your suggestion, but that doesn't seem to work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 08:54:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-Above-row-for-value/m-p/1029004#M929159</guid>
      <dc:creator />
      <dc:date>2016-03-21T08:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Check Above row for value</title>
      <link>https://community.qlik.com/t5/QlikView/Check-Above-row-for-value/m-p/1029005#M929160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&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; font-size: 13px;"&gt;if(Above(field)='Y', rgb(50,50,50))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 08:56:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-Above-row-for-value/m-p/1029005#M929160</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-03-21T08:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Check Above row for value</title>
      <link>https://community.qlik.com/t5/QlikView/Check-Above-row-for-value/m-p/1029006#M929161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer, do you happen to know a workaround? I am currently sorting by numeric value of a column, what else can I sort by if not by a column expression? What I'm trying to do is color just the rows below rows with a certain field value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 08:58:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-Above-row-for-value/m-p/1029006#M929161</guid>
      <dc:creator />
      <dc:date>2016-03-21T08:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Check Above row for value</title>
      <link>https://community.qlik.com/t5/QlikView/Check-Above-row-for-value/m-p/1029007#M929162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That doesn't seem to differ from my initial attempt in the post.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 08:59:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-Above-row-for-value/m-p/1029007#M929162</guid>
      <dc:creator />
      <dc:date>2016-03-21T08:59:52Z</dc:date>
    </item>
  </channel>
</rss>

