<?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: set analysis help in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/set-analysis-help/m-p/1956603#M78872</link>
    <description>&lt;P&gt;&lt;SPAN&gt;count({&amp;lt;ticket = {"=(time_spent-original_time)/original_time)&amp;lt;0"}, status = {'Closed', 'Resolved'} &amp;gt;} ticket) &lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Jul 2022 16:58:19 GMT</pubDate>
    <dc:creator>stevejoyce</dc:creator>
    <dc:date>2022-07-15T16:58:19Z</dc:date>
    <item>
      <title>set analysis help</title>
      <link>https://community.qlik.com/t5/App-Development/set-analysis-help/m-p/1956599#M78871</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;I have written expression using if condition. I want to ignore a selection for the below expression. Please let me know how to write the below expression in set analysis or how can i ignore selection in below expression.&lt;/P&gt;
&lt;P&gt;count(if(((time_spent-original_time)/original_time)&amp;lt;0 and match(status,'Closed','Resolved'), ticket))&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 16:22:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/set-analysis-help/m-p/1956599#M78871</guid>
      <dc:creator>dandaanilreddy</dc:creator>
      <dc:date>2022-07-15T16:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis help</title>
      <link>https://community.qlik.com/t5/App-Development/set-analysis-help/m-p/1956603#M78872</link>
      <description>&lt;P&gt;&lt;SPAN&gt;count({&amp;lt;ticket = {"=(time_spent-original_time)/original_time)&amp;lt;0"}, status = {'Closed', 'Resolved'} &amp;gt;} ticket) &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 16:58:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/set-analysis-help/m-p/1956603#M78872</guid>
      <dc:creator>stevejoyce</dc:creator>
      <dc:date>2022-07-15T16:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis help</title>
      <link>https://community.qlik.com/t5/App-Development/set-analysis-help/m-p/1956619#M78874</link>
      <description>&lt;P&gt;Hi Steve,&lt;/P&gt;
&lt;P&gt;Thank You for responding to my post. The above expression is not giving me any output. My result should show as 1 using the if condition expression.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note: time_spent and original_spent is coming as numbers from DB.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Anil&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 17:28:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/set-analysis-help/m-p/1956619#M78874</guid>
      <dc:creator>dandaanilreddy</dc:creator>
      <dc:date>2022-07-15T17:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis help</title>
      <link>https://community.qlik.com/t5/App-Development/set-analysis-help/m-p/1956623#M78877</link>
      <description>&lt;P&gt;that expression should work.&amp;nbsp; i suppose i'd need to see more info why it's not working if you want to give a screenshot or sample data/app.&amp;nbsp; check the expression and make sure there are no errors like a syntax or different field name.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 17:37:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/set-analysis-help/m-p/1956623#M78877</guid>
      <dc:creator>stevejoyce</dc:creator>
      <dc:date>2022-07-15T17:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis help</title>
      <link>https://community.qlik.com/t5/App-Development/set-analysis-help/m-p/1956643#M78881</link>
      <description>&lt;P&gt;Hi Steve,&lt;/P&gt;
&lt;P&gt;Your expression is working but i want to ignore selection called assignee. I have list box that contains assignees when user select any value i don't want my kpi to reflect results for that selection. Tried below but it reflecting selection.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;count({&amp;lt;ticket = {"=(time_spent-original_time)/(original_time)&amp;lt;0"}, status = {'Closed', 'Resolved'} &lt;FONT color="#FF0000"&gt;, Assignee=&lt;/FONT&gt;&amp;gt;} ticket)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 18:07:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/set-analysis-help/m-p/1956643#M78881</guid>
      <dc:creator>dandaanilreddy</dc:creator>
      <dc:date>2022-07-15T18:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis help</title>
      <link>https://community.qlik.com/t5/App-Development/set-analysis-help/m-p/1956677#M78886</link>
      <description>&lt;P&gt;you'll need to get the ignore assignee into the ticket expression.&amp;nbsp; try this...&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;count({&amp;lt;ticket = {"=(only({&amp;lt;Assignee=&amp;gt;} time_spent) - only({&amp;lt;Assignee=&amp;gt;} original_time))/(only({&amp;lt;Assignee=&amp;gt;} original_time))&amp;lt;0"}, status = {'Closed', 'Resolved'}&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;, Assignee=&lt;/FONT&gt;&lt;SPAN&gt;&amp;gt;} ticket)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 20:25:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/set-analysis-help/m-p/1956677#M78886</guid>
      <dc:creator>stevejoyce</dc:creator>
      <dc:date>2022-07-15T20:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis help</title>
      <link>https://community.qlik.com/t5/App-Development/set-analysis-help/m-p/1956679#M78887</link>
      <description>&lt;P&gt;It worked. Thank you so much &lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 20:35:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/set-analysis-help/m-p/1956679#M78887</guid>
      <dc:creator>dandaanilreddy</dc:creator>
      <dc:date>2022-07-15T20:35:46Z</dc:date>
    </item>
  </channel>
</rss>

