<?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: Front end expression Help in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Front-end-expression-Help/m-p/1684998#M52172</link>
    <description>&lt;P&gt;Thanks Sunny&amp;nbsp;&lt;BR /&gt;its working fine for the example which i provided&amp;nbsp;&lt;/P&gt;&lt;P&gt;But in my dashboard I'm getting zero .. any idea Y ?&lt;/P&gt;&lt;P&gt;I have attached the screen shot .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 16 Mar 2020 13:40:49 GMT</pubDate>
    <dc:creator>kiranpatil123</dc:creator>
    <dc:date>2020-03-16T13:40:49Z</dc:date>
    <item>
      <title>Front end expression Help</title>
      <link>https://community.qlik.com/t5/App-Development/Front-end-expression-Help/m-p/1684865#M52163</link>
      <description>&lt;P&gt;Hi all ,&lt;/P&gt;&lt;P&gt;PFA excel . i have 3 columns - Quarter(A) , Per(B) and ISP(C) ( PFA excel )&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need sum of column ISP (C) where column B(Per) and Column (ISP ) is greater than 0.&lt;/P&gt;&lt;P&gt;How do i do that in both FRONTEND and BACKEND please help .&lt;/P&gt;&lt;P&gt;I tried in front end with this but its not working . Please help&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;ISP={"=RangeSum(Per,ISP)&amp;gt;0"}&amp;gt;}ISP)&lt;/P&gt;&lt;P&gt;Value should be - 2764339&lt;/P&gt;&lt;P&gt;Advance thanks&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:56:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Front-end-expression-Help/m-p/1684865#M52163</guid>
      <dc:creator>kiranpatil123</dc:creator>
      <dc:date>2024-11-16T18:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Front end expression Help</title>
      <link>https://community.qlik.com/t5/App-Development/Front-end-expression-Help/m-p/1684972#M52169</link>
      <description>&lt;P&gt;May be try this expression&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=Sum({&amp;lt;ISP = {"&amp;gt;0"}&amp;gt;*&amp;lt;Per = {"&amp;gt;0"}&amp;gt;}ISP)&lt;/LI-CODE&gt;&lt;P&gt;If you want to do this in script... you can create a flag in the script&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Table:
LOAD Quarter, 
     Per, 
     ISP,
     If(Per &amp;gt; 0 and ISP &amp;gt; 0, 1, 0) as Flag
FROM
[C:\Users\talwars\Downloads\DaTA.xlsx]
(ooxml, embedded labels, table is Sheet1);&lt;/LI-CODE&gt;&lt;P&gt;and then use this expression&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=Sum({&amp;lt;Flag = {'1'}&amp;gt;}ISP)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2020 12:29:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Front-end-expression-Help/m-p/1684972#M52169</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-03-16T12:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Front end expression Help</title>
      <link>https://community.qlik.com/t5/App-Development/Front-end-expression-Help/m-p/1684998#M52172</link>
      <description>&lt;P&gt;Thanks Sunny&amp;nbsp;&lt;BR /&gt;its working fine for the example which i provided&amp;nbsp;&lt;/P&gt;&lt;P&gt;But in my dashboard I'm getting zero .. any idea Y ?&lt;/P&gt;&lt;P&gt;I have attached the screen shot .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2020 13:40:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Front-end-expression-Help/m-p/1684998#M52172</guid>
      <dc:creator>kiranpatil123</dc:creator>
      <dc:date>2020-03-16T13:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Front end expression Help</title>
      <link>https://community.qlik.com/t5/App-Development/Front-end-expression-Help/m-p/1685002#M52173</link>
      <description>&lt;P&gt;Just by looking at the screenshots... no idea&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2020 13:53:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Front-end-expression-Help/m-p/1685002#M52173</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-03-16T13:53:00Z</dc:date>
    </item>
  </channel>
</rss>

