<?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 If condition within Set Analysis expression in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/If-condition-within-Set-Analysis-expression/m-p/1998669#M82713</link>
    <description>&lt;P&gt;Can you please help to me to write the below if condition inside the set analysis please&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I wanted convert those if condition into set analysis&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;=if(Indicators_RPA = 'Success rate'&lt;BR /&gt;,num(&lt;BR /&gt;Alt(count(DISTINCT{&amp;lt;Status = {'3'}&lt;BR /&gt;,StartProcessing = {"&amp;lt;=$(=Date(vRPAToDate, 'D.M.YYYY 23:59:59'))"}&lt;BR /&gt;,EndProcessing = {"&amp;gt;=$(=Date(vRPAToDate - 90, 'D.M.YYYY 0:00:00'))"}&amp;gt;}&lt;BR /&gt;if(len(Stream_RPA)&amp;gt;0,&lt;BR /&gt;Id))&lt;BR /&gt;/&lt;BR /&gt;count(DISTINCT{&amp;lt;Status = &lt;BR /&gt;,StartProcessing = {"&amp;lt;=$(=Date(vRPAToDate, 'D.M.YYYY 23:59:59'))"}&lt;BR /&gt;,EndProcessing = {"&amp;gt;=$(=Date(vRPAToDate - 90, 'D.M.YYYY 0:00:00'))"}&amp;gt;}&lt;BR /&gt;if(len(Stream_RPA)&amp;gt;0,&lt;BR /&gt;Id))&lt;BR /&gt;, 0)&lt;BR /&gt;,'0.00%'))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I appreciate if you could help me to resolve the issue.&lt;/P&gt;</description>
    <pubDate>Mon, 31 Oct 2022 15:09:14 GMT</pubDate>
    <dc:creator>Sharad02</dc:creator>
    <dc:date>2022-10-31T15:09:14Z</dc:date>
    <item>
      <title>If condition within Set Analysis expression</title>
      <link>https://community.qlik.com/t5/App-Development/If-condition-within-Set-Analysis-expression/m-p/1998669#M82713</link>
      <description>&lt;P&gt;Can you please help to me to write the below if condition inside the set analysis please&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I wanted convert those if condition into set analysis&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;=if(Indicators_RPA = 'Success rate'&lt;BR /&gt;,num(&lt;BR /&gt;Alt(count(DISTINCT{&amp;lt;Status = {'3'}&lt;BR /&gt;,StartProcessing = {"&amp;lt;=$(=Date(vRPAToDate, 'D.M.YYYY 23:59:59'))"}&lt;BR /&gt;,EndProcessing = {"&amp;gt;=$(=Date(vRPAToDate - 90, 'D.M.YYYY 0:00:00'))"}&amp;gt;}&lt;BR /&gt;if(len(Stream_RPA)&amp;gt;0,&lt;BR /&gt;Id))&lt;BR /&gt;/&lt;BR /&gt;count(DISTINCT{&amp;lt;Status = &lt;BR /&gt;,StartProcessing = {"&amp;lt;=$(=Date(vRPAToDate, 'D.M.YYYY 23:59:59'))"}&lt;BR /&gt;,EndProcessing = {"&amp;gt;=$(=Date(vRPAToDate - 90, 'D.M.YYYY 0:00:00'))"}&amp;gt;}&lt;BR /&gt;if(len(Stream_RPA)&amp;gt;0,&lt;BR /&gt;Id))&lt;BR /&gt;, 0)&lt;BR /&gt;,'0.00%'))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I appreciate if you could help me to resolve the issue.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2022 15:09:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-condition-within-Set-Analysis-expression/m-p/1998669#M82713</guid>
      <dc:creator>Sharad02</dc:creator>
      <dc:date>2022-10-31T15:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: If condition within Set Analysis expression</title>
      <link>https://community.qlik.com/t5/App-Development/If-condition-within-Set-Analysis-expression/m-p/1998859#M82724</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;as below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;=if(Indicators_RPA = 'Success rate'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;,num(&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alt(&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;count(DISTINCT{&amp;lt;Status = {'3'}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;,StartProcessing = {"&amp;lt;=$(=Date(vRPAToDate, 'D.M.YYYY 23:59:59'))"}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;,EndProcessing = {"&amp;gt;=$(=Date(vRPAToDate - 90, 'D.M.YYYY 0:00:00'))"}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;,Id={"=len(Stream_RPA)&amp;gt;0"}&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Id)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;count(DISTINCT{&amp;lt;Status =&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;,StartProcessing = {"&amp;lt;=$(=Date(vRPAToDate, 'D.M.YYYY 23:59:59'))"}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;,EndProcessing = {"&amp;gt;=$(=Date(vRPAToDate - 90, 'D.M.YYYY 0:00:00'))"}&amp;gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;,Id={"=len(Stream_RPA)&amp;gt;0"}&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Id)&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;, 0)&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;,'0.00%'))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 03:00:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-condition-within-Set-Analysis-expression/m-p/1998859#M82724</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-11-01T03:00:56Z</dc:date>
    </item>
  </channel>
</rss>

