<?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: Expression Help For Straight Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-Help-For-Straight-Table/m-p/1552687#M440394</link>
    <description>&lt;P&gt;Hi Bharat, Thanks for response. This is working fine for Green / Amber and RAG Expression, Where the null or missing value. But when the rolling month expression has null or missing value is available that time it is not working. I tried to make the code for the same but it is not performing. Code is below.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Workstream&lt;/STRONG&gt; : =If((Not IsNull([Green])or Not IsNull([Amber]) or Not IsNull([RAG]) or Not IsNull(&lt;STRONG&gt;&lt;EM&gt;$(vCurrentMonthM0)&lt;/EM&gt;&lt;/STRONG&gt;) or Not IsNull(&lt;STRONG&gt;&lt;EM&gt;$(vCurrentMonthM1)&lt;/EM&gt;&lt;/STRONG&gt;)),[Workstream Calc Dim])&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;KPI&lt;/STRONG&gt; : =If((Not IsNull([Green])or Not IsNull([Amber]) or Not IsNull([RAG]) or Not IsNull(&lt;STRONG&gt;&lt;EM&gt;$(vCurrentMonthM0)&lt;/EM&gt;&lt;/STRONG&gt;)&lt;BR /&gt;or Not IsNull(&lt;STRONG&gt;&lt;EM&gt;$(vCurrentMonthM1)&lt;/EM&gt;&lt;/STRONG&gt;)),KPI)))&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOB&lt;/STRONG&gt; : =If(Not IsNull([Green])or Not IsNull([Amber]) or Not IsNull([RAG] or Not IsNull(&lt;STRONG&gt;&lt;EM&gt;$(vCurrentMonthM0)&lt;/EM&gt;&lt;/STRONG&gt;) or Not IsNull(&lt;STRONG&gt;&lt;EM&gt;$(vCurrentMonthM1)&lt;/EM&gt;&lt;/STRONG&gt;)),[LOB Calc Dim])&lt;/P&gt;&lt;P&gt;Can you suggest or help me on this.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;</description>
    <pubDate>Wed, 06 Mar 2019 05:52:46 GMT</pubDate>
    <dc:creator>sona_sa</dc:creator>
    <dc:date>2019-03-06T05:52:46Z</dc:date>
    <item>
      <title>Expression Help For Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Help-For-Straight-Table/m-p/1552377#M440387</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I have a straight table, where, First 3 Column is my Dimension and another 6 is my Expression. Rolling three month calculation and then status and last one is Also some calculation.&lt;/P&gt;&lt;P&gt;Now in Column 7, 8 and 9 there is null or missing value are available. Now I want to remove or hide the same row from my straight table.&lt;/P&gt;&lt;P&gt;Output will be same as it is in excel. only want to remove or hide null or missing value rows from straight table.&lt;/P&gt;&lt;P&gt;can anyone help me on the same.&lt;/P&gt;&lt;P&gt;Please find the attached xls. for the same.&lt;/P&gt;&lt;P&gt;Please response, If it is possible with an example.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 13:55:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Help-For-Straight-Table/m-p/1552377#M440387</guid>
      <dc:creator>sona_sa</dc:creator>
      <dc:date>2019-03-05T13:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Help For Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Help-For-Straight-Table/m-p/1552550#M440392</link>
      <description>Try applying this on dimensions which eliminates null values for Green, Amber and RAG&lt;BR /&gt;&lt;BR /&gt;Workstream:&lt;BR /&gt;=if(not isnull(Green) or not isnull(Amber) or not isnull(RAG),Workstream)&lt;BR /&gt;Ref:&lt;BR /&gt;=if(not isnull(Green) or not isnull(Amber) or not isnull(RAG),Ref)&lt;BR /&gt;LOB:&lt;BR /&gt;=if(not isnull(Green) or not isnull(Amber) or not isnull(RAG),LOB)&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Mar 2019 18:05:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Help-For-Straight-Table/m-p/1552550#M440392</guid>
      <dc:creator>bharathadde</dc:creator>
      <dc:date>2019-03-05T18:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Help For Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Help-For-Straight-Table/m-p/1552687#M440394</link>
      <description>&lt;P&gt;Hi Bharat, Thanks for response. This is working fine for Green / Amber and RAG Expression, Where the null or missing value. But when the rolling month expression has null or missing value is available that time it is not working. I tried to make the code for the same but it is not performing. Code is below.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Workstream&lt;/STRONG&gt; : =If((Not IsNull([Green])or Not IsNull([Amber]) or Not IsNull([RAG]) or Not IsNull(&lt;STRONG&gt;&lt;EM&gt;$(vCurrentMonthM0)&lt;/EM&gt;&lt;/STRONG&gt;) or Not IsNull(&lt;STRONG&gt;&lt;EM&gt;$(vCurrentMonthM1)&lt;/EM&gt;&lt;/STRONG&gt;)),[Workstream Calc Dim])&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;KPI&lt;/STRONG&gt; : =If((Not IsNull([Green])or Not IsNull([Amber]) or Not IsNull([RAG]) or Not IsNull(&lt;STRONG&gt;&lt;EM&gt;$(vCurrentMonthM0)&lt;/EM&gt;&lt;/STRONG&gt;)&lt;BR /&gt;or Not IsNull(&lt;STRONG&gt;&lt;EM&gt;$(vCurrentMonthM1)&lt;/EM&gt;&lt;/STRONG&gt;)),KPI)))&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOB&lt;/STRONG&gt; : =If(Not IsNull([Green])or Not IsNull([Amber]) or Not IsNull([RAG] or Not IsNull(&lt;STRONG&gt;&lt;EM&gt;$(vCurrentMonthM0)&lt;/EM&gt;&lt;/STRONG&gt;) or Not IsNull(&lt;STRONG&gt;&lt;EM&gt;$(vCurrentMonthM1)&lt;/EM&gt;&lt;/STRONG&gt;)),[LOB Calc Dim])&lt;/P&gt;&lt;P&gt;Can you suggest or help me on this.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 05:52:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Help-For-Straight-Table/m-p/1552687#M440394</guid>
      <dc:creator>sona_sa</dc:creator>
      <dc:date>2019-03-06T05:52:46Z</dc:date>
    </item>
  </channel>
</rss>

