<?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: Use drilled-down dimension filter on different field in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Use-drilled-down-dimension-filter-on-different-field/m-p/1136182#M20045</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works. Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Aug 2016 12:04:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-08-19T12:04:16Z</dc:date>
    <item>
      <title>Use drilled-down dimension filter on different field</title>
      <link>https://community.qlik.com/t5/App-Development/Use-drilled-down-dimension-filter-on-different-field/m-p/1136178#M20041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a drill-down dimension setup as this:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;CalendarYear&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;CalendarQuarter&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;CalendarMonth&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;CalendarWeek&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;CalendarDate&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;However, I have a chart that needs to use a different dimension to all other charts: instead of CalendarDate, I need it to use ClosedDate. The issue is that an item can have both a CalendarDate and a ClosedDate and they would be different.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;So I have started by making the measure ignore all filters by using {1} in the SetAnalysis. Works fine. but what i would like to do is: instead of having it ignore all filters, have it show me where ClosedDate is equal to the range of CalendarDate that was selected in the filter. As stated above, the ClosedDate and CalendarDate may be different and I would like it to be based solely on ClosedDate. let's consider the sample date below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Table:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Item&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;CalendarDate&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;ClosedDate&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;ID1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;31st Dec 2015&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;1st Jan 2016&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;ID2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1st Jan 2016&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;5th Jan 2016&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;ID3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2nd Jan 2016&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2nd Jan 2016&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;At the minute, if my filter (used for all other charts in the app) is for the 1st of Jan 2016 as CalendarDate, it will show me the item ID2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If I have the SetAnalysis at {1}, it shows me ID1, ID2 and ID3 (obviously) but I would like to end up with it showing only ID1 which has the only ClosedDate of 1st Jan 2016.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Anything possible?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 20:32:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Use-drilled-down-dimension-filter-on-different-field/m-p/1136178#M20041</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-18T20:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Use drilled-down dimension filter on different field</title>
      <link>https://community.qlik.com/t5/App-Development/Use-drilled-down-dimension-filter-on-different-field/m-p/1136179#M20042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{1&amp;lt;ClosedDate = p(CalendarDate)&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 22:14:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Use-drilled-down-dimension-filter-on-different-field/m-p/1136179#M20042</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-18T22:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Use drilled-down dimension filter on different field</title>
      <link>https://community.qlik.com/t5/App-Development/Use-drilled-down-dimension-filter-on-different-field/m-p/1136180#M20043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;I will try it on the morning. Thanks. Out of curiosity, what does the p do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 22:41:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Use-drilled-down-dimension-filter-on-different-field/m-p/1136180#M20043</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-18T22:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Use drilled-down dimension filter on different field</title>
      <link>https://community.qlik.com/t5/App-Development/Use-drilled-down-dimension-filter-on-different-field/m-p/1136181#M20044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will show all possible value from CalendarDate within your ClosedDate and will exclude everything else from ClosedDate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 08:32:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Use-drilled-down-dimension-filter-on-different-field/m-p/1136181#M20044</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-19T08:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Use drilled-down dimension filter on different field</title>
      <link>https://community.qlik.com/t5/App-Development/Use-drilled-down-dimension-filter-on-different-field/m-p/1136182#M20045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works. Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 12:04:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Use-drilled-down-dimension-filter-on-different-field/m-p/1136182#M20045</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-19T12:04:16Z</dc:date>
    </item>
  </channel>
</rss>

