<?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: Convert expression to set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Convert-expression-to-set-analysis/m-p/446733#M1271004</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Hi Jolly,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;You can try this code &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;count({$&amp;lt;&lt;SPAN style="color: #737373; background-color: #ffffff;"&gt;MonthName&lt;/SPAN&gt;={'$(v&lt;SPAN style="color: #737373; background-color: #ffffff;"&gt;KPIMonth)&lt;/SPAN&gt;'},&lt;SPAN style="color: #737373; background-color: #ffffff;"&gt;STATUS&lt;/SPAN&gt;={"&lt;SPAN style="color: #737373; background-color: #ffffff;"&gt;CLOSED&lt;/SPAN&gt;"}&amp;gt;}DISTINCT&amp;nbsp; &lt;SPAN style="color: #737373; background-color: #ffffff;"&gt;bl_no&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Tom&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 May 2013 08:38:06 GMT</pubDate>
    <dc:creator>thomas_skariah</dc:creator>
    <dc:date>2013-05-10T08:38:06Z</dc:date>
    <item>
      <title>Convert expression to set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-expression-to-set-analysis/m-p/446731#M1270997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;HI All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;I am new to qlik view can anyone tell me how can i convert my expression given below to set analysis expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Count(Distinct if(MonthName=KPIMonth and STATUS='CLOSED', bl_no))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;I have used this but not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Count( Distinct {$&amp;lt;MonthName={'$(KPIMonth)'} ,STATUS={"CLOSED"}&amp;gt;} bl_no)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-expression-to-set-analysis/m-p/446731#M1270997</guid>
      <dc:creator>ajayagraa</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Convert expression to set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-expression-to-set-analysis/m-p/446732#M1271000</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;Exactly i don't know what you want.Try this one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vKPIMonth=&amp;nbsp; Concat(DISTINCT '"'&amp;amp;KPIMonth&amp;amp;'"',',')&lt;/P&gt;&lt;P&gt;Create this to variable then use below Exp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Ex: Count( Distinct {$&amp;lt;MonthName={$(vKPIMonth)} ,STATUS={"CLOSED"}&amp;gt;} bl_no)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 May 2013 08:35:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-expression-to-set-analysis/m-p/446732#M1271000</guid>
      <dc:creator>kumarnatarajan</dc:creator>
      <dc:date>2013-05-10T08:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Convert expression to set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-expression-to-set-analysis/m-p/446733#M1271004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Hi Jolly,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;You can try this code &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;count({$&amp;lt;&lt;SPAN style="color: #737373; background-color: #ffffff;"&gt;MonthName&lt;/SPAN&gt;={'$(v&lt;SPAN style="color: #737373; background-color: #ffffff;"&gt;KPIMonth)&lt;/SPAN&gt;'},&lt;SPAN style="color: #737373; background-color: #ffffff;"&gt;STATUS&lt;/SPAN&gt;={"&lt;SPAN style="color: #737373; background-color: #ffffff;"&gt;CLOSED&lt;/SPAN&gt;"}&amp;gt;}DISTINCT&amp;nbsp; &lt;SPAN style="color: #737373; background-color: #ffffff;"&gt;bl_no&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Tom&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 May 2013 08:38:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-expression-to-set-analysis/m-p/446733#M1271004</guid>
      <dc:creator>thomas_skariah</dc:creator>
      <dc:date>2013-05-10T08:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Convert expression to set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-expression-to-set-analysis/m-p/446734#M1271005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;=Count({$&amp;lt;MonthName={'$(KPIMonth)'} ,STATUS={"CLOSED"}&amp;gt;} distinct bl_no)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 May 2013 08:46:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-expression-to-set-analysis/m-p/446734#M1271005</guid>
      <dc:creator />
      <dc:date>2013-05-10T08:46:25Z</dc:date>
    </item>
  </channel>
</rss>

