<?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 to Ignore Zero Values in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Expression-to-Ignore-Zero-Values/m-p/93709#M6239</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Vamsee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Sep 2018 04:39:09 GMT</pubDate>
    <dc:creator>kishoreravi1983</dc:creator>
    <dc:date>2018-09-28T04:39:09Z</dc:date>
    <item>
      <title>Expression to Ignore Zero Values</title>
      <link>https://community.qlik.com/t5/App-Development/Expression-to-Ignore-Zero-Values/m-p/93707#M6237</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;Can any one help me in correcting this expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would want to filter Null values from AUD_DLY_CROSS_VAR_VAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ITs and EXPRESSION:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if ([Exchange]='Cross Rate','AUD_DLY_CROSS_VAR_VAL-={0.00}', 'AUD_DLY_YTD_VAR_VAL-={0.00}')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have tried Suppressing Zero values in QlikSense but not working..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rewrite the exp if its wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:43:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Expression-to-Ignore-Zero-Values/m-p/93707#M6237</guid>
      <dc:creator>kishoreravi1983</dc:creator>
      <dc:date>2024-11-16T07:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to Ignore Zero Values</title>
      <link>https://community.qlik.com/t5/App-Development/Expression-to-Ignore-Zero-Values/m-p/93708#M6238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;May be try&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;BR /&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;=if ([Exchange]='Cross Rate',IF(AUD_DLY_CROSS_VAR_VAL&amp;lt;&amp;gt;0, AUD_DLY_YTD_VAR_VAL))&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;BR /&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;You could also use only&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;BR /&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;Only({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Exchange]={'Cross Rate'},&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AUD_DLY_CROSS_VAR_VAL-={0}, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AUD_DLY_CROSS_VAR_VAL={'*'}&amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AUD_DLY_CROSS_VAR_VAL)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2018 18:17:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Expression-to-Ignore-Zero-Values/m-p/93708#M6238</guid>
      <dc:creator>vamsee</dc:creator>
      <dc:date>2018-09-04T18:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to Ignore Zero Values</title>
      <link>https://community.qlik.com/t5/App-Development/Expression-to-Ignore-Zero-Values/m-p/93709#M6239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Vamsee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2018 04:39:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Expression-to-Ignore-Zero-Values/m-p/93709#M6239</guid>
      <dc:creator>kishoreravi1983</dc:creator>
      <dc:date>2018-09-28T04:39:09Z</dc:date>
    </item>
  </channel>
</rss>

