<?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: Fields in combination in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Fields-in-combination/m-p/740968#M264670</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so much for your response Alessandro.&amp;nbsp; I've tried it, but it doesnt seem to be working.&amp;nbsp; Unless Im doing something wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wouldve attached the data file (xls), but not sure how to.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Feb 2015 08:43:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-02-18T08:43:38Z</dc:date>
    <item>
      <title>Fields in combination</title>
      <link>https://community.qlik.com/t5/QlikView/Fields-in-combination/m-p/740966#M264668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two fields ([Developer Name] and [Responsible Person]) in one table.&amp;nbsp; The two fields might be different and they could be the same.&amp;nbsp; Now, I need a list field, that I can use to show me where either of the two fields is = to the selected value in the list field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example.&amp;nbsp; If I select "Bradley Isaacs" in the list field, then the table box/chart should display rows where [Developer Name] = "Bradley Isaacs" or [Responsible Person] = "Bradley Isaacs".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [In BAU date], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Responsible Person], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Developer Name], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [% Complete], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Description, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Link, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Task Group], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Task Logged date], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SubField([Responsible Person], '(', 1) as Responsibleperson_SubField&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is [owssvr (1)]);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 08:01:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fields-in-combination/m-p/740966#M264668</guid>
      <dc:creator />
      <dc:date>2015-02-18T08:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Fields in combination</title>
      <link>https://community.qlik.com/t5/QlikView/Fields-in-combination/m-p/740967#M264669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can solve the problem in the front end side so:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Create a chart (straight table) with the following dimension&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;if(GetFieldSelections(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; [Responsible Person]&lt;/SPAN&gt;)=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; [Responsible Person]&lt;/SPAN&gt; or &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;GetFieldSelections(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Developer Name]&lt;/SPAN&gt;)=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Developer Name], &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Developer Name], Null())&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; 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-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;then check the box suppress null value&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2) add an expression: write 1 for example as expression&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 08:09:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fields-in-combination/m-p/740967#M264669</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-02-18T08:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Fields in combination</title>
      <link>https://community.qlik.com/t5/QlikView/Fields-in-combination/m-p/740968#M264670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so much for your response Alessandro.&amp;nbsp; I've tried it, but it doesnt seem to be working.&amp;nbsp; Unless Im doing something wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wouldve attached the data file (xls), but not sure how to.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 08:43:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fields-in-combination/m-p/740968#M264670</guid>
      <dc:creator />
      <dc:date>2015-02-18T08:43:38Z</dc:date>
    </item>
  </channel>
</rss>

