<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Double Wherecontains</title><link>https://community.appian.com/discussions/f/rules/35324/double-wherecontains</link><description>I would need to run two wherecontains within this dictionary array, for example to get a country with a POPULATION greater than 1,000,000 and an AREA greater than 150. 
 how can I proceed with two wherecontains? 
 
 thanks</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Double Wherecontains</title><link>https://community.appian.com/thread/137262?ContentTypeID=1</link><pubDate>Wed, 26 Jun 2024 10:02:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ff72ae56-7831-4c86-9700-2b82d9b093c5</guid><dc:creator>cugino95</dc:creator><description>&lt;p&gt;amazing! thanks&amp;nbsp;&lt;a class="internal-link view-user-profile" href="/members/sreedevij0074"&gt;sreedevijr&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Double Wherecontains</title><link>https://community.appian.com/thread/137261?ContentTypeID=1</link><pubDate>Wed, 26 Jun 2024 09:25:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c6adaa82-efd9-45a0-a0ff-43ebc758929b</guid><dc:creator>sreedevijr</dc:creator><description>&lt;p&gt;Yes the intersection function will return the common index which satisfies both population check and area check.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Double Wherecontains</title><link>https://community.appian.com/thread/137260?ContentTypeID=1</link><pubDate>Wed, 26 Jun 2024 09:14:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c7a7c6d7-aa9e-4a9a-80ee-6861d768415b</guid><dc:creator>cugino95</dc:creator><description>&lt;p&gt;but should work in and condition&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Double Wherecontains</title><link>https://community.appian.com/thread/137256?ContentTypeID=1</link><pubDate>Wed, 26 Jun 2024 08:13:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c25e55ee-4626-4ac6-a218-7573d09180c7</guid><dc:creator>sreedevijr</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;index(
    local!data,
        intersection(
            where(local!data.POPULATION&amp;gt;1000000),
            where(local!data.AREA&amp;gt;150)
            ),
null)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>