<?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 How to get countries from value. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-countries-from-value/m-p/1237670#M866660</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Sum( {&amp;lt; Country -= {'Korea', 'Latvia', 'Northern Ireland'}, [Control Description] = {'Claims Registered'},&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; [Fiscal Year Month]= {'2016-11'} &amp;gt;} [Record Count])/Sum({&amp;lt; Country -= {'Korea', 'Latvia', 'Northern Ireland'}, [Control Description] = {'Claims Registered'},&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Fiscal Year Month]= {"=Date#(Only({&amp;lt;[Fiscal Year Month]&amp;gt;}[Fiscal Year Month]), 'YYYY-MM') &amp;gt;= AddMonths(Today(), -8) &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and Date#(Only({&amp;lt;[Fiscal Year Month]&amp;gt;}[Fiscal Year Month]), 'YYYY-MM') &amp;lt;= AddMonths(Today(), -2)"}&amp;gt;} &lt;/P&gt;&lt;P&gt;&amp;nbsp; [Record Count]) &amp;lt; 0.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above set anallysis gives the result of 0.15 and what i am saying is 015 &amp;lt; 0.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to write an expression to say:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If ( 0.15 &amp;lt; 0.2, give me the list of the countries that are less than 0.2, NULL()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i had&lt;/P&gt;&lt;P&gt;If ( 0.15 &amp;lt; 0.2, Concat(Country, ', '))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but this returns ALL the countries; whereas I only want the countries that are less than 0.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>bobbydave</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>How to get countries from value.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-countries-from-value/m-p/1237670#M866660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Sum( {&amp;lt; Country -= {'Korea', 'Latvia', 'Northern Ireland'}, [Control Description] = {'Claims Registered'},&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; [Fiscal Year Month]= {'2016-11'} &amp;gt;} [Record Count])/Sum({&amp;lt; Country -= {'Korea', 'Latvia', 'Northern Ireland'}, [Control Description] = {'Claims Registered'},&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Fiscal Year Month]= {"=Date#(Only({&amp;lt;[Fiscal Year Month]&amp;gt;}[Fiscal Year Month]), 'YYYY-MM') &amp;gt;= AddMonths(Today(), -8) &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and Date#(Only({&amp;lt;[Fiscal Year Month]&amp;gt;}[Fiscal Year Month]), 'YYYY-MM') &amp;lt;= AddMonths(Today(), -2)"}&amp;gt;} &lt;/P&gt;&lt;P&gt;&amp;nbsp; [Record Count]) &amp;lt; 0.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above set anallysis gives the result of 0.15 and what i am saying is 015 &amp;lt; 0.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to write an expression to say:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If ( 0.15 &amp;lt; 0.2, give me the list of the countries that are less than 0.2, NULL()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i had&lt;/P&gt;&lt;P&gt;If ( 0.15 &amp;lt; 0.2, Concat(Country, ', '))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but this returns ALL the countries; whereas I only want the countries that are less than 0.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-countries-from-value/m-p/1237670#M866660</guid>
      <dc:creator>bobbydave</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to get countries from value.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-countries-from-value/m-p/1237671#M866661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Concat(If(Aggr(&lt;EM&gt;YourExpression&lt;/EM&gt;, &lt;EM&gt;YourAggregatingDimension&lt;/EM&gt;(s)) &amp;lt; 0.2, Country), ', ')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 13:40:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-countries-from-value/m-p/1237671#M866661</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-09T13:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to get countries from value.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-countries-from-value/m-p/1237672#M866662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may use this&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((&lt;/STRONG&gt;Sum({&amp;lt; Country -= {'Korea', 'Latvia', 'Northern Ireland'}, [Control Description] = {'Claims Registered'},&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; [Fiscal Year Month]= {'2016-11'} &amp;gt;} [Record Count])&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;/&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum({&amp;lt; Country -= {'Korea', 'Latvia', 'Northern Ireland'}, [Control Description] = {'Claims Registered'}, [Fiscal Year Month]= {"=Date#(Only({&amp;lt;[Fiscal Year Month]&amp;gt;}[Fiscal Year Month]), 'YYYY-MM') &amp;gt;= AddMonths(Today(), -8) and Date#(Only({&amp;lt;[Fiscal Year Month]&amp;gt;}[Fiscal Year Month]), 'YYYY-MM') &amp;lt;= AddMonths(Today(), -2)"}&amp;gt;}&amp;nbsp; [Record Count]) &lt;STRONG&gt;)&lt;/STRONG&gt;&amp;lt; 0.2,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(Sum( {&amp;lt; Country -= {'Korea', 'Latvia', 'Northern Ireland'}, [Control Description] = {'Claims Registered'},&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; [Fiscal Year Month]= {'2016-11'} &amp;gt;} [Record Count])/Sum({&amp;lt; Country -= {'Korea', 'Latvia', 'Northern Ireland'}, [Control Description] = {'Claims Registered'},&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Fiscal Year Month]= {"=Date#(Only({&amp;lt;[Fiscal Year Month]&amp;gt;}[Fiscal Year Month]), 'YYYY-MM') &amp;gt;= AddMonths(Today(), -8)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and Date#(Only({&amp;lt;[Fiscal Year Month]&amp;gt;}[Fiscal Year Month]), 'YYYY-MM') &amp;lt;= AddMonths(Today(), -2)"}&amp;gt;}&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; [Record Count]) &amp;lt; 0.2))&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 13:41:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-countries-from-value/m-p/1237672#M866662</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-12-09T13:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to get countries from value.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-countries-from-value/m-p/1237673#M866663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Concat(If(Aggr(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt;"&gt;Sum( {&amp;lt; Country -= {'Korea', 'Latvia', 'Northern Ireland'}, [Control Description] = {'Claims Registered'},&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; [Fiscal Year Month]= {'2016-11'} &amp;gt;} [Record Count])/Sum({&amp;lt; Country -= {'Korea', 'Latvia', 'Northern Ireland'}, [Control Description] = {'Claims Registered'},&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Fiscal Year Month]= {"=Date#(Only({&amp;lt;[Fiscal Year Month]&amp;gt;}[Fiscal Year Month]), 'YYYY-MM') &amp;gt;= AddMonths(Today(), -8)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and Date#(Only({&amp;lt;[Fiscal Year Month]&amp;gt;}[Fiscal Year Month]), 'YYYY-MM') &amp;lt;= AddMonths(Today(), -2)"}&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; [Record Count]), &lt;/STRONG&gt;&lt;STRONG&gt;Country) &amp;lt; 0.2, Country), ', ')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 13:41:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-countries-from-value/m-p/1237673#M866663</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-09T13:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to get countries from value.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-countries-from-value/m-p/1237674#M866664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was exactly it.&lt;/P&gt;&lt;P&gt;Thanks Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 13:48:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-countries-from-value/m-p/1237674#M866664</guid>
      <dc:creator>bobbydave</dc:creator>
      <dc:date>2016-12-09T13:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to get countries from value.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-countries-from-value/m-p/1237675#M866665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am unable to mark this as correct&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 13:49:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-countries-from-value/m-p/1237675#M866665</guid>
      <dc:creator>bobbydave</dc:creator>
      <dc:date>2016-12-09T13:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to get countries from value.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-countries-from-value/m-p/1237676#M866666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome, I am glad I was able to help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 13:49:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-countries-from-value/m-p/1237676#M866666</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-09T13:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to get countries from value.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-countries-from-value/m-p/1237677#M866667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This thread was opened as a discussion and discussions don't have the option to mark correct. You can always mark helpful responses &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 13:50:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-countries-from-value/m-p/1237677#M866667</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-09T13:50:23Z</dc:date>
    </item>
  </channel>
</rss>

