<?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 Expression to avoid filter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-to-avoid-filter/m-p/1298584#M829799</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: #000000; font-size: 9pt; font-family: arial, helvetica, sans-serif;"&gt;I am trying to avoid selecting filter. I have working expression like below &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: #000000; font-family: arial, helvetica, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9pt; font-family: arial, helvetica, sans-serif; color: #000000;"&gt;sum({&amp;lt;[IO.Order Date]={"&amp;gt;=$(=Date(today()-7,'DD/MM/YYYY'))&amp;lt;=$(=Date(today(),'DD/MM/YYYY'))"}&amp;gt;}IO.Quantity) &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: #000000; font-family: arial, helvetica, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9pt; font-family: arial, helvetica, sans-serif; color: #000000;"&gt;I am using straight table and I have multi box with product type drop down to standard and free, I need only free products, So I am selecting product type free in filter. I am trying to avoid filter. I am using below expression for it.. is this wrong?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: #000000; font-family: arial, helvetica, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: #000000; font-family: arial, helvetica, sans-serif;"&gt;&lt;SPAN style="font-size: 9pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt;"&gt;[Item.Product Type]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt;"&gt;={'free'},&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt;"&gt;[IO.Order Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt;"&gt;"&amp;gt;=$(=Date(today()-7,'DD/MM/YYYY'))&amp;lt;=$(=Date(today(),'DD/MM/YYYY'))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt;"&gt;IO.Quantity&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 9.0pt; font-family: arial, helvetica, sans-serif;"&gt;)&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: #000000; font-size: 9.0pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: #000000; font-size: 9.0pt; font-family: arial, helvetica, sans-serif;"&gt;Thanks in advance. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>madhuqliklondon</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Expression to avoid filter</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-avoid-filter/m-p/1298584#M829799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: #000000; font-size: 9pt; font-family: arial, helvetica, sans-serif;"&gt;I am trying to avoid selecting filter. I have working expression like below &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: #000000; font-family: arial, helvetica, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9pt; font-family: arial, helvetica, sans-serif; color: #000000;"&gt;sum({&amp;lt;[IO.Order Date]={"&amp;gt;=$(=Date(today()-7,'DD/MM/YYYY'))&amp;lt;=$(=Date(today(),'DD/MM/YYYY'))"}&amp;gt;}IO.Quantity) &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: #000000; font-family: arial, helvetica, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9pt; font-family: arial, helvetica, sans-serif; color: #000000;"&gt;I am using straight table and I have multi box with product type drop down to standard and free, I need only free products, So I am selecting product type free in filter. I am trying to avoid filter. I am using below expression for it.. is this wrong?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: #000000; font-family: arial, helvetica, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: #000000; font-family: arial, helvetica, sans-serif;"&gt;&lt;SPAN style="font-size: 9pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt;"&gt;[Item.Product Type]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt;"&gt;={'free'},&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt;"&gt;[IO.Order Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt;"&gt;"&amp;gt;=$(=Date(today()-7,'DD/MM/YYYY'))&amp;lt;=$(=Date(today(),'DD/MM/YYYY'))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt;"&gt;IO.Quantity&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 9.0pt; font-family: arial, helvetica, sans-serif;"&gt;)&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: #000000; font-size: 9.0pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: #000000; font-size: 9.0pt; font-family: arial, helvetica, sans-serif;"&gt;Thanks in advance. &lt;BR /&gt;&lt;/SPAN&gt;&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/Expression-to-avoid-filter/m-p/1298584#M829799</guid>
      <dc:creator>madhuqliklondon</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to avoid filter</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-avoid-filter/m-p/1298585#M829802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your expression, there is no wrong. Can you check one more whether free is your product type or FREE. I meant to say upper letter. Because Qlik is case sensitive you must use same name where your DB has?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What if you are not selecting any thing from multi box??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2017 10:56:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-avoid-filter/m-p/1298585#M829802</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-06-29T10:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to avoid filter</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-avoid-filter/m-p/1298586#M829803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 9pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;Your expression looks like good &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 9pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; color: #000000;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: inherit;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: inherit;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: inherit;"&gt;[Item.Product Type]&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: inherit;"&gt;={'free'},&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: inherit;"&gt;[IO.Order Date]&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: inherit;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: inherit;"&gt;"&amp;gt;=$(=Date(today()-7,'DD/MM/YYYY'))&amp;lt;=$(=Date(today(),'DD/MM/YYYY'))"&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: inherit;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: inherit;"&gt;IO.Quantity&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: #000000;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: #000000;"&gt;Please try to check &lt;SPAN style="color: #000000; font-size: 12px;"&gt;[Item.Product Type] weather it is in upper or lower format&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2017 11:00:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-avoid-filter/m-p/1298586#M829803</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-06-29T11:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to avoid filter</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-avoid-filter/m-p/1298587#M829804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The expression looks good to me.... is it not working?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2017 11:02:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-avoid-filter/m-p/1298587#M829804</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-29T11:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to avoid filter</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-avoid-filter/m-p/1298588#M829806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it is working now. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2017 12:59:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-avoid-filter/m-p/1298588#M829806</guid>
      <dc:creator>madhuqliklondon</dc:creator>
      <dc:date>2017-06-29T12:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to avoid filter</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-avoid-filter/m-p/1298589#M829808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What did you change?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2017 13:00:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-avoid-filter/m-p/1298589#M829808</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-29T13:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to avoid filter</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-avoid-filter/m-p/1298590#M829810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please close this thread marking correct or helpful answer. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 04:02:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-avoid-filter/m-p/1298590#M829810</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-06-30T04:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to avoid filter</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-avoid-filter/m-p/1298591#M829811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sunny , initially I have added this set date to only quantity column, then I have applied to every column. &lt;/P&gt;&lt;P&gt;Thank you all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 08:14:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-avoid-filter/m-p/1298591#M829811</guid>
      <dc:creator>madhuqliklondon</dc:creator>
      <dc:date>2017-06-30T08:14:42Z</dc:date>
    </item>
  </channel>
</rss>

