<?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: Expressions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expressions/m-p/1217799#M866850</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1168525"&gt;Expression&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Dec 2016 08:01:56 GMT</pubDate>
    <dc:creator>mohan2391</dc:creator>
    <dc:date>2016-12-07T08:01:56Z</dc:date>
    <item>
      <title>Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions/m-p/1217794#M866842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 expressions and i made modifications to them. So my question is, are the changes done by me working fine or not ?&lt;/P&gt;&lt;P&gt;I mean the new expressions will be giving the same outputs as old expressions outputs or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. &lt;STRONG&gt;OLD_Expr:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;sum(IF(Guidance_Method_for_APT='MBG',If(SUM(TARGET_REVENUE)=0,0,SUM(NET_REVENUE)),&lt;/P&gt;&lt;P&gt;IF(Guidance_Method_for_APT='DBG',sum(NET_REV_GUID_DBG))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NEW_Expr:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;TARGET_REVENUE-={0},Guidance_Method_for_APT={'MBG'}&amp;gt;}NET_REVENUE)&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Guidance_Method_for_APT={'DBG'}&amp;gt;}NET_REV_GUID_DBG)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2.OLD_Expr:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;SUM(IF(Guidance_Method_for_APT='MBG',If(SUM(TARGET_REVENUE)=0,0,SUM(NET_REVENUE)),IF(Guidance_Method_for_APT='DBG',sum(NET_REV_GUID_DBG))))&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;SUM(IF(Guidance_Method_for_APT='MBG',SUM(TARGET_REVENUE),IF(Guidance_Method_for_APT='DBG',sum(TARGET_REVENUE_DBG))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NEW_Expr:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;(SUM({&amp;lt;TARGET_REVENUE-={0},Guidance_Method_for_APT={'MBG'}&amp;gt;}NET_REVENUE)&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Guidance_Method_for_APT={'DBG'}&amp;gt;}NET_REV_GUID_DBG))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(sum({&amp;lt;Guidance_Method_for_APT={'MBG'}&amp;gt;}TARGET_REVENUE)&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Guidance_Method_for_APT={'DBG'}&amp;gt;}TARGET_REVENUE_DBG))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check and let me know.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions/m-p/1217794#M866842</guid>
      <dc:creator>mohan2391</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions/m-p/1217795#M866843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Can you share Sample Files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 06:48:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions/m-p/1217795#M866843</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-07T06:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions/m-p/1217796#M866844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Share some sample data so we can use your expression for verification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 06:50:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions/m-p/1217796#M866844</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-07T06:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions/m-p/1217797#M866846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From first view ...it seems that your results will be different as you are adding up data in set analysis while in if condition you have given on addition in else statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Share your sample data for more clarity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 07:43:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions/m-p/1217797#M866846</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-07T07:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions/m-p/1217798#M866848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please go through this thread, here you have given reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 08:01:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions/m-p/1217798#M866848</guid>
      <dc:creator>mohan2391</dc:creator>
      <dc:date>2016-12-07T08:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions/m-p/1217799#M866850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1168525"&gt;Expression&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 08:01:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions/m-p/1217799#M866850</guid>
      <dc:creator>mohan2391</dc:creator>
      <dc:date>2016-12-07T08:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions/m-p/1217800#M866851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here scenario is different beacuse we are comparing with your old and new expressions. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; means if and ste analysis conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 11:42:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions/m-p/1217800#M866851</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-07T11:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions/m-p/1217801#M866852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you check values for same, If so that would be correct. If not, it won't be correct values please check and let us know so that we can move next steo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 12:06:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions/m-p/1217801#M866852</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-12-07T12:06:38Z</dc:date>
    </item>
  </channel>
</rss>

