<?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: Pick match + ignore a field selection problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pick-match-ignore-a-field-selection-problem/m-p/694479#M251126</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was actually really simple and posting this question helped me get there: I was missing the Set Analysis on evaluating Field1 values so it too would ignore selections on Month, Year and QuarterName.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the expression should be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;pick(match(Only(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;{&amp;lt;Month=, Year=, QuarterName=&amp;gt;}&lt;/SPAN&gt;Field1), 'val1', 'val2', 'val3'),&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; sum({&amp;lt;Month=, Year=, QuarterName=&amp;gt;}1),&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; sum({&amp;lt;Month=, Year=, QuarterName=&amp;gt;}10),&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; sum({&amp;lt;Month=, Year=, QuarterName=&amp;gt;}100)&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Marina C.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Aug 2014 09:20:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-08-01T09:20:28Z</dc:date>
    <item>
      <title>Pick match + ignore a field selection problem</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-match-ignore-a-field-selection-problem/m-p/694478#M251125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to write a chart (/straight table / pivot table) expression that uses pick(match()) to select the value displayed. I also need to ignore all selections in fields Month, Year and Quarter as this would be a chart that shows Field1 progression over time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I have in the &lt;SPAN style="text-decoration: underline;"&gt;dimensions&lt;/SPAN&gt; list:&lt;/P&gt;&lt;P&gt;QuarterName&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And my &lt;SPAN style="text-decoration: underline;"&gt;expression&lt;/SPAN&gt; is:&lt;/P&gt;&lt;P&gt;pick(match(Field1, 'val1', 'val2', 'val3'),&lt;/P&gt;&lt;P&gt;&amp;nbsp; sum({&amp;lt;Month=, Year=, QuarterName=&amp;gt;}1),&lt;/P&gt;&lt;P&gt;&amp;nbsp; sum({&amp;lt;Month=, Year=, QuarterName=&amp;gt;}10),&lt;/P&gt;&lt;P&gt;&amp;nbsp; sum({&amp;lt;Month=, Year=, QuarterName=&amp;gt;}100)&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the moment the chart is calculated, only one possible value for Field1 will be available (this is forced by calculation condition).&lt;/P&gt;&lt;P&gt;I would expect my chart to show a line on all quarters of all years but if I make a selection in QuarterName (or year or month), it doesn't ignore it... unfortunately, it does reflect the field selection!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone point me in the right direction?&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Marina C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 18:06:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-match-ignore-a-field-selection-problem/m-p/694478#M251125</guid>
      <dc:creator />
      <dc:date>2014-07-31T18:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Pick match + ignore a field selection problem</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-match-ignore-a-field-selection-problem/m-p/694479#M251126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was actually really simple and posting this question helped me get there: I was missing the Set Analysis on evaluating Field1 values so it too would ignore selections on Month, Year and QuarterName.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the expression should be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;pick(match(Only(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;{&amp;lt;Month=, Year=, QuarterName=&amp;gt;}&lt;/SPAN&gt;Field1), 'val1', 'val2', 'val3'),&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; sum({&amp;lt;Month=, Year=, QuarterName=&amp;gt;}1),&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; sum({&amp;lt;Month=, Year=, QuarterName=&amp;gt;}10),&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; sum({&amp;lt;Month=, Year=, QuarterName=&amp;gt;}100)&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Marina C.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 09:20:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-match-ignore-a-field-selection-problem/m-p/694479#M251126</guid>
      <dc:creator />
      <dc:date>2014-08-01T09:20:28Z</dc:date>
    </item>
  </channel>
</rss>

