<?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 How to add Bookmark filter with other filter in set expression? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-add-Bookmark-filter-with-other-filter-in-set-expression/m-p/20632#M789331</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;I am writing a set expression with bookmark filter and other filters. But it is not working fine.When I am apllying BM(Id-qjyVTq) separately it is working fine like below.&lt;/P&gt;&lt;P&gt;sum({qjyVTq}[Sales Amt])&lt;/P&gt;&lt;P&gt;And when applying other filter it is also working fine&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;[Product Type] = {'MF'},[Process Date]={"&amp;gt;=$(=QuarterStart(Max([Process Date]))) &amp;lt;=$(=Max([Process Date]))"}&amp;gt;}[Sales Amt])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to combine this two like below&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;{qjyVTq},[Product Type] = {'MF'},[Process Date]={"&amp;gt;=$(=QuarterStart(Max([Process Date]))) &amp;lt;=$(=Max([Process Date]))"}&amp;gt;}[Sales Amt])&lt;/P&gt;&lt;P&gt;But this not working.&lt;/P&gt;&lt;P&gt;Experts Please help me on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>anindya_manna</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>How to add Bookmark filter with other filter in set expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-Bookmark-filter-with-other-filter-in-set-expression/m-p/20632#M789331</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;I am writing a set expression with bookmark filter and other filters. But it is not working fine.When I am apllying BM(Id-qjyVTq) separately it is working fine like below.&lt;/P&gt;&lt;P&gt;sum({qjyVTq}[Sales Amt])&lt;/P&gt;&lt;P&gt;And when applying other filter it is also working fine&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;[Product Type] = {'MF'},[Process Date]={"&amp;gt;=$(=QuarterStart(Max([Process Date]))) &amp;lt;=$(=Max([Process Date]))"}&amp;gt;}[Sales Amt])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to combine this two like below&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;{qjyVTq},[Product Type] = {'MF'},[Process Date]={"&amp;gt;=$(=QuarterStart(Max([Process Date]))) &amp;lt;=$(=Max([Process Date]))"}&amp;gt;}[Sales Amt])&lt;/P&gt;&lt;P&gt;But this not working.&lt;/P&gt;&lt;P&gt;Experts Please help me on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-Bookmark-filter-with-other-filter-in-set-expression/m-p/20632#M789331</guid>
      <dc:creator>anindya_manna</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to add Bookmark filter with other filter in set expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-Bookmark-filter-with-other-filter-in-set-expression/m-p/20633#M789332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For non-overlapped set:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;sum(&lt;STRONG&gt;{ qjyVTq &amp;lt;&lt;/STRONG&gt;[Product Type] = {'MF'},[Process Date]={"&amp;gt;=$(=QuarterStart(Max([Process Date]))) &amp;lt;=$(=Max([Process Date]))"}&amp;gt;}[Sales Amt])&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For overlapped set using OR operator:&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum(&lt;STRONG&gt;{ qjyVTq + &amp;lt;&lt;/STRONG&gt;[Product Type] = {'MF'},[Process Date]={"&amp;gt;=$(=QuarterStart(Max([Process Date]))) &amp;lt;=$(=Max([Process Date]))"}&amp;gt;}[Sales Amt])&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2018 09:26:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-Bookmark-filter-with-other-filter-in-set-expression/m-p/20633#M789332</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-01-30T09:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to add Bookmark filter with other filter in set expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-Bookmark-filter-with-other-filter-in-set-expression/m-p/20634#M789333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2018 10:22:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-Bookmark-filter-with-other-filter-in-set-expression/m-p/20634#M789333</guid>
      <dc:creator>anindya_manna</dc:creator>
      <dc:date>2018-01-30T10:22:04Z</dc:date>
    </item>
  </channel>
</rss>

