<?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: Weekday wise Production in Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Weekday-wise-Production-in-Expression/m-p/1446230#M433392</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are you getting, when u use this? Can you show image as WEEKS in list box?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;week(Date(Date#(T_APPR_DT,'DD-MM-YYYY'))) AS WEEKS&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Nov 2017 10:20:05 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-11-23T10:20:05Z</dc:date>
    <item>
      <title>Weekday wise Production in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Weekday-wise-Production-in-Expression/m-p/1446206#M433368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dears,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an requirement to take the weekly sales by day. Only the current week. Currently it is adding all the production data and sum it up by day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to know only the week day trend for the current week wherein the week in need to have filters for the user to select.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Week1, Week 2, Week 3, Week 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say the Production for the week 1 is 10,000, week 2 is 20,000, week3 is 10,000 &amp;amp; week 4 is 10,000. There is a field we pull from the DB as day and we try to sum it up. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per the attachment Qlik is summing up all the premium and present it day wise. I need to filter records only based on the current week by selecting week1, week 2, week 3 &amp;amp; week 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Expression Field is SUM(T_NETPREM)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Dimension Field is T_WEEKDAY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 07:48:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekday-wise-Production-in-Expression/m-p/1446206#M433368</guid>
      <dc:creator>pashok75</dc:creator>
      <dc:date>2017-11-23T07:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Weekday wise Production in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Weekday-wise-Production-in-Expression/m-p/1446207#M433369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Share some sample data and expected output&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 08:00:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekday-wise-Production-in-Expression/m-p/1446207#M433369</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-11-23T08:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Weekday wise Production in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Weekday-wise-Production-in-Expression/m-p/1446208#M433370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In fact, Qlik has power with automate associate engine. So, I would think much efficient to show title indication&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;T_WEEKDAY = {$(=Max(T_WEEKDAY))}&amp;gt;} T_NETPREM)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 08:01:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekday-wise-Production-in-Expression/m-p/1446208#M433370</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-11-23T08:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Weekday wise Production in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Weekday-wise-Production-in-Expression/m-p/1446209#M433371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I execute the command it shows NO DATA TO DISPLAY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The column name is T_Weekday I changed it but still data is showing NO DATA TO DISPLAY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;T_Weekday = {$(=Max(T_Weekday))}&amp;gt;} T_NETPREM)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 08:09:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekday-wise-Production-in-Expression/m-p/1446209#M433371</guid>
      <dc:creator>pashok75</dc:creator>
      <dc:date>2017-11-23T08:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: Weekday wise Production in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Weekday-wise-Production-in-Expression/m-p/1446210#M433372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;T_Weekday = {&lt;STRONG&gt;"&lt;/STRONG&gt;$(=Max(T_Weekday))&lt;STRONG&gt;"&lt;/STRONG&gt;}&amp;gt;} T_NETPREM)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else Share the format of data available in T_Weekday Column&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 08:12:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekday-wise-Production-in-Expression/m-p/1446210#M433372</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-11-23T08:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Weekday wise Production in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Weekday-wise-Production-in-Expression/m-p/1446211#M433373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still no data to display&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T_Weekday data in the Table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sun&lt;/P&gt;&lt;P&gt;Mon&lt;/P&gt;&lt;P&gt;Tue&lt;/P&gt;&lt;P&gt;Sat&lt;/P&gt;&lt;P&gt;Wed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 08:16:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekday-wise-Production-in-Expression/m-p/1446211#M433373</guid>
      <dc:creator>pashok75</dc:creator>
      <dc:date>2017-11-23T08:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: Weekday wise Production in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Weekday-wise-Production-in-Expression/m-p/1446212#M433374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How are you defining week1 , Week2 etc.?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 08:30:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekday-wise-Production-in-Expression/m-p/1446212#M433374</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-11-23T08:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Weekday wise Production in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Weekday-wise-Production-in-Expression/m-p/1446213#M433375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually I had not defined week1, 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This also needs to be done in case the user wants to compare the weeks to see the growth of the production.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 08:31:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekday-wise-Production-in-Expression/m-p/1446213#M433375</guid>
      <dc:creator>pashok75</dc:creator>
      <dc:date>2017-11-23T08:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Weekday wise Production in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Weekday-wise-Production-in-Expression/m-p/1446214#M433376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;T_Weekday = {&lt;STRONG&gt;"&lt;/STRONG&gt;$(=Maxstring(T_Weekday))&lt;STRONG&gt;"&lt;/STRONG&gt;}&amp;gt;} T_NETPREM)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 08:43:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekday-wise-Production-in-Expression/m-p/1446214#M433376</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-11-23T08:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Weekday wise Production in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Weekday-wise-Production-in-Expression/m-p/1446215#M433377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to change, Your week field in script like&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Week(DateField) as Week&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;And then use my expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 08:57:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekday-wise-Production-in-Expression/m-p/1446215#M433377</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-11-23T08:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Weekday wise Production in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Weekday-wise-Production-in-Expression/m-p/1446216#M433378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a field as T_APPR_DT and its the actual date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shall we use this column to get the weekday&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 09:04:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekday-wise-Production-in-Expression/m-p/1446216#M433378</guid>
      <dc:creator>pashok75</dc:creator>
      <dc:date>2017-11-23T09:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Weekday wise Production in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Weekday-wise-Production-in-Expression/m-p/1446217#M433379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its not working. It filters the max production date and not showing the current week trend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 09:06:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekday-wise-Production-in-Expression/m-p/1446217#M433379</guid>
      <dc:creator>pashok75</dc:creator>
      <dc:date>2017-11-23T09:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Weekday wise Production in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Weekday-wise-Production-in-Expression/m-p/1446218#M433380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Off course, Using &lt;STRONG&gt;WeekDay(T_APPR_DT) as WeekDay&lt;/STRONG&gt; can convert into WeekDays. But to get recent Week you need to convert as &lt;STRONG&gt;Week(T_APPR_DT) as Week&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 09:06:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekday-wise-Production-in-Expression/m-p/1446218#M433380</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-11-23T09:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Weekday wise Production in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Weekday-wise-Production-in-Expression/m-p/1446219#M433381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;This line i added in the data extraction Load script.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;WeekDay(T_APPR_DT) as WeekDay&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Do I need to use the other script &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Week(T_APPR_DT) as Week in the Expression column. As when I add this in the load script the field is not coming to add it.&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 09:12:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekday-wise-Production-in-Expression/m-p/1446219#M433381</guid>
      <dc:creator>pashok75</dc:creator>
      <dc:date>2017-11-23T09:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Weekday wise Production in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Weekday-wise-Production-in-Expression/m-p/1446220#M433382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load T_APPR_DT, //Assume, This is Date Field&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Week(T_APPR_DT) as Week,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WeekDay(T_APPR_DT) as WeekDay,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; T_NETPREM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;From Source;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then, In front end use your Dimension needed as business for show case&lt;/P&gt;&lt;P&gt;Expression is&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;T_WEEKDAY = {$(Max(T_WEEKDAY))}&amp;gt;} T_NETPREM)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 09:14:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekday-wise-Production-in-Expression/m-p/1446220#M433382</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-11-23T09:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Weekday wise Production in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Weekday-wise-Production-in-Expression/m-p/1446221#M433383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The script should be like this right as per your statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Sum({&amp;lt;WeekDay = {$(Max(WeekDay))}&amp;gt;} T_NETPREM)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 09:34:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekday-wise-Production-in-Expression/m-p/1446221#M433383</guid>
      <dc:creator>pashok75</dc:creator>
      <dc:date>2017-11-23T09:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Weekday wise Production in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Weekday-wise-Production-in-Expression/m-p/1446222#M433384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think Weekday should change into Week&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Sum({&amp;lt;Week = {$(=Max(Week))}&amp;gt;} T_NETPREM)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 09:37:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekday-wise-Production-in-Expression/m-p/1446222#M433384</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-11-23T09:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Weekday wise Production in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Weekday-wise-Production-in-Expression/m-p/1446223#M433385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This statement sums all production. Lets say I have data from 1st November till 23rd November it is summing all the production values and present it week day wise. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to only show the current week data alone. In this case the 3rd week.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 09:42:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekday-wise-Production-in-Expression/m-p/1446223#M433385</guid>
      <dc:creator>pashok75</dc:creator>
      <dc:date>2017-11-23T09:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Weekday wise Production in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Weekday-wise-Production-in-Expression/m-p/1446224#M433386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From here if we use Week() as Week it converts into 1,2,3. and then i am using Max(Week) that means 3 only, i believe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 09:45:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekday-wise-Production-in-Expression/m-p/1446224#M433386</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-11-23T09:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Weekday wise Production in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Weekday-wise-Production-in-Expression/m-p/1446225#M433387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you try out with WeekStart date then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Data model Create,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WeekStart(DateField) as WeekStart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in Expression, you can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Sum({&amp;lt;WeekStart = {"$(=Max(WeekStart))"}&amp;gt;} T_NETPREM)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 09:46:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekday-wise-Production-in-Expression/m-p/1446225#M433387</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-11-23T09:46:01Z</dc:date>
    </item>
  </channel>
</rss>

