<?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: How to Achieve this logic in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Achieve-this-logic/m-p/12681#M768333</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you create a short table consisting of some input values and a description of your required result?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jun 2018 20:08:42 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2018-06-12T20:08:42Z</dc:date>
    <item>
      <title>How to Achieve this logic</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Achieve-this-logic/m-p/12680#M768331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Arial;"&gt;Hi All,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Arial;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Arial;"&gt;If there are 5 Weeks in the last month of the Quarter, consider 3 Weeks Quantity as “In Transport” and if there are 4 Weeks, consider 2 Weeks Quantity as “In Transport”&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Arial;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Arial;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Arial;"&gt;How to Achieve this logic and i don't have sample data.&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/How-to-Achieve-this-logic/m-p/12680#M768331</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to Achieve this logic</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Achieve-this-logic/m-p/12681#M768333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you create a short table consisting of some input values and a description of your required result?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2018 20:08:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Achieve-this-logic/m-p/12681#M768333</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2018-06-12T20:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to Achieve this logic</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Achieve-this-logic/m-p/12682#M768334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prasanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can calculate the week number using the below formula:&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;'Week'&amp;amp;Ceil(Day(Date)/7) as&amp;nbsp; Week&lt;/SPAN&gt;&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;BR /&gt;&lt;/SPAN&gt;&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;Then use the below logic to consider the 3 weeks or 2 weeks quantity.&lt;/SPAN&gt;&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;Aggr( Round(Max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Ceil(Day(Date)/7)&lt;/SPAN&gt;)/2),MONTH)&lt;/SPAN&gt;&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;BR /&gt;&lt;/SPAN&gt;&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;I have attached sample qvw file for your reference.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 05:29:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Achieve-this-logic/m-p/12682#M768334</guid>
      <dc:creator>pooja_prabhu_n</dc:creator>
      <dc:date>2018-06-13T05:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to Achieve this logic</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Achieve-this-logic/m-p/12683#M768335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Nagaraj....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 05:49:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Achieve-this-logic/m-p/12683#M768335</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-13T05:49:43Z</dc:date>
    </item>
  </channel>
</rss>

