<?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: Select in Field Using Expression in Text Object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-in-Field-Using-Expression-in-Text-Object/m-p/801211#M282768</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your 2 conditions should be separated by '+' symbol not the 'and' keyword so that it becomes a proper set analysis expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Dec 2014 00:04:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-12-10T00:04:48Z</dc:date>
    <item>
      <title>Select in Field Using Expression in Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Select-in-Field-Using-Expression-in-Text-Object/m-p/801210#M282767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Trying to set an action on a text object in Select in Field for the field Client and Search String:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(aggr(sum({1&amp;lt;Week={'&amp;gt;=2'}, Flag={0}&amp;gt;} Sales) &amp;lt; 1000 and sum({$&amp;lt;Flag={0}&amp;gt;}&amp;nbsp; SalesWTD) &amp;gt;= 1000, Client), Client)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goal is to select all those Client values that fulfill above expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2014 23:39:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-in-Field-Using-Expression-in-Text-Object/m-p/801210#M282767</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-09T23:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Select in Field Using Expression in Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Select-in-Field-Using-Expression-in-Text-Object/m-p/801211#M282768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your 2 conditions should be separated by '+' symbol not the 'and' keyword so that it becomes a proper set analysis expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 00:04:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-in-Field-Using-Expression-in-Text-Object/m-p/801211#M282768</guid>
      <dc:creator />
      <dc:date>2014-12-10T00:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Select in Field Using Expression in Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Select-in-Field-Using-Expression-in-Text-Object/m-p/801212#M282769</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;Try this expression&lt;/P&gt;&lt;P&gt;='(' &amp;amp; Concat(aggr(if(sum({1&amp;lt;Week={'&amp;gt;=2'}, Flag={0}&amp;gt;} Sales) &amp;lt; 1000 AND sum({$&amp;lt;Flag={0}&amp;gt;}&amp;nbsp; SalesWTD) &amp;gt;= 1000, Client), Client), ',')&amp;nbsp; &amp;amp; ')'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 03:17:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-in-Field-Using-Expression-in-Text-Object/m-p/801212#M282769</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-12-10T03:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Select in Field Using Expression in Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Select-in-Field-Using-Expression-in-Text-Object/m-p/801213#M282770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ramkumar, I tried this but didn't work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='('&amp;amp;Concat(Aggr(if(sum({1&amp;lt;Week={'&amp;gt;=2'}, Flag={0}&amp;gt;} Sales) &amp;lt; 1000 + sum({$&amp;lt;Flag={0}&amp;gt;}&amp;nbsp; SalesWTD) &amp;gt;= 1000, Client), Client),',')&amp;amp;')'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 16:28:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-in-Field-Using-Expression-in-Text-Object/m-p/801213#M282770</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-10T16:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Select in Field Using Expression in Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Select-in-Field-Using-Expression-in-Text-Object/m-p/801214#M282771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jagan Mohan,&lt;/P&gt;&lt;P&gt;Tried your approach but didn't work:&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;='('&amp;amp;Concat(Aggr(if(sum({1&amp;lt;Week={'&amp;gt;=2'}, Flag={0}&amp;gt;} Sales) &amp;lt; 1000 + sum({$&amp;lt;Flag={0}&amp;gt;}&amp;nbsp; SalesWTD) &amp;gt;= 1000, Client), Client),',')&amp;amp;')'&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 16:29:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-in-Field-Using-Expression-in-Text-Object/m-p/801214#M282771</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-10T16:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Select in Field Using Expression in Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Select-in-Field-Using-Expression-in-Text-Object/m-p/801215#M282772</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;Dont use + sign the expression I given is not having +,&lt;/P&gt;&lt;P&gt;This will give comma separated values of Client satisfying the condition&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: 12px; background-color: #f6f6f6;"&gt;=Concat(aggr(if(sum({1&amp;lt;Week={'&amp;gt;=2'}, Flag={0}&amp;gt;} Sales) &amp;lt; 1000 AND sum({$&amp;lt;Flag={0}&amp;gt;}&amp;nbsp; SalesWTD) &amp;gt;= 1000, Client), Client), ',') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to use this in Select In Field trigger then you have to use | as separator and ( ).&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;='(' &amp;amp; Concat(aggr(if(sum({1&amp;lt;Week={'&amp;gt;=2'}, Flag={0}&amp;gt;} Sales) &amp;lt; 1000 AND sum({$&amp;lt;Flag={0}&amp;gt;}&amp;nbsp; SalesWTD) &amp;gt;= 1000, Client), Client), '|')&amp;nbsp; &amp;amp; ')'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;This is working for me, if not working for you then attach a sample file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 01:59:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-in-Field-Using-Expression-in-Text-Object/m-p/801215#M282772</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-12-11T01:59:18Z</dc:date>
    </item>
  </channel>
</rss>

