<?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: I want to calculate Defect that Input must not be 0. in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/I-want-to-calculate-Defect-that-Input-must-not-be-0/m-p/2096305#M89800</link>
    <description>&lt;P&gt;Hi, you can try with:&amp;nbsp;&lt;SPAN&gt;Sum({&amp;lt;Input_SQFT={"*"}&amp;gt;} Defect_SQFT)&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 22 Jul 2023 07:18:28 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2023-07-22T07:18:28Z</dc:date>
    <item>
      <title>I want to calculate Defect that Input must not be 0.</title>
      <link>https://community.qlik.com/t5/App-Development/I-want-to-calculate-Defect-that-Input-must-not-be-0/m-p/2096302#M89799</link>
      <description>&lt;DIV class="topic-subject-wrapper"&gt;
&lt;DIV class="lia-message-subject lia-component-message-view-widget-subject"&gt;
&lt;DIV class="MessageSubject"&gt;
&lt;DIV class="lia-message-subject"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="MessageInResponseTo lia-component-message-view-widget-in-response-to lia-component-in-response-to"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="bodyDisplay" class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;
&lt;DIV class="lia-message-body-content"&gt;
&lt;P&gt;I want to calculate Defect that Input must not be 0.&lt;/P&gt;
&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sxbbb_2-1690007646034.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112805iA0EB1D54F1C59B75/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sxbbb_2-1690007646034.png" alt="Sxbbb_2-1690007646034.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried the code :&amp;nbsp;(if( Not IsNull(( Input_SQFT)),Sum(Defect_SQFT)))&lt;/P&gt;
&lt;P&gt;But the values ​​are not shown in the Summary table.&lt;/P&gt;
&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sxbbb_1-1690007606735.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112804iCD9B18F7D779A7C7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sxbbb_1-1690007606735.png" alt="Sxbbb_1-1690007606735.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want the value 104.6896 to show in the Summary table.&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF9900"&gt;I want to calculate Defect that Input must not be 0.&lt;/FONT&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:33:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/I-want-to-calculate-Defect-that-Input-must-not-be-0/m-p/2096302#M89799</guid>
      <dc:creator>Sxbbb</dc:creator>
      <dc:date>2024-11-15T21:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: I want to calculate Defect that Input must not be 0.</title>
      <link>https://community.qlik.com/t5/App-Development/I-want-to-calculate-Defect-that-Input-must-not-be-0/m-p/2096305#M89800</link>
      <description>&lt;P&gt;Hi, you can try with:&amp;nbsp;&lt;SPAN&gt;Sum({&amp;lt;Input_SQFT={"*"}&amp;gt;} Defect_SQFT)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jul 2023 07:18:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/I-want-to-calculate-Defect-that-Input-must-not-be-0/m-p/2096305#M89800</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2023-07-22T07:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: I want to calculate Defect that Input must not be 0.</title>
      <link>https://community.qlik.com/t5/App-Development/I-want-to-calculate-Defect-that-Input-must-not-be-0/m-p/2096323#M89801</link>
      <description>&lt;P&gt;This could as well be a solution.&lt;/P&gt;
&lt;P&gt;Sum({$&amp;lt;Input_SQFT={"=Len(Input_SQFT)&amp;gt;0"}&amp;gt;} Defect_SQFT)&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jul 2023 11:23:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/I-want-to-calculate-Defect-that-Input-must-not-be-0/m-p/2096323#M89801</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2023-07-22T11:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: I want to calculate Defect that Input must not be 0.</title>
      <link>https://community.qlik.com/t5/App-Development/I-want-to-calculate-Defect-that-Input-must-not-be-0/m-p/2096832#M89833</link>
      <description>&lt;P&gt;thank you very much&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 06:54:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/I-want-to-calculate-Defect-that-Input-must-not-be-0/m-p/2096832#M89833</guid>
      <dc:creator>Sxbbb</dc:creator>
      <dc:date>2023-07-25T06:54:17Z</dc:date>
    </item>
  </channel>
</rss>

