<?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: SetAnalysis Expr checking in Qliksense in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SetAnalysis-Expr-checking-in-Qliksense/m-p/1082769#M464399</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny Thanks a ton.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the * means .. can you share some info..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Apr 2016 09:55:45 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-04-22T09:55:45Z</dc:date>
    <item>
      <title>SetAnalysis Expr checking in Qliksense</title>
      <link>https://community.qlik.com/t5/QlikView/SetAnalysis-Expr-checking-in-Qliksense/m-p/1082767#M464397</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;Please find the below query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(Count({&amp;lt;Temp={'Critical','Hot'},[Type 1 Count]={'1'},WeekNo={"&amp;gt;=$(=Max(WeekNo)-12)&amp;lt;=$(=Max(WeekNo))"}&amp;gt;}Ticket)&amp;gt;0,&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Temp={'Critical','Hot'},[Type 1 Count]={'1'},WeekNo={"&amp;gt;=$(=Max(WeekNo)-12)&amp;lt;=$(=Max(WeekNo))"}&amp;gt;}Ticket))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** if i select Temp as "Critical" -&amp;gt; It was showing Hot Count&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;** if i select Temp as "Hot" -&amp;gt; It was showing Critical &amp;amp; Hot Count&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;please check..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sub2u444&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 08:05:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SetAnalysis-Expr-checking-in-Qliksense/m-p/1082767#M464397</guid>
      <dc:creator />
      <dc:date>2016-04-22T08:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: SetAnalysis Expr checking in Qliksense</title>
      <link>https://community.qlik.com/t5/QlikView/SetAnalysis-Expr-checking-in-Qliksense/m-p/1082768#M464398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would think that it always shows Critical and Hot count even based on any selection in Temp field. If you want to show specific count, try this may be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;=If(Count({&amp;lt;Temp&lt;SPAN style="color: #ff0000;"&gt;*&lt;/SPAN&gt;={'Critical','Hot'},[Type 1 Count]={'1'},WeekNo={"&amp;gt;=$(=Max(WeekNo)-12)&amp;lt;=$(=Max(WeekNo))"}&amp;gt;}Ticket)&amp;gt;0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Count({&amp;lt;Temp&lt;SPAN style="color: #ff0000;"&gt;*&lt;/SPAN&gt;={'Critical','Hot'},[Type 1 Count]={'1'},WeekNo={"&amp;gt;=$(=Max(WeekNo)-12)&amp;lt;=$(=Max(WeekNo))"}&amp;gt;}Ticket))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 08:08:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SetAnalysis-Expr-checking-in-Qliksense/m-p/1082768#M464398</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-22T08:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: SetAnalysis Expr checking in Qliksense</title>
      <link>https://community.qlik.com/t5/QlikView/SetAnalysis-Expr-checking-in-Qliksense/m-p/1082769#M464399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny Thanks a ton.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the * means .. can you share some info..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 09:55:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SetAnalysis-Expr-checking-in-Qliksense/m-p/1082769#M464399</guid>
      <dc:creator />
      <dc:date>2016-04-22T09:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: SetAnalysis Expr checking in Qliksense</title>
      <link>https://community.qlik.com/t5/QlikView/SetAnalysis-Expr-checking-in-Qliksense/m-p/1082770#M464400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;* is used for intersection of two sets. In this case the intersection of your current selection and what you have explicitly mentioned to be shown for Temp field (Critical and Hot). So when nothing is selected you see both Critical and Hot, but when you have one or the other selected it will only show the result for that particular selection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 09:58:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SetAnalysis-Expr-checking-in-Qliksense/m-p/1082770#M464400</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-22T09:58:02Z</dc:date>
    </item>
  </channel>
</rss>

