<?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 Between days in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Between-days/m-p/1297411#M829938</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all I want to count the in between days of sales and credit with some filters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actual calculation works in a table, but need to work in text object&lt;/P&gt;&lt;P&gt;interval(SALES_Date - CREDIT_DATE,'d')&lt;/P&gt;&lt;P&gt;FILTERS&lt;/P&gt;&lt;P&gt;=({&amp;lt;Brand = {'Shoe'},Mode={'Direct'}&amp;gt;} &lt;/P&gt;&lt;P&gt;Please Suggest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>rajkumarb</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Between days</title>
      <link>https://community.qlik.com/t5/QlikView/Between-days/m-p/1297411#M829938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all I want to count the in between days of sales and credit with some filters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actual calculation works in a table, but need to work in text object&lt;/P&gt;&lt;P&gt;interval(SALES_Date - CREDIT_DATE,'d')&lt;/P&gt;&lt;P&gt;FILTERS&lt;/P&gt;&lt;P&gt;=({&amp;lt;Brand = {'Shoe'},Mode={'Direct'}&amp;gt;} &lt;/P&gt;&lt;P&gt;Please Suggest&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/Between-days/m-p/1297411#M829938</guid>
      <dc:creator>rajkumarb</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Between days</title>
      <link>https://community.qlik.com/t5/QlikView/Between-days/m-p/1297412#M829939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If this filter reduces to a single possible value, you could use expression like:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;=&lt;SPAN style="color: #0000ff;"&gt;Only&lt;/SPAN&gt;(&lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;{&amp;lt;Brand = {'Shoe'},Mode={'Direct'}&amp;gt;}&lt;/SPAN&gt; interval(SALES_Date - CREDIT_DATE,'d'))&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;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;For multiple possible values, you might want to use Sum() instead, like:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;=&lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;&lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;{&amp;lt;Brand = {'Shoe'},Mode={'Direct'}&amp;gt;}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'courier new', courier;"&gt; interval(SALES_Date - CREDIT_DATE,'d'))&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;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'courier new', courier;"&gt;&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;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: arial, helvetica, sans-serif;"&gt;Or, if you see the result is coming in multiples of expected value, you might just have to use DISTINCT, like:&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;&lt;SPAN style="font-size: 13px; font-family: 'courier new', courier; color: #3d3d3d;"&gt;=&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;Sum&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff; font-family: 'courier new', courier; font-size: 13px;"&gt;DISTINCT&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;{&amp;lt;Brand = {'Shoe'},Mode={'Direct'}&amp;gt;}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'courier new', courier; color: #3d3d3d;"&gt; interval(SALES_Date - CREDIT_DATE,'d'))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2017 09:06:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Between-days/m-p/1297412#M829939</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-06-29T09:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Between days</title>
      <link>https://community.qlik.com/t5/QlikView/Between-days/m-p/1297413#M829940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&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;STRONG&gt;=Only(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;{&amp;lt;Brand = {'Shoe'},Mode={'Direct'}&amp;gt;}&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt; interval(SALES_Date - CREDIT_DATE,'d'))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2017 09:07:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Between-days/m-p/1297413#M829940</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-06-29T09:07:46Z</dc:date>
    </item>
  </channel>
</rss>

