<?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: Formula for excluding the values in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Formula-for-excluding-the-values/m-p/1781113#M60783</link>
    <description>&lt;P&gt;HI,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Its not means to exclude the data from ur app, you need to create a flag based on ur condition. And use that flag in set analysis.&lt;/P&gt;</description>
    <pubDate>Tue, 09 Feb 2021 08:36:56 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2021-02-09T08:36:56Z</dc:date>
    <item>
      <title>Formula for excluding the values</title>
      <link>https://community.qlik.com/t5/App-Development/Formula-for-excluding-the-values/m-p/1780874#M60763</link>
      <description>&lt;P&gt;if(RDM_COUNTRY_CODE = 'GB',&lt;BR /&gt;&amp;lt;RDM_COUNTRY_CODE -={'Charge Inquiry','EU WTR2 Inbound RFI','EU WTR2 Outbound RFI','EU WTR2 Outbound RFI-Ex post','GPS Failed Entries',&lt;BR /&gt;'Incorrect Credit Account'}&amp;gt;)&lt;/P&gt;&lt;P&gt;if(match(METRIC,'9. SLA ACHIEVEMENT % OF ACTIONABLE CASES - TIER WISE','10. DAY 1 - SLA ACHIEVEMENT %','11. DAY 2 - SLA ACHIEVEMENT %'),&lt;BR /&gt;num(SUM(NOMINATOR)/SUM(DENOMINATOR),'#,##0.00%'), sum(NOMINATOR))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am writing the above formula.I have to exclude the values and then calculation has to be done. But I am getting the an error. Please help me with the formula&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 13:48:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Formula-for-excluding-the-values/m-p/1780874#M60763</guid>
      <dc:creator>Shailaja_Marripalli</dc:creator>
      <dc:date>2021-02-08T13:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Formula for excluding the values</title>
      <link>https://community.qlik.com/t5/App-Development/Formula-for-excluding-the-values/m-p/1781080#M60773</link>
      <description>&lt;P&gt;i am not sure about ur rquirement&lt;/P&gt;&lt;P&gt;but ur numerator sum wud be this based upon ur condtions&lt;/P&gt;&lt;P&gt;sum({&amp;lt;&lt;BR /&gt;&amp;lt;RDM_COUNTRY_CODE =-{'Charge Inquiry','EU WTR2 Inbound RFI','EU WTR2 Outbound RFI','EU WTR2 Outbound RFI-Ex post','GPS Failed Entries',&lt;BR /&gt;'Incorrect Credit Account'}&lt;SPAN&gt;,&lt;/SPAN&gt;METRIC={'9. SLA ACHIEVEMENT % OF ACTIONABLE CASES - TIER WISE','10. DAY 1 - SLA ACHIEVEMENT %','11. DAY 2 - SLA ACHIEVEMENT %'}NOMINATOR)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Priyanka&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 05:59:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Formula-for-excluding-the-values/m-p/1781080#M60773</guid>
      <dc:creator>PriyankaShivhare</dc:creator>
      <dc:date>2021-02-09T05:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: Formula for excluding the values</title>
      <link>https://community.qlik.com/t5/App-Development/Formula-for-excluding-the-values/m-p/1781086#M60774</link>
      <description>&lt;P&gt;My condition is if in the field RDM COUNTRY CODE = GB then i should exclude the values in other&amp;nbsp; field i.e., label and the values are&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;Charge Inquiry','EU WTR2 Inbound RFI','EU WTR2 Outbound RFI','EU WTR2 Outbound RFI-Ex post','GPS Failed Entries',&lt;/SPAN&gt;&lt;SPAN&gt;'Incorrect Credit Account.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;After excluding i should do the calculation i.e.,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if(match(METRIC,'9. SLA ACHIEVEMENT % OF ACTIONABLE CASES - TIER WISE','10. DAY 1 - SLA ACHIEVEMENT %','11. DAY 2 - SLA ACHIEVEMENT %'),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;num(SUM(NOMINATOR)/SUM(DENOMINATOR),'#,##0.00%'), sum(NOMINATOR))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;which is valid and working perfectly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;After writing this formula i recd a requirement from client to remove the details of those lines.&amp;nbsp; I may receive some more conditions from different countries....so i want to keep the calculation in the same way and wants to go on adding the condition when ever i receive from countries&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 06:42:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Formula-for-excluding-the-values/m-p/1781086#M60774</guid>
      <dc:creator>Shailaja_Marripalli</dc:creator>
      <dc:date>2021-02-09T06:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Formula for excluding the values</title>
      <link>https://community.qlik.com/t5/App-Development/Formula-for-excluding-the-values/m-p/1781091#M60777</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/134792"&gt;@Shailaja_Marripalli&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the requirement is fixed, you can move the country condition in the script and create a flag and use that flag in ur front end expression.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Suppose , its dynamic, you can create a variable and use it.&lt;/P&gt;&lt;P&gt;Hope it helps.&amp;nbsp;&lt;/P&gt;&lt;P&gt;No need to implement that logic in many places.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 07:21:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Formula-for-excluding-the-values/m-p/1781091#M60777</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-02-09T07:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: Formula for excluding the values</title>
      <link>https://community.qlik.com/t5/App-Development/Formula-for-excluding-the-values/m-p/1781104#M60780</link>
      <description>&lt;P&gt;I cant exclude the data it has to be shown in other table.... thats y i want to be implemented in formula&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 08:09:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Formula-for-excluding-the-values/m-p/1781104#M60780</guid>
      <dc:creator>Shailaja_Marripalli</dc:creator>
      <dc:date>2021-02-09T08:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Formula for excluding the values</title>
      <link>https://community.qlik.com/t5/App-Development/Formula-for-excluding-the-values/m-p/1781113#M60783</link>
      <description>&lt;P&gt;HI,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Its not means to exclude the data from ur app, you need to create a flag based on ur condition. And use that flag in set analysis.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 08:36:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Formula-for-excluding-the-values/m-p/1781113#M60783</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-02-09T08:36:56Z</dc:date>
    </item>
  </channel>
</rss>

