<?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: Include into set in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Include-into-set/m-p/1399749#M817758</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rather then using this expression why not you using this expression on the Expression not on dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Sum( {&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Assigned = { &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'a','b','c' &lt;/SPAN&gt;}, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Task_Days = { "&amp;gt;=$(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;limit&lt;/SPAN&gt;)" } &lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;}&amp;nbsp; YourMetricFieldHere )&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Aug 2017 10:47:02 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2017-08-29T10:47:02Z</dc:date>
    <item>
      <title>Include into set</title>
      <link>https://community.qlik.com/t5/QlikView/Include-into-set/m-p/1399747#M817756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a expression in dimension am using&amp;nbsp; like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Task_Days&amp;gt;=limit, ID)&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so I just want to include the some other condition&amp;nbsp; how can I do this?&amp;nbsp; can anyone give idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is a field&amp;nbsp; assigned&amp;nbsp;&amp;nbsp; in that I have 10 values&amp;nbsp; like&amp;nbsp; a,b,c,d,e.......&amp;nbsp; so on&amp;nbsp; but I want to&amp;nbsp; display only&amp;nbsp;&amp;nbsp;&amp;nbsp; a,b,c&amp;nbsp; only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Task_Days&amp;gt;=limit, ID)&lt;/P&gt;&lt;P&gt;how can I incorporate with above expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tried below not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr(only({&amp;lt;Assigned={'a','b','c'}&amp;gt;}ID) if(Task_Days&amp;gt;=limit, ID),ID)&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/Include-into-set/m-p/1399747#M817756</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Include into set</title>
      <link>https://community.qlik.com/t5/QlikView/Include-into-set/m-p/1399748#M817757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=if(Match(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Assigned, 'a','b','c'&lt;/SPAN&gt;) and Task_Days&amp;gt;=limit, ID)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 10:40:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Include-into-set/m-p/1399748#M817757</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-08-29T10:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Include into set</title>
      <link>https://community.qlik.com/t5/QlikView/Include-into-set/m-p/1399749#M817758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rather then using this expression why not you using this expression on the Expression not on dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Sum( {&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Assigned = { &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'a','b','c' &lt;/SPAN&gt;}, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Task_Days = { "&amp;gt;=$(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;limit&lt;/SPAN&gt;)" } &lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;}&amp;nbsp; YourMetricFieldHere )&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 10:47:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Include-into-set/m-p/1399749#M817758</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-08-29T10:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: Include into set</title>
      <link>https://community.qlik.com/t5/QlikView/Include-into-set/m-p/1399750#M817759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be create a flag in the script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Task_Days &amp;gt;= limit, 1, 0) as Flag&lt;/STRONG&gt; and then use like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Aggr(Only({&amp;lt;Assigned={'a','b','c'}, Flag = {1}&amp;gt;} ID),ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Flag = 1 and Match(Assigned, 'a', 'b', 'c'), ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 11:24:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Include-into-set/m-p/1399750#M817759</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-29T11:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Include into set</title>
      <link>https://community.qlik.com/t5/QlikView/Include-into-set/m-p/1399751#M817760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks all its working fine &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 13:08:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Include-into-set/m-p/1399751#M817760</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2017-08-29T13:08:08Z</dc:date>
    </item>
  </channel>
</rss>

