<?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: How to high light row even when the amount is zero ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-high-light-row-even-when-the-amount-is-zero/m-p/716458#M540042</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Paul,&lt;/P&gt;&lt;P&gt;Jagan has given you the right concept.&lt;/P&gt;&lt;P&gt;Here is your sample and it works fine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Aug 2014 05:42:54 GMT</pubDate>
    <dc:creator>sujeetsingh</dc:creator>
    <dc:date>2014-08-21T05:42:54Z</dc:date>
    <item>
      <title>How to high light row even when the amount is zero ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-high-light-row-even-when-the-amount-is-zero/m-p/716449#M540033</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;&lt;/P&gt;&lt;P&gt;I have below expression which is working fine :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if([Exec P&amp;amp;L Calculation]='c','&amp;lt;B&amp;gt;')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression will blod the text . is working fine. As these row are summary row , i need to make the contract.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my issue is when on that month due to data is zero , it will not make the text bold. can some one help me adding some more script , so that even the amount is zero , it still make the text highlighted with bold.&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;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 04:58:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-high-light-row-even-when-the-amount-is-zero/m-p/716449#M540033</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2014-08-21T04:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to high light row even when the amount is zero ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-high-light-row-even-when-the-amount-is-zero/m-p/716450#M540034</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;my QV doc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 04:59:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-high-light-row-even-when-the-amount-is-zero/m-p/716450#M540034</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2014-08-21T04:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to high light row even when the amount is zero ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-high-light-row-even-when-the-amount-is-zero/m-p/716451#M540035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like 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;"&gt;&lt;STRONG&gt;if([Exec P&amp;amp;L Calculation]='c' OR &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Exec P&amp;amp;L Calculation]=0&lt;/SPAN&gt; ,'&amp;lt;B&amp;gt;')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 05:00:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-high-light-row-even-when-the-amount-is-zero/m-p/716451#M540035</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-08-21T05:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to high light row even when the amount is zero ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-high-light-row-even-when-the-amount-is-zero/m-p/716452#M540036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Failed to open the doc error &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 05:02:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-high-light-row-even-when-the-amount-is-zero/m-p/716452#M540036</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-08-21T05:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to high light row even when the amount is zero ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-high-light-row-even-when-the-amount-is-zero/m-p/716453#M540037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are very fast , but it does not work. can you post the QV doc file which is working ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 05:03:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-high-light-row-even-when-the-amount-is-zero/m-p/716453#M540037</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2014-08-21T05:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to high light row even when the amount is zero ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-high-light-row-even-when-the-amount-is-zero/m-p/716454#M540038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have create a new post , chk it is due to my side , pls wait.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 05:08:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-high-light-row-even-when-the-amount-is-zero/m-p/716454#M540038</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2014-08-21T05:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to high light row even when the amount is zero ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-high-light-row-even-when-the-amount-is-zero/m-p/716455#M540039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here it is&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 05:11:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-high-light-row-even-when-the-amount-is-zero/m-p/716455#M540039</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-08-21T05:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to high light row even when the amount is zero ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-high-light-row-even-when-the-amount-is-zero/m-p/716456#M540040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if([Exec P&amp;amp;L Calculation]='c' OR Alt(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;[Exec P&amp;amp;L Calculation], 0)=0&lt;/SPAN&gt; ,'&amp;lt;B&amp;gt;')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;OR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if([Exec P&amp;amp;L Calculation]='c' OR Len(Trim((&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;[Exec P&amp;amp;L Calculation]))=0&lt;/SPAN&gt; ,'&amp;lt;B&amp;gt;')&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope it helps you.&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jagan.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 05:31:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-high-light-row-even-when-the-amount-is-zero/m-p/716456#M540040</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-08-21T05:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to high light row even when the amount is zero ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-high-light-row-even-when-the-amount-is-zero/m-p/716457#M540041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your first expression work fine , now my table look sexy. thank&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 05:42:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-high-light-row-even-when-the-amount-is-zero/m-p/716457#M540041</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2014-08-21T05:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to high light row even when the amount is zero ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-high-light-row-even-when-the-amount-is-zero/m-p/716458#M540042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Paul,&lt;/P&gt;&lt;P&gt;Jagan has given you the right concept.&lt;/P&gt;&lt;P&gt;Here is your sample and it works fine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 05:42:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-high-light-row-even-when-the-amount-is-zero/m-p/716458#M540042</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-08-21T05:42:54Z</dc:date>
    </item>
  </channel>
</rss>

