<?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: multiple conditions for one field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/multiple-conditions-for-one-field/m-p/931440#M957788</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;Yes this would be possible, there is a number of different approaches to see these in the dashboard.&lt;/P&gt;&lt;P&gt;You could flags in the data load to say if Skills like&amp;nbsp; 'C*'&lt;/P&gt;&lt;P&gt;or you could set analysis or search boxes using wild card or Fuzzy searches.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All really depends on what you are wanting to see and where.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Nov 2015 10:42:06 GMT</pubDate>
    <dc:creator>Mark_Little</dc:creator>
    <dc:date>2015-11-04T10:42:06Z</dc:date>
    <item>
      <title>multiple conditions for one field</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-conditions-for-one-field/m-p/931437#M957785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone, I am surveying if QlikView fits our requierments.&lt;/P&gt;&lt;P&gt;We have a field contains different information.&lt;/P&gt;&lt;P&gt;For example, an "Skills" field,&lt;/P&gt;&lt;P&gt;and the content would be 'Java;C#;C++ ','Java, PHP, JavaScript', or 'Java;C++'.&lt;/P&gt;&lt;P&gt;We might try to find out who has Java in the skills field,&lt;/P&gt;&lt;P&gt;or anything starts with 'C'.&lt;/P&gt;&lt;P&gt;Does it possible in QlikView?&lt;/P&gt;&lt;P&gt;I try to scan the documents but can't actually find the answer.&lt;/P&gt;&lt;P&gt;Thanks for your kindly reply in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Dorothy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 02:27:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-conditions-for-one-field/m-p/931437#M957785</guid>
      <dc:creator />
      <dc:date>2015-11-04T02:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: multiple conditions for one field</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-conditions-for-one-field/m-p/931438#M957786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes of course this is possible. I would use the SubField() function that splits a list of values like you have, into several records in the data. This way each skill will end up on its own row, and be searchable using e.g. C* as search string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Subfield(Skills, ',') as Skill&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 10:18:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-conditions-for-one-field/m-p/931438#M957786</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2015-11-04T10:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: multiple conditions for one field</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-conditions-for-one-field/m-p/931439#M957787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Hi Dorothy,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I guess you need to use &lt;STRONG&gt;WildMatch&lt;/STRONG&gt; function. Something like&amp;nbsp; If(Wildmatch(Skills, 'Java*','C*'),'Yes','No')&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 10:30:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-conditions-for-one-field/m-p/931439#M957787</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-11-04T10:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: multiple conditions for one field</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-conditions-for-one-field/m-p/931440#M957788</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;Yes this would be possible, there is a number of different approaches to see these in the dashboard.&lt;/P&gt;&lt;P&gt;You could flags in the data load to say if Skills like&amp;nbsp; 'C*'&lt;/P&gt;&lt;P&gt;or you could set analysis or search boxes using wild card or Fuzzy searches.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All really depends on what you are wanting to see and where.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 10:42:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-conditions-for-one-field/m-p/931440#M957788</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2015-11-04T10:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: multiple conditions for one field</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-conditions-for-one-field/m-p/931441#M957789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to the answer from &lt;A href="https://community.qlik.com/qlik-users/4003"&gt;hic&lt;/A&gt; it might be helpful to categorize those skills per mapping in an extra field instead of using from search-expressions: &lt;A href="https://community.qlik.com/qlik-blogpost/3497"&gt;Mapping … and not the geographical kind&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 12:02:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-conditions-for-one-field/m-p/931441#M957789</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-11-04T12:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: multiple conditions for one field</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-conditions-for-one-field/m-p/931442#M957790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for the useful answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2015 07:30:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-conditions-for-one-field/m-p/931442#M957790</guid>
      <dc:creator />
      <dc:date>2015-11-05T07:30:31Z</dc:date>
    </item>
  </channel>
</rss>

