<?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: Pivot Table (If) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-Table-If/m-p/624871#M1109099</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found the answer which was not related to a null - creating a normal expression with a set modifier of &amp;gt;0 for the field gives me the desired results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Mar 2014 18:37:16 GMT</pubDate>
    <dc:creator>pauledrich</dc:creator>
    <dc:date>2014-03-11T18:37:16Z</dc:date>
    <item>
      <title>Pivot Table (If)</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-If/m-p/624866#M1109094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a target table with 3 simple expressions with dates as a dimension, for this year there are no targets for Jan &amp;amp; Feb so therefore the Calculation [Results]/[Target] as % is off the scale and I want to display 0 if there is no target or a null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to only show a Zero if the Target is 0 which isn't working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Target&amp;gt;0,Sum([Results]/[Target]),0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 16:21:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-If/m-p/624866#M1109094</guid>
      <dc:creator>pauledrich</dc:creator>
      <dc:date>2014-03-11T16:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table (If)</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-If/m-p/624867#M1109095</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;"&gt;have you tried below ?&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;"&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;"&gt;=if(sum(Target)&amp;gt;0,Sum([Results]/[Target]),0)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 16:24:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-If/m-p/624867#M1109095</guid>
      <dc:creator>chiru_thota</dc:creator>
      <dc:date>2014-03-11T16:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table (If)</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-If/m-p/624868#M1109096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Chiranjeevi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had tried that one also but had a syntax error with bad field names in the second Sum - having checked the target field is null so that's probably the issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 16:36:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-If/m-p/624868#M1109096</guid>
      <dc:creator>pauledrich</dc:creator>
      <dc:date>2014-03-11T16:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table (If)</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-If/m-p/624869#M1109097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you able to resolve the issue ?...If not can you upload some sample data so that we can have a look ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 18:01:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-If/m-p/624869#M1109097</guid>
      <dc:creator>chiru_thota</dc:creator>
      <dc:date>2014-03-11T18:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table (If)</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-If/m-p/624870#M1109098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you try this:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;=if(sum(Target)&amp;lt;=0 or isnull(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Target)&lt;/SPAN&gt;, 0, Sum(Results)/&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum(Target)&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;and also deselect "suppress Zero-Values" on your chart properties&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 18:10:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-If/m-p/624870#M1109098</guid>
      <dc:creator />
      <dc:date>2014-03-11T18:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table (If)</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-If/m-p/624871#M1109099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found the answer which was not related to a null - creating a normal expression with a set modifier of &amp;gt;0 for the field gives me the desired results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 18:37:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-If/m-p/624871#M1109099</guid>
      <dc:creator>pauledrich</dc:creator>
      <dc:date>2014-03-11T18:37:16Z</dc:date>
    </item>
  </channel>
</rss>

