<?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 Check two fields for contents if match enter text into another field in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Check-two-fields-for-contents-if-match-enter-text-into-another/m-p/1507325#M36244</link>
    <description>&lt;P&gt;IF(WildMatch(Country,'*United States*'),'Referencible' )AS [Action]&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;AND&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;IF(WildMatch(Item Desc,'*Population*'),'Referencible' )AS [Action]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to combine the syntax above into one statement that checks Country field for United States and Item Desc field for Population. If both conditions are true the text ‘Referencible’ will be entered into the field Action for that record.&amp;nbsp; If not true the text 'N/A' will be entered into the field Action for that record.&amp;nbsp; Can you help?&lt;/P&gt;</description>
    <pubDate>Thu, 15 Nov 2018 14:32:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-11-15T14:32:58Z</dc:date>
    <item>
      <title>Check two fields for contents if match enter text into another field</title>
      <link>https://community.qlik.com/t5/App-Development/Check-two-fields-for-contents-if-match-enter-text-into-another/m-p/1507325#M36244</link>
      <description>&lt;P&gt;IF(WildMatch(Country,'*United States*'),'Referencible' )AS [Action]&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;AND&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;IF(WildMatch(Item Desc,'*Population*'),'Referencible' )AS [Action]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to combine the syntax above into one statement that checks Country field for United States and Item Desc field for Population. If both conditions are true the text ‘Referencible’ will be entered into the field Action for that record.&amp;nbsp; If not true the text 'N/A' will be entered into the field Action for that record.&amp;nbsp; Can you help?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 14:32:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Check-two-fields-for-contents-if-match-enter-text-into-another/m-p/1507325#M36244</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-15T14:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Check two fields for contents if match enter text into another field</title>
      <link>https://community.qlik.com/t5/App-Development/Check-two-fields-for-contents-if-match-enter-text-into-another/m-p/1507339#M36245</link>
      <description>Hi John, try with:&lt;BR /&gt;IF(WildMatch(Country,'*United States*') and WildMatch(Item Desc,'*Population*'),'Referencible','N/A')AS [Action]</description>
      <pubDate>Thu, 15 Nov 2018 14:35:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Check-two-fields-for-contents-if-match-enter-text-into-another/m-p/1507339#M36245</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-11-15T14:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: Check two fields for contents if match enter text into another field</title>
      <link>https://community.qlik.com/t5/App-Development/Check-two-fields-for-contents-if-match-enter-text-into-another/m-p/1507340#M36246</link>
      <description>&lt;P&gt;Maybe:&lt;/P&gt;&lt;P&gt;IF(WildMatch(Country,'*United States*')&amp;nbsp;and&amp;nbsp;WildMatch(Item Desc,'*Population*'),'Referencible','N/A')AS [Action]&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 14:35:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Check-two-fields-for-contents-if-match-enter-text-into-another/m-p/1507340#M36246</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2018-11-15T14:35:36Z</dc:date>
    </item>
  </channel>
</rss>

