<?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 What does MONTH function actually do? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/What-does-MONTH-function-actually-do/m-p/333744#M123058</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Stefan, I have gone through all the tutorials, but they have very little detail on scripting, and what they have focuses simply on loading from text or Excel tables, not massive SQL databases! I did create a small example that loaded from an Excel sheet instead, and it worked fine, but that's because I was only using QV functions and no SQL.(Single LOAD statement, with last two lines modified to get "Month" and "Year" from "Sale Date"). But working with mixed QV and SLQL scripts isn't covered, and I'm not sure how what happens in one part affects what happens in the other part. This is the sort of high level stuff I'm looking for but can't seem to find here.&amp;nbsp; &amp;lt;p&amp;gt;&amp;lt;p&amp;gt;I did, however, resolve my labelling issue. I assumed, because the "Label" box was grayed out, you couldn't select it. Surprise! As my boss showed me, all I had to do was click on the label box, and I could enter anything, so that's fixed. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Jun 2012 14:56:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-06-01T14:56:12Z</dc:date>
    <item>
      <title>What does MONTH function actually do?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-MONTH-function-actually-do/m-p/333734#M123048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;I have the following line in my script:&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;Month(Coalesce(OM.ClosedDate,'1/1/1989')) As "Month",&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;Now, the reference manual says:&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;EM&gt;month(date)&amp;nbsp;&amp;nbsp; Month. Returns a text string representing the month when the fraction of expr is interpreted as a date, but can be formatted as a number.&amp;nbsp;&amp;nbsp; Example:&amp;nbsp; month( '1971-10-30' ) returns Oct.&lt;DIV&gt; &lt;/DIV&gt;&lt;/EM&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;But when I run the script, the field "Month" is filled with "1,2,3,4..", and not text names. This makes reports harder to read.&lt;DIV&gt;&lt;DIV&gt;I've asked this question a couple of times, and gotten well-meaning but non-helpful replies, such as use Load Inline.. constructs in the script (did that, Month still reports as number, not text. So, let me rephrase more explicitly, with emphasis:&lt;DIV&gt;&lt;DIV&gt;How do I convert the Month number to the text name IN THE TABLES, NOT IN THE SCRIPT?&lt;DIV&gt;And since I'm a newbie, please don't just post a formula, but tell me where to put it (i.e. what Properties tab, what formula, etc.&lt;DIV&gt;I'm using month as a dimension in a sales report - the only mathematics is sum(Sales). &lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2012 12:46:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-MONTH-function-actually-do/m-p/333734#M123048</guid>
      <dc:creator />
      <dc:date>2012-06-01T12:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: What does MONTH function actually do?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-MONTH-function-actually-do/m-p/333735#M123049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;month(date)&amp;nbsp;&amp;nbsp; &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Month. Returns a text string representing the month when the fraction of expr is interpreted as a date, but can be formatted as a number.&amp;nbsp;&amp;nbsp; Example:&amp;nbsp; month( '1971-10-30' ) returns Oct.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, that's again a nice example of a bad maintained Help text and showing the disadvantages of allowing the use of copy and paste to the technical writers &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/cry.png" /&gt; It's hard to understand, even for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;expr is not defined in that Helps topics context, it was used in the explanation of hour(), minute() and second(). &lt;/P&gt;&lt;P&gt;Replace expr with the argument passed to the function month() [In the Help, the argument alias used is date, which might lead to further confusion]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, month() is not looking at the fraction of the argument, but on the integer part...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If someone would offer me a job as QT QA, I would accept, must be a lazy job....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok, let me try to explain month() function to you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;month() takes one argument, an expression that QV must be able to interprete as number.&lt;/P&gt;&lt;P&gt;A date type has a numerical representation within QV, so we can pass a QV date type field or a an expression / function that returns a date (and that's I would call the 'normal' use, passing a date).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Month( today() )&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;today() returns today's date, this is the argument to month() function.&lt;/P&gt;&lt;P&gt;If you pass any other numerical, QV will interprete it as date, the integer part is telling the actual date, the fractional part the time of day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month() now will return a dual value, that's a special value that holds two representations, a textual and a numerical. Please refer to the Help or manual, looking for dual() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the numerical representation, QV will put in the month number, ranging from 1-12. In the textual representation, QV will put in the Month name abbreviation that you defined in your OS or using the standard format setting in the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, for our example Month( today() ), QV will use return a dual with&lt;/P&gt;&lt;P&gt;6 as numerical representation, and 'Jun' as textual representation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can force QV at anytime to return the textual part of a dual using text(dualvalue), e.g. text(month( today() )) will return 'Jun', and using num(dualvalue), e.g. num(month(today())) will return 6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't specify the representation you want returned, QV will use it's internal logic. I believe, if you use &lt;/P&gt;&lt;P&gt;month( date ) as dimension, it will use the textual representation by default (but maybe you have changed that default in document settings or somewhere else?).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I can't answer your question why you don't get the text in your dimension values (but you can try to use text(Month) as dimension, as mentioned. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible, post a small sample app, so someone can have a look what is going on in your app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2012 13:22:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-MONTH-function-actually-do/m-p/333735#M123049</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-06-01T13:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: What does MONTH function actually do?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-MONTH-function-actually-do/m-p/333736#M123050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;coalesce is a (Transact-)SQL statement, not a QV function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using month in a&amp;nbsp; LOAD or SELECT context?&lt;/P&gt;&lt;P&gt;You can't use Month() as described above in the SELECT part, here you will use the SQL function...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you can use the QV Month() function in a preceding load:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;Month(Date) as Month;&lt;/P&gt;&lt;P&gt;SELECT Coalesce(OM.ClosedDate,'1/1/1989') as Date FROM ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2012 13:30:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-MONTH-function-actually-do/m-p/333736#M123050</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-06-01T13:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: What does MONTH function actually do?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-MONTH-function-actually-do/m-p/333737#M123051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you applying the Month function on your SQL statement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, you need to change the statement to apply the QV Month function on your date, not the DB2 Month function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ClosedDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(ClosedDate) as ClosedDate_Month&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; COALESCE(ClosedDate,'1/1/1989')) as ClosedDate&lt;/P&gt;&lt;P&gt;FROM YourTable&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2012 13:34:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-MONTH-function-actually-do/m-p/333737#M123051</guid>
      <dc:creator>john_duffy</dc:creator>
      <dc:date>2012-06-01T13:34:14Z</dc:date>
    </item>
    <item>
      <title>What does MONTH function actually do?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-MONTH-function-actually-do/m-p/333738#M123052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; Thanks for your help; some of it works but I'm still having troubles. :{&lt;DIV&gt;First, I've been using QV less than a week, so bear with me if my questions seem stupid. I added to my Sales by Month (which is a pivot table)&amp;nbsp; in Properties-Dimensions-Add Calculated Dimension the calculated dimension "=text(month(date))". This works fine in my Pivot Table (i.e. months now show as "Mar", "Apr", etc.), but I have two selection boxes in the sheet, a ListBox "Month", and an unnamed slider where the user is supposed to make his selections. They both show month numbers instead of names, and when I went into the Listbox "Month", and entered the expression "=text(Month(Month)), my list box displays (just the first few entries, don't know how to paste images):&lt;DIV&gt;&lt;DIV&gt;1 -&lt;DIV&gt;2 -&lt;DIV&gt;3 Jan&lt;DIV&gt;4 -&lt;DIV&gt;Where the selected month is March, not January, and the report shows (correctly) March's data.&lt;DIV&gt;&lt;DIV&gt; So, a few questions: should I change my "Month" box from a Listbox to some other type? Is there some other issue I'm missing?&lt;DIV&gt;&lt;DIV&gt;And a final, minor, point - in my "Sales by Month" chart, the "Month" dimension now shows as the calculation (i.e. '=text(month(date))') Is there a way to put a label on this so that it simply shows "Month"?&lt;DIV&gt;&lt;DIV&gt;Thanks again for your help. &lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2012 13:47:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-MONTH-function-actually-do/m-p/333738#M123052</guid>
      <dc:creator />
      <dc:date>2012-06-01T13:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: What does MONTH function actually do?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-MONTH-function-actually-do/m-p/333739#M123053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;Is there a way to put a label on this so that it simply shows "Month"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There should be an entry box on dimension tab (under the label check box)&amp;nbsp; that by default says &amp;lt;use field name&amp;gt;.&lt;/P&gt;&lt;P&gt;Put in:&amp;nbsp;&amp;nbsp;&amp;nbsp; Month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I think you should solve your underlying problem instead of using text(month(date)) here and there.&lt;/P&gt;&lt;P&gt;Are you using more than one Month field (field named Month in different tables) in your QV data model?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, could you post a small sample app? Maybe with scrambled / mock up data if needed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2012 13:56:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-MONTH-function-actually-do/m-p/333739#M123053</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-06-01T13:56:37Z</dc:date>
    </item>
    <item>
      <title>What does MONTH function actually do?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-MONTH-function-actually-do/m-p/333740#M123054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; This is a reply to both Stefan and John:&lt;DIV&gt;&lt;DIV&gt;As I said, I'm quite new to QV. My background is mostly procedural languages, like VB, Fortran, etc., although I've done some SQL queries in the past.&lt;DIV&gt;The QV documentation I've been able to find here (tutorial, ref manual) is singularly unhelpful in differentiating between scripting, and table expressions which I, rightly or wrongly, consider two different things. To my poor, naive, procedural mind, doing something like "LOAD ClosedAmount.." before I've even told the program what or where ClosedAmount is defined makes no sense. Is there something that explains what the LOAD process actually does?&lt;DIV&gt;I hate experimenting with this stuff, because the file contains literally millions of records, and each reload takes about 4 minutes and irks my co-workers! So I'd prefer a better understanding to start before throwing stuff at the machien and seeing what happens. Any links/explanations will be gratefully received.&lt;DIV&gt;&lt;DIV&gt;Finally, in a completely non-judgemental way, I find it confusing that QV allows user defined fieldnames to have exactly the same name as various built-in functions, instead of having reserved keywords, but maybe that's just me. :}&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2012 14:00:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-MONTH-function-actually-do/m-p/333740#M123054</guid>
      <dc:creator />
      <dc:date>2012-06-01T14:00:58Z</dc:date>
    </item>
    <item>
      <title>What does MONTH function actually do?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-MONTH-function-actually-do/m-p/333741#M123055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;There should be an entry box on dimension tab (under the label check box)&amp;nbsp; that by default says &amp;lt;use field name&amp;gt;.&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;There is, but it is greyed out (i.e. non selectable) for every field, even those that aren't calculated. I have seen that option on other tables, and used it, but it is always non selectable for a calculated dimension. Is there a sheet/document setting that I missed?&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2012 14:06:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-MONTH-function-actually-do/m-p/333741#M123055</guid>
      <dc:creator />
      <dc:date>2012-06-01T14:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: What does MONTH function actually do?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-MONTH-function-actually-do/m-p/333742#M123056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assumed up to now that you stepped already through the free e-learning and offline tutorial files, have you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wouldn't recommend to start loading from a large database, start with something really simple (as the tutorial does).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need to do so, there are some methods limiting the amount of rows returned (debug mode in script editor, first prefix to load statement, where clause...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are looking for link for Newbies, there is a whole section here in the community:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/community/new-to-qlikview"&gt;http://community.qlik.com/community/new-to-qlikview&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2012 14:07:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-MONTH-function-actually-do/m-p/333742#M123056</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-06-01T14:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: What does MONTH function actually do?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-MONTH-function-actually-do/m-p/333743#M123057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;and entered the expression "=text(Month(Month)), my list box displays (just the first few entries, don't know how to paste images):1 -2 -3 Jan4 -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your Month field values are no dates, but duals and have a numerical repesentation (assuming you have created your Month field from a date using the QV month() function in a LOAD context).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3 is representing Jan 2nd 1900 (so you can guess what 1 is representing). That's why you get Jan returned. But I can't explain why you don't get Month names for the other list box lines.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2012 14:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-MONTH-function-actually-do/m-p/333743#M123057</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-06-01T14:15:06Z</dc:date>
    </item>
    <item>
      <title>What does MONTH function actually do?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-MONTH-function-actually-do/m-p/333744#M123058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Stefan, I have gone through all the tutorials, but they have very little detail on scripting, and what they have focuses simply on loading from text or Excel tables, not massive SQL databases! I did create a small example that loaded from an Excel sheet instead, and it worked fine, but that's because I was only using QV functions and no SQL.(Single LOAD statement, with last two lines modified to get "Month" and "Year" from "Sale Date"). But working with mixed QV and SLQL scripts isn't covered, and I'm not sure how what happens in one part affects what happens in the other part. This is the sort of high level stuff I'm looking for but can't seem to find here.&amp;nbsp; &amp;lt;p&amp;gt;&amp;lt;p&amp;gt;I did, however, resolve my labelling issue. I assumed, because the "Label" box was grayed out, you couldn't select it. Surprise! As my boss showed me, all I had to do was click on the label box, and I could enter anything, so that's fixed. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2012 14:56:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-MONTH-function-actually-do/m-p/333744#M123058</guid>
      <dc:creator />
      <dc:date>2012-06-01T14:56:12Z</dc:date>
    </item>
    <item>
      <title>What does MONTH function actually do?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-MONTH-function-actually-do/m-p/333745#M123059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume the box itself is not greyed out, but the text &amp;lt;use field name&amp;gt; is written in a greyish color? &lt;/P&gt;&lt;P&gt;Well, that might be confusing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This forum is a great place to find information about almost anything. Don't be shy hacking everything you need to know into the search bar (upper right), e.g. enter SQL LOAD, then you find as one of the first listed threads:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/thread/13682"&gt;http://community.qlik.com/thread/13682&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2012 15:02:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-MONTH-function-actually-do/m-p/333745#M123059</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-06-01T15:02:24Z</dc:date>
    </item>
  </channel>
</rss>

