<?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 Converting Set analysis in Backend script in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Converting-Set-analysis-in-Backend-script/m-p/2417713#M95368</link>
    <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have to optimize the UI and for that I have to write all the set analysis in the Backend load script.&lt;/P&gt;
&lt;P&gt;How to write below set analysis in the backend script.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if(Sum(TOTAL&amp;lt;[Actual Payer ID]&amp;gt;{&amp;lt;[Actual Mode Of Payment]={'*CASH*'}&amp;gt;+&amp;lt;[Actual Mode Of Payment]={'*DEMAND DRAFT*'},[Payment Number]={'&amp;gt;0'}&amp;gt;}[Payment Amount])&amp;gt;500000,Sum({&amp;lt;[Actual Mode Of Payment]={'*CASH*'}&amp;gt;+&amp;lt;[Actual Mode Of Payment]={'*DEMAND DRAFT*'}&amp;gt;}[Actual Payment Amount]),null())&lt;/P&gt;
&lt;P&gt;Please help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 21:04:37 GMT</pubDate>
    <dc:creator>manasvi_naikdhure</dc:creator>
    <dc:date>2024-11-15T21:04:37Z</dc:date>
    <item>
      <title>Converting Set analysis in Backend script</title>
      <link>https://community.qlik.com/t5/App-Development/Converting-Set-analysis-in-Backend-script/m-p/2417713#M95368</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have to optimize the UI and for that I have to write all the set analysis in the Backend load script.&lt;/P&gt;
&lt;P&gt;How to write below set analysis in the backend script.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if(Sum(TOTAL&amp;lt;[Actual Payer ID]&amp;gt;{&amp;lt;[Actual Mode Of Payment]={'*CASH*'}&amp;gt;+&amp;lt;[Actual Mode Of Payment]={'*DEMAND DRAFT*'},[Payment Number]={'&amp;gt;0'}&amp;gt;}[Payment Amount])&amp;gt;500000,Sum({&amp;lt;[Actual Mode Of Payment]={'*CASH*'}&amp;gt;+&amp;lt;[Actual Mode Of Payment]={'*DEMAND DRAFT*'}&amp;gt;}[Actual Payment Amount]),null())&lt;/P&gt;
&lt;P&gt;Please help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:04:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Converting-Set-analysis-in-Backend-script/m-p/2417713#M95368</guid>
      <dc:creator>manasvi_naikdhure</dc:creator>
      <dc:date>2024-11-15T21:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Set analysis in Backend script</title>
      <link>https://community.qlik.com/t5/App-Development/Converting-Set-analysis-in-Backend-script/m-p/2418048#M95397</link>
      <description>&lt;P&gt;The TOTAL qualifier makes it complicated in the script.&lt;BR /&gt;I suggest to flag the relevant rows and do the aggregation in the UI:&lt;/P&gt;
&lt;P&gt;if(wildmatch(&lt;SPAN&gt;[Actual Mode Of Payment],'*DEMAND DRAFT*','*CASH*')&amp;gt;0,1,0) and so on...&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 07:00:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Converting-Set-analysis-in-Backend-script/m-p/2418048#M95397</guid>
      <dc:creator>ManuelRühl</dc:creator>
      <dc:date>2024-02-13T07:00:59Z</dc:date>
    </item>
  </channel>
</rss>

