<?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 Simple Question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Simple-Question/m-p/256065#M96889</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a very simple question but not able to get the answer hope that you guys can help.&lt;/P&gt;&lt;P&gt;In Qlikviw when we select the Year, Month and Day for sale we will be getting the transaction for that particular day. For example: - Year 2011 Month 8 and Day 8 we will get the transaction $200. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we want the sale from 1-8 of August which is the beginning of the month to the selected day. How can I do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for such a simple question and hope that the solution will be simple too &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; by the way I can not use the set analysis function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Guys&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Aug 2011 07:46:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-08-08T07:46:35Z</dc:date>
    <item>
      <title>Simple Question</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-Question/m-p/256065#M96889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a very simple question but not able to get the answer hope that you guys can help.&lt;/P&gt;&lt;P&gt;In Qlikviw when we select the Year, Month and Day for sale we will be getting the transaction for that particular day. For example: - Year 2011 Month 8 and Day 8 we will get the transaction $200. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we want the sale from 1-8 of August which is the beginning of the month to the selected day. How can I do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for such a simple question and hope that the solution will be simple too &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; by the way I can not use the set analysis function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Guys&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2011 07:46:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-Question/m-p/256065#M96889</guid>
      <dc:creator />
      <dc:date>2011-08-08T07:46:35Z</dc:date>
    </item>
    <item>
      <title>Simple Question</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-Question/m-p/256066#M96890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; hey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;simple Question&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cant the user just select days 1-to 8&lt;/P&gt;&lt;P&gt;that will give you the sum&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you can create a varaible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vMaxDate : =max(DateField)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and put another expression :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(if(DateField=$(vMaxDate),Transactions)) to get The Sales in The maxium Date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2011 08:20:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-Question/m-p/256066#M96890</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2011-08-08T08:20:03Z</dc:date>
    </item>
    <item>
      <title>Simple Question</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-Question/m-p/256067#M96891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Baram:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The old report work like this:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the user selection a particular date e.g. 8/8/2011 the figure will show 1-8 /8/2011 the sum for 1 to 8. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The vMaxDate : =max(Transdate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will have to be written in the edit script right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the Sum (if (DateField =$(vMaxDate), Transactions))&lt;/P&gt;&lt;P&gt;Will have to in the Expression right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am very new to Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again Baram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2011 08:28:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-Question/m-p/256067#M96891</guid>
      <dc:creator />
      <dc:date>2011-08-08T08:28:49Z</dc:date>
    </item>
    <item>
      <title>Simple Question</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-Question/m-p/256068#M96892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; hei&lt;/P&gt;&lt;P&gt;can you post a sample data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this way it'll be easy to understnad and answer all the questions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2011 09:05:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-Question/m-p/256068#M96892</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2011-08-08T09:05:02Z</dc:date>
    </item>
    <item>
      <title>Simple Question</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-Question/m-p/256069#M96893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; but rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The set expression for transaction calculation need to be generic rite?&lt;/P&gt;&lt;P&gt;That is if no date as such is selected ..say, only year 2011 and month 8 is selected..do you expect to see the aggregated sum of transactions for the month 1 to 8 ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2011 09:13:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-Question/m-p/256069#M96893</guid>
      <dc:creator />
      <dc:date>2011-08-08T09:13:58Z</dc:date>
    </item>
    <item>
      <title>Simple Question</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-Question/m-p/256070#M96894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do this using set analysis expression. Create two variables as follows,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. v_Start_Date - Start date of the selected year month (01-Aug-2011) &lt;/P&gt;&lt;P&gt;2. v_End_Date - selected date (08-Aug-2011)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the following expression in the calculation,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[code]&lt;/P&gt;&lt;P&gt;SUM($&amp;lt;[DateField] = {"&amp;gt;=$(=$(v_Start_Date))&amp;lt;=$(=$(v_End_Date))"}&amp;gt;Transactions)&lt;/P&gt;&lt;P&gt;[/code]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will give you the sum of the transactions from the start date of the month till the selected date. Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2011 09:15:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-Question/m-p/256070#M96894</guid>
      <dc:creator />
      <dc:date>2011-08-08T09:15:32Z</dc:date>
    </item>
    <item>
      <title>Simple Question</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-Question/m-p/256071#M96895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Haneesh:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not able to use set analysis because I am using qlikview 7.5.&lt;/P&gt;&lt;P&gt;Qlikview 7.5 does not support set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Sircute:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even if the user select say year 2011 and month 8 the user must also select day of the month. Once selected the Year, Month and Day. The report will show the date transaction and not that day transaction. I am not sure is that call Month to Date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi All:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I the sample:-&lt;/P&gt;&lt;P&gt;Hope that it makes sense.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2011 09:38:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-Question/m-p/256071#M96895</guid>
      <dc:creator />
      <dc:date>2011-08-08T09:38:18Z</dc:date>
    </item>
    <item>
      <title>Simple Question</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-Question/m-p/256072#M96896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry guys I think the update is no helpful at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will give the example as below:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Crate To(+) Crate From &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/minus.png" /&gt;&lt;/P&gt;&lt;P&gt;1/8/2011&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&lt;/P&gt;&lt;P&gt;2/8/2011&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20&lt;/P&gt;&lt;P&gt;3/8/2011&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 40&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If user chose date 1/8/2011 the Crate To &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plus.png" /&gt; and Crate From &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/minus.png" /&gt; will show 5 and 10&lt;/P&gt;&lt;P&gt;But if user choose 2/8/2011 To &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plus.png" /&gt; and Crate From &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/minus.png" /&gt; should show 25 and 30.&lt;/P&gt;&lt;P&gt;If user choose 3/8/2011 To &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plus.png" /&gt; and Crate From &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/minus.png" /&gt; should show 55 and 70.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But Qlikview only show 20 and 20 which is that day transaction on 2/8/2011&lt;/P&gt;&lt;P&gt;And 30 and 40 for 3/8/2011.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know using set analysis is easy to get it right but I am not able to use Set Analysis as I am using Qlikview 7.5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks all for your kind help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2011 09:48:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-Question/m-p/256072#M96896</guid>
      <dc:creator />
      <dc:date>2011-08-08T09:48:43Z</dc:date>
    </item>
    <item>
      <title>Simple Question</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-Question/m-p/256073#M96897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If ur tableA is having columns Dates,Crate to,Crate from &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create another table like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tableb:&lt;/P&gt;&lt;P&gt;Load Dates as Dates1&amp;nbsp; resident tableA ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now show this Dates1 column in the list box for the selection and in the chart &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give expression like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(if( Dates &amp;gt;= monthstart(Dates1) and Dates &amp;lt;= max(Dates1) , Crate to)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(if( Dates &amp;gt;= monthstart(Dates1) and Dates &amp;lt;= max(Dates1) , Crate from)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now as your column&amp;nbsp; Dates1 is not related to anything it will be passed as values for the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Condition u are giving &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solve ur issue &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2011 10:18:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-Question/m-p/256073#M96897</guid>
      <dc:creator>qliksus</dc:creator>
      <dc:date>2011-08-08T10:18:14Z</dc:date>
    </item>
    <item>
      <title>Simple Question</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-Question/m-p/256074#M96898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Richard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree with qliksus's, solution on this, though the expression would need a little tweaking... if the user selects more than one dat.. the expression wont work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the following expression would display correctly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(if( Dates &amp;gt;= monthstart(max(Dates1)) and Dates &amp;lt;= max(Dates1) , Crate to)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(if( Dates &amp;gt;= monthstart(max(Dates1)) and Dates &amp;lt;= max(Dates1) , Crate from)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we'll have to use the max function under monthstart() so as to select the maximum of the selected date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mind you, this might display some value even if there are no selected date.. but for that you can set a calculation condition for the chart, like "GetSelectedConut(Dates1)&amp;gt;0"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgrds, &lt;/P&gt;&lt;P&gt;Abhinava&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2011 12:42:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-Question/m-p/256074#M96898</guid>
      <dc:creator />
      <dc:date>2011-08-08T12:42:27Z</dc:date>
    </item>
    <item>
      <title>Simple Question</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-Question/m-p/256075#M96899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qliksus and Abhinava and Guys:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for both of your solution.&lt;/P&gt;&lt;P&gt;I have a small issue with the Expression that both suggestions.&lt;/P&gt;&lt;P&gt;My Create From Expression is:-&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: #5a005a; font-size: 9pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: #5a005a; font-size: 9pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: #004d00; font-size: 9pt;"&gt;invtype&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: #4d0000; font-size: 9pt;"&gt;'40'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: #004d00; font-size: 9pt;"&gt;goodqty&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;)) + &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: #5a005a; font-size: 9pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: #5a005a; font-size: 9pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: #004d00; font-size: 9pt;"&gt;invtype&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: #4d0000; font-size: 9pt;"&gt;'20'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: #004d00; font-size: 9pt;"&gt;goodqty&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And Crate To Expression is :-&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: #5a005a; font-size: 9pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: #5a005a; font-size: 9pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: #004d00; font-size: 9pt;"&gt;invtype&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: #4d0000; font-size: 9pt;"&gt;'42'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: #004d00; font-size: 9pt;"&gt;goodqty&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;)) + &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: #5a005a; font-size: 9pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: #5a005a; font-size: 9pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: #004d00; font-size: 9pt;"&gt;invtype&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: #4d0000; font-size: 9pt;"&gt;'34'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: #004d00; font-size: 9pt;"&gt;goodqty&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to put these expressions into the Edit script but it does not seem to be getting it correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So that I will be able to get CrateFrom and CrateTo in order to use the expression that you suggested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea in putting these expressions into the Edit script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the late reply guys…&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2011 06:12:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-Question/m-p/256075#M96899</guid>
      <dc:creator />
      <dc:date>2011-08-10T06:12:00Z</dc:date>
    </item>
    <item>
      <title>Simple Question</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-Question/m-p/256076#M96900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi richard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i believe sum() function does not work in script.. I m checking on examples how to implement ur logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgrds,&lt;/P&gt;&lt;P&gt;Abhinava&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2011 08:26:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-Question/m-p/256076#M96900</guid>
      <dc:creator />
      <dc:date>2011-08-10T08:26:35Z</dc:date>
    </item>
    <item>
      <title>Simple Question</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-Question/m-p/256077#M96901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Abhinava:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is what I was thinking because no matter how I try in the script with Sum function and also Sum(if) function it just won't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks you for your reply.&lt;/P&gt;&lt;P&gt;Will wait for your good news &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2011 09:08:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-Question/m-p/256077#M96901</guid>
      <dc:creator />
      <dc:date>2011-08-10T09:08:11Z</dc:date>
    </item>
    <item>
      <title>Simple Question</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-Question/m-p/256078#M96902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi richard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Well gud news is that sum does work in script! you'l hv to use the "group by" clause on the field you want the sum to be calculated by.... &lt;/P&gt;&lt;P&gt;I think you should implement the sum on front end rather than in script..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgrds,&lt;/P&gt;&lt;P&gt;Abhinava&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2011 09:21:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-Question/m-p/256078#M96902</guid>
      <dc:creator />
      <dc:date>2011-08-10T09:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Question</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-Question/m-p/256079#M96903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see the attached sample may help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2011 09:24:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-Question/m-p/256079#M96903</guid>
      <dc:creator />
      <dc:date>2011-08-10T09:24:17Z</dc:date>
    </item>
    <item>
      <title>Simple Question</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-Question/m-p/256080#M96904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhinava and BlackRockS:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks fo your reply.&lt;/P&gt;&lt;P&gt;If i can not inculde the sum inside the script but has to do it in the front end.&lt;/P&gt;&lt;P&gt;Can I use the following Expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(if(Date&amp;lt;=SelDate,CrateFrom))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum (if (invtype='40',goodqty)) + sum (if (invtype='20',goodqty))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To As follows:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(if(Year = year(CurrentDate) and Month1 = month(CurrentDate) &lt;/P&gt;&lt;P&gt; and [Inv. Date] &amp;lt;= CurrentDate, (invtype='40',goodqty)) + sum (if (invtype='20',goodqty))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems like there is something wrong with the following Expression...&lt;/P&gt;&lt;P&gt;Headach man....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2011 09:50:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-Question/m-p/256080#M96904</guid>
      <dc:creator />
      <dc:date>2011-08-10T09:50:50Z</dc:date>
    </item>
    <item>
      <title>Simple Question</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-Question/m-p/256081#M96905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See if this can help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(if(Year = year(CurrentDate) and Month1 = month(CurrentDate) and [Inv. Date] &amp;lt;= CurrentDate and&amp;nbsp; (invtype=40 or invtype=20),goodqty))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2011 10:05:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-Question/m-p/256081#M96905</guid>
      <dc:creator />
      <dc:date>2011-08-10T10:05:00Z</dc:date>
    </item>
    <item>
      <title>Simple Question</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-Question/m-p/256082#M96906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Richard,&lt;/P&gt;&lt;P&gt;i think wht u r trying to do is this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(if((Year = year(CurrentDate)) and (Month1 = month(CurrentDate)) and ([Inv. Date] &amp;lt;= CurrentDate) and (invtype='40' or invtype='20'),goodqty))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgrds,&lt;/P&gt;&lt;P&gt;Abhinava&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2011 10:17:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-Question/m-p/256082#M96906</guid>
      <dc:creator />
      <dc:date>2011-08-10T10:17:42Z</dc:date>
    </item>
    <item>
      <title>Simple Question</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-Question/m-p/256083#M96907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi BlackRockS, Abhinava and Guys:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You all ROCKS and very helpful persons.&lt;/P&gt;&lt;P&gt;I never expect such a good reply from you guys… Once again you thank you guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following should be written in the Expression right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: Arial; color: #636363; font-size: 9pt;"&gt;Sum(if((Year = year(CurrentDate)) and (Month1 = month(CurrentDate)) and ([Inv. Date] &amp;lt;= CurrentDate) and (invtype='40' or invtype='20'),goodqty))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And for the Year and Month I should write in the Edit Script right?&lt;/P&gt;&lt;P&gt;The following is from my script for the Year and Month.&lt;/P&gt;&lt;P&gt;Please comment if I got it wrong:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; color: #004d00; font-size: 9pt;"&gt;transdate&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; color: #5a005a; font-size: 9pt;"&gt;Day&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: #004d00; font-size: 9pt;"&gt;transdate&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;) &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;as&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; color: #004d00; font-size: 9pt;"&gt;Transday&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; color: #5a005a; font-size: 9pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: #004d00; font-size: 9pt;"&gt;transdate&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;) &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;as&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; color: #004d00; font-size: 9pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;,&lt;/SPAN&gt;&lt;STRONG style="color: #00b400; font-size: 9pt; font-family: 'Courier New';"&gt;//Because of syn$&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; color: #5a005a; font-size: 9pt;"&gt;month&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: #004d00; font-size: 9pt;"&gt;transdate&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;) &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;as&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; color: #004d00; font-size: 9pt;"&gt;monthdes&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;,&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: #00b400; font-size: 9pt; font-family: 'Courier New';"&gt;//will be in Jan,Feb, Format&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; color: #5a005a; font-size: 9pt;"&gt;num&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: #5a005a; font-size: 9pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: #004d00; font-size: 9pt;"&gt;transdate&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;)) &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;as&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; color: #004d00; font-size: 9pt;"&gt;month&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; color: #5a005a; font-size: 9pt;"&gt;num&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: #5a005a; font-size: 9pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: #004d00; font-size: 9pt;"&gt;transdate&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;)) &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;as&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; color: #004d00; font-size: 9pt;"&gt;Month1&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; color: #004d00; font-size: 9pt;"&gt;invtype&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: #004d00; font-size: 9pt;"&gt;&amp;nbsp; goodqty&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;May I know how to get the Year and year and also the Month1 and month.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;For the [Inv.Date] I should be using [&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: #004d00; font-size: 9pt;"&gt;transdate] right?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: #004d00; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: #004d00; font-size: 9pt;"&gt;Sorry to ask so many simple questions.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2011 04:55:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-Question/m-p/256083#M96907</guid>
      <dc:creator />
      <dc:date>2011-08-11T04:55:42Z</dc:date>
    </item>
    <item>
      <title>Simple Question</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-Question/m-p/256084#M96908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Richard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i didnt get your question...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;May I know how to get the Year and year and also the Month1 and month?" &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;For the [Inv.Date], you should probably use [&lt;SPAN style="font-size: 9pt; color: #004d00; font-family: 'Courier New';"&gt;transdate&lt;/SPAN&gt;]. you should check in the source what dates fields are avalaible.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;Abhinava&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;P.S- thanx for the accolades &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2011 05:17:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-Question/m-p/256084#M96908</guid>
      <dc:creator />
      <dc:date>2011-08-11T05:17:33Z</dc:date>
    </item>
  </channel>
</rss>

