<?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 Expression to ignore certain fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-to-ignore-certain-fields/m-p/1317021#M408715</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Qlikvew user&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have written an expression which shows me a % for the most recent month.&amp;nbsp; I thought my code was robust enough to ignore user selections on FiscalYear, Month and Quarter, as I want the expression to remain static when user makes a selection from the date selection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know I can use alternate states, but thought this code would ignore the necessary fields?&amp;nbsp; Would alternate states be a better way of ignoring the date fields?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num((sum({&amp;lt;Month,QuarterName,FiscalYear,FactDate = {"&amp;gt;=$(=MonthStart(max(FactDate))) &amp;lt;=$(=MonthEnd(max(FactDate)))"}&amp;gt;}RTT_COUNTER)-&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Month,QuarterName,FiscalYear,FactDate = {"&amp;gt;=$(=MonthStart(max(FactDate))) &amp;lt;=$(=MonthEnd(max(FactDate)))"}&amp;gt;}RTT_BREACH_FLAG))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Apr 2017 19:52:04 GMT</pubDate>
    <dc:creator>helen_pip</dc:creator>
    <dc:date>2017-04-25T19:52:04Z</dc:date>
    <item>
      <title>Expression to ignore certain fields</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-ignore-certain-fields/m-p/1317021#M408715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Qlikvew user&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have written an expression which shows me a % for the most recent month.&amp;nbsp; I thought my code was robust enough to ignore user selections on FiscalYear, Month and Quarter, as I want the expression to remain static when user makes a selection from the date selection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know I can use alternate states, but thought this code would ignore the necessary fields?&amp;nbsp; Would alternate states be a better way of ignoring the date fields?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num((sum({&amp;lt;Month,QuarterName,FiscalYear,FactDate = {"&amp;gt;=$(=MonthStart(max(FactDate))) &amp;lt;=$(=MonthEnd(max(FactDate)))"}&amp;gt;}RTT_COUNTER)-&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Month,QuarterName,FiscalYear,FactDate = {"&amp;gt;=$(=MonthStart(max(FactDate))) &amp;lt;=$(=MonthEnd(max(FactDate)))"}&amp;gt;}RTT_BREACH_FLAG))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 19:52:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-ignore-certain-fields/m-p/1317021#M408715</guid>
      <dc:creator>helen_pip</dc:creator>
      <dc:date>2017-04-25T19:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to ignore certain fields</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-ignore-certain-fields/m-p/1317022#M408716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Num((Sum({&amp;lt;Month, QuarterName, FiscalYear, FactDate = {"&amp;gt;=$(=MonthStart(Max(&lt;SPAN style="color: #ff0000;"&gt;{&amp;lt;Month, QuarterName, FiscalYear, FactDate&amp;gt;} &lt;/SPAN&gt;FactDate))) &amp;lt;=$(=MonthEnd(Max(&lt;STRONG style="color: #ff0000; font-size: 13.3333px;"&gt;{&amp;lt;Month, QuarterName, FiscalYear, FactDate&amp;gt;}&lt;/STRONG&gt; FactDate)))"}&amp;gt;}RTT_COUNTER)-&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;sum({&amp;lt;Month,QuarterName,FiscalYear,FactDate = {"&amp;gt;=$(=MonthStart(Max(&lt;STRONG style="color: #ff0000; font-size: 13.3333px;"&gt;{&amp;lt;Month, QuarterName, FiscalYear, FactDate&amp;gt;}&lt;/STRONG&gt; FactDate))) &amp;lt;=$(=MonthEnd(Max(&lt;STRONG style="color: #ff0000; font-size: 13.3333px;"&gt;{&amp;lt;Month, QuarterName, FiscalYear, FactDate&amp;gt;}&lt;/STRONG&gt; FactDate)))"}&amp;gt;} RTT_BREACH_FLAG))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 12:29:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-ignore-certain-fields/m-p/1317022#M408716</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-04-26T12:29:31Z</dc:date>
    </item>
  </channel>
</rss>

