<?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: Help with condotions? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-condotions/m-p/900183#M313196</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=concat(Name,'|') = 'Bob|John'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 May 2015 18:01:03 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2015-05-20T18:01:03Z</dc:date>
    <item>
      <title>Help with condotions?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-condotions/m-p/900182#M313195</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;I have a requirement where an text box should appear up on different selections in a filed. For exaple&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales:&lt;/P&gt;&lt;P&gt;load * Inline&lt;/P&gt;&lt;P&gt;[Name,Sales&lt;/P&gt;&lt;P&gt;Bob,100&lt;/P&gt;&lt;P&gt;John,112&lt;/P&gt;&lt;P&gt;Sam,113,&lt;/P&gt;&lt;P&gt;Richard,200];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a text box should appear only up on selection of Bob and John and other should appear only when we select John and Sam etc for the different combinations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used &lt;STRONG&gt;=SubStringCount(concat(Name,'|'),'Bob|John')&lt;/STRONG&gt;&amp;nbsp; but its working only for one combination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please post your ideas on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 17:47:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-condotions/m-p/900182#M313195</guid>
      <dc:creator />
      <dc:date>2015-05-20T17:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Help with condotions?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-condotions/m-p/900183#M313196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=concat(Name,'|') = 'Bob|John'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 18:01:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-condotions/m-p/900183#M313196</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-05-20T18:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Help with condotions?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-condotions/m-p/900184#M313197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with this as your condition on Layout tab:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=SubStringCount(GetFieldSelections(Name), 'Bob') = 1 and&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; SubStringCount(GetFieldSelections(Name), 'John') = 1&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 18:01:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-condotions/m-p/900184#M313197</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-05-20T18:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Help with condotions?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-condotions/m-p/900185#M313198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;But for my original requirement when user sleet NA and EMEA, a text box should appear across the map covering both NA and EMEA. and when user select EMEA and APAC a text box should cover both regions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I uses your function but its not working. Can you please look in to attached QVW?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 18:55:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-condotions/m-p/900185#M313198</guid>
      <dc:creator />
      <dc:date>2015-05-20T18:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: Help with condotions?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-condotions/m-p/900186#M313199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This condition should work for you:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Concat(DISTINCT Region, '|') = 'EMEA|NAM'&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 19:04:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-condotions/m-p/900186#M313199</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-05-20T19:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Help with condotions?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-condotions/m-p/900187#M313200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works &lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 19:13:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-condotions/m-p/900187#M313200</guid>
      <dc:creator />
      <dc:date>2015-05-20T19:13:22Z</dc:date>
    </item>
  </channel>
</rss>

