<?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 Show Month name in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-Month-name/m-p/230722#M82534</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Funny thing is happening when I paste script to this forum. It flips some of the code around and puts extra spaces in. Whats up with that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 May 2010 21:41:52 GMT</pubDate>
    <dc:creator>dhborchardt</dc:creator>
    <dc:date>2010-05-04T21:41:52Z</dc:date>
    <item>
      <title>Show Month name</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Month-name/m-p/230715#M82527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a list box showing the months. I can get it to display numbers for example 1 2 3 4 5 (instead of Jan, Feb, Mar, April etc). I can also get them to display 1/1/2010. How do I get it to display Jan, Feb, Mar, Apr etc?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 May 2010 19:05:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Month-name/m-p/230715#M82527</guid>
      <dc:creator>dhborchardt</dc:creator>
      <dc:date>2010-05-03T19:05:48Z</dc:date>
    </item>
    <item>
      <title>Show Month name</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Month-name/m-p/230716#M82528</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;create an expression in your listbox : Month(Date) for example.&lt;/P&gt;&lt;P&gt;before check in the script you have :&lt;/P&gt;&lt;P&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 May 2010 19:10:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Month-name/m-p/230716#M82528</guid>
      <dc:creator />
      <dc:date>2010-05-03T19:10:22Z</dc:date>
    </item>
    <item>
      <title>Show Month name</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Month-name/m-p/230717#M82529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The set MonthNames is correct in the script.&lt;/P&gt;&lt;P&gt;In my script I have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;SQL&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shoul this work? Year works fine but not month. Not sure were to include the expresion in the list box properties. I am new at this. Thanks&lt;/P&gt;&lt;B&gt;SELECT&lt;/B&gt; &lt;BR /&gt;APPLYDATE,&lt;BR /&gt;Year ([APPLYDATE]) as Year,&lt;BR /&gt;Month ([APPLYDATE]) as Month,&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 May 2010 19:44:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Month-name/m-p/230717#M82529</guid>
      <dc:creator>dhborchardt</dc:creator>
      <dc:date>2010-05-03T19:44:39Z</dc:date>
    </item>
    <item>
      <title>Show Month name</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Month-name/m-p/230718#M82530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Strange because your script looks good. Are you sure Applydate date is a date ?&lt;/P&gt;&lt;P&gt;Edit the listbox properties, go to the field section, edit &amp;lt;expression&amp;gt; then enter Month( APPLYDATE )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jj&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 May 2010 19:54:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Month-name/m-p/230718#M82530</guid>
      <dc:creator />
      <dc:date>2010-05-03T19:54:15Z</dc:date>
    </item>
    <item>
      <title>Show Month name</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Month-name/m-p/230719#M82531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Data from the DB table (ApplyDate) shows the field to contain a date in this format: x/x/xxxx or 1/9/2010.&lt;/P&gt;&lt;P&gt;But when I pull this data into QV it show up as: 1/9/2010 12:00:00 AM. Its adding the time.&lt;/P&gt;&lt;P&gt;Do I need to make some changes on how QV pull the data in?&lt;/P&gt;&lt;P&gt;Even when I just create a list box for ApplyDate without any change to the script it still does this. It also does this to all other dates I create listboxes for QV on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 May 2010 21:24:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Month-name/m-p/230719#M82531</guid>
      <dc:creator>dhborchardt</dc:creator>
      <dc:date>2010-05-03T21:24:30Z</dc:date>
    </item>
    <item>
      <title>Show Month name</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Month-name/m-p/230720#M82532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Year() and month() functions need to be applied on the QlikView side (the load), not the SQL side (the select). As for QlikView adding the time, it sounds like it is interpreting this as a timestamp instead of a date. We can be explicit about calling it a date and what format it's in as we read it in. Something like this:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;LOAD&lt;BR /&gt;...&lt;BR /&gt; date(date#(APPLYDATE,'M/D/YYYY')) as ApplyDate&lt;BR /&gt; year(date#(APPLYDATE,'M/D/YYYY')) as ApplyYear,&lt;BR /&gt;month(date#(APPLYDATE,'M/D/YYYY')) as ApplyMonth,&lt;BR /&gt;... ;&lt;BR /&gt;SQL&lt;BR /&gt;SELECT&lt;BR /&gt;...&lt;BR /&gt;APPLYDATE,&lt;BR /&gt;...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 May 2010 21:55:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Month-name/m-p/230720#M82532</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-05-03T21:55:50Z</dc:date>
    </item>
    <item>
      <title>Show Month name</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Month-name/m-p/230721#M82533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Isn't the Load for loading files like CSVs? Below is the script.&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;SET&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;ODBC&lt;/B&gt; &lt;B&gt;CONNECT&lt;/B&gt; &lt;B&gt;TO&lt;/B&gt; [MS Access Database;DBQ=N:\Data\McGladrey\ADP\AdpToFastHTest.mdb];&lt;BR /&gt;&lt;B&gt;SQL&lt;/B&gt; &lt;B&gt;SELECT&lt;/B&gt; ABBREVIATIONPCCHAR,&lt;BR /&gt;ADDTOTCETOTSW,&lt;BR /&gt;ADJUSTEDAPPLYDATE,&lt;BR /&gt;APPLYDATE,&lt;BR /&gt;Year ([APPLYDATE]) as Year,&lt;BR /&gt;Month ([APPLYDATE]) as Month,&lt;BR /&gt;CHILDPAYCODEID,&lt;BR /&gt;CURRPAYPERIODEND,&lt;BR /&gt;CURRPAYPERIODSTART,&lt;BR /&gt;DISPLAYORDERNUM,&lt;BR /&gt;EMPLOYEEID,&lt;BR /&gt;ENDDTM,&lt;BR /&gt;HOMEACCOUNTSW,&lt;BR /&gt;ID,&lt;BR /&gt;ISMONEYAMOUNTSW,&lt;BR /&gt;LABORACCTID,&lt;BR /&gt;LABORACCTNAME,&lt;BR /&gt;LABORLEVELDSC1,&lt;BR /&gt;LABORLEVELDSC2,&lt;BR /&gt;LABORLEVELDSC3,&lt;BR /&gt;LABORLEVELDSC4,&lt;BR /&gt;LABORLEVELDSC5,&lt;BR /&gt;LABORLEVELDSC6,&lt;BR /&gt;LABORLEVELDSC7,&lt;BR /&gt;LABORLEVELNAME1,&lt;BR /&gt;LABORLEVELNAME2,&lt;BR /&gt;LABORLEVELNAME3,&lt;BR /&gt;LABORLEVELNAME4,&lt;BR /&gt;LABORLEVELNAME5,&lt;BR /&gt;LABORLEVELNAME6,&lt;BR /&gt;LABORLEVELNAME7,&lt;BR /&gt;MONEYAMOUNT,&lt;BR /&gt;NEXTPAYPERIODEND,&lt;BR /&gt;NEXTPAYPERIODSTART,&lt;BR /&gt;NOTPAIDSW,&lt;BR /&gt;RGPATHDSCTXT,&lt;BR /&gt;ORGPATHTXT,&lt;BR /&gt;PAYCODEID,&lt;BR /&gt;PAYCODENAME,&lt;BR /&gt;PAYCODETYPE,&lt;BR /&gt;PCVISIBLETOUSERSW,&lt;BR /&gt;PERSONFULLNAME,&lt;BR /&gt;PERSONID,&lt;BR /&gt;PERSONNUM,&lt;BR /&gt;PREVPAYPERIODEND,&lt;BR /&gt;PREVPAYPERIODSTART,&lt;BR /&gt;STARTDTM,&lt;BR /&gt;([TIMEINSECONDS]/60)/60 as Hours,&lt;BR /&gt;TIMESHEETITEMID,&lt;BR /&gt;VISIBLEINRPTOPTNSW,&lt;BR /&gt;WAGEAMOUNT,&lt;BR /&gt;WFCTOTALID&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;FROM&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;TimeCardData; ThousandSep=',';&lt;BR /&gt;&lt;B&gt;SET&lt;/B&gt; DecimalSep='.';&lt;BR /&gt;&lt;B&gt;SET&lt;/B&gt; MoneyThousandSep=',';&lt;BR /&gt;&lt;B&gt;SET&lt;/B&gt; MoneyDecimalSep='.';&lt;BR /&gt;&lt;B&gt;SET&lt;/B&gt; MoneyFormat='$#,##0.00;($#,##0.00)';&lt;BR /&gt;&lt;B&gt;SET&lt;/B&gt; TimeFormat='h:mm:ss TT';&lt;BR /&gt;&lt;B&gt;SET&lt;/B&gt; DateFormat='M/D/YYYY';&lt;BR /&gt;&lt;B&gt;SET&lt;/B&gt; TimestampFormat='M/D/YYYY h:mm:ss[.fff] TT';&lt;BR /&gt;&lt;B&gt;SET&lt;/B&gt; MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;BR /&gt;&lt;B&gt;SET&lt;/B&gt; DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;BR /&gt;&lt;B&gt;&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 May 2010 21:39:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Month-name/m-p/230721#M82533</guid>
      <dc:creator>dhborchardt</dc:creator>
      <dc:date>2010-05-04T21:39:48Z</dc:date>
    </item>
    <item>
      <title>Show Month name</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Month-name/m-p/230722#M82534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Funny thing is happening when I paste script to this forum. It flips some of the code around and puts extra spaces in. Whats up with that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 May 2010 21:41:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Month-name/m-p/230722#M82534</guid>
      <dc:creator>dhborchardt</dc:creator>
      <dc:date>2010-05-04T21:41:52Z</dc:date>
    </item>
    <item>
      <title>Show Month name</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Month-name/m-p/230723#M82535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;dhborchardt wrote:Funny thing is happening when I paste script to this forum. It flips some of the code around and puts extra spaces in. Whats up with that?&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Hmmm, seems like the sticky has disappeared, but officially, QlikTech requests that you use [ code ] [ /code ] tags around your code (sans spaces). However, if you do this, code can scroll off the screen where you can't see it, and if I cut and paste from a code block like this into notepad or QlikView, it removes all the new line characters.&lt;/P&gt;&lt;P&gt;So what I do, and what I suggest, is to copy from QlikView into Notepad first, which will remove all the formatting. Then copy from there into your post. Finally, select the code block, and change the font to Courier New. Code posted like that can all be seen (since it will wrap) and can be copied directly into QlikView.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 May 2010 21:58:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Month-name/m-p/230723#M82535</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-05-04T21:58:32Z</dc:date>
    </item>
    <item>
      <title>Show Month name</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Month-name/m-p/230724#M82536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;John Witherspoon wrote:is to copy from QlikView into Notepad first, which will remove all the formatting&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;An alternative is to uncheck "Copy as RTF" in Settings, User Preferences, Editor. With that option unchecked, the text copied to the clipboard will be unformatted.&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 May 2010 22:55:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Month-name/m-p/230724#M82536</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2010-05-04T22:55:13Z</dc:date>
    </item>
    <item>
      <title>Show Month name</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Month-name/m-p/230725#M82537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, thanks. I could swear you've told me that before, but it apparently didn't sink in the first time. I've changed my settings. That'll simplify the process a bit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 May 2010 23:08:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Month-name/m-p/230725#M82537</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-05-04T23:08:50Z</dc:date>
    </item>
    <item>
      <title>Show Month name</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Month-name/m-p/230726#M82538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the tip on formating.&lt;BR /&gt;Here is what I have so far. I am not clear on how to use the LOAD except when I am using it to pull data from Excel. I was able to format the APPLYDATE properly through the properties.&lt;BR /&gt;This works to get the year:&lt;BR /&gt; Year ([APPLYDATE]) as Year,&lt;BR /&gt;But this does not work to get the month&lt;BR /&gt; Month ([APPLYDATE]) as Month,&lt;/P&gt;&lt;P&gt;SET ThousandSep=',';&lt;BR /&gt;SET DecimalSep='.';&lt;BR /&gt;SET MoneyThousandSep=',';&lt;BR /&gt;SET MoneyDecimalSep='.';&lt;BR /&gt;SET MoneyFormat='$#,##0.00;($#,##0.00)';&lt;BR /&gt;SET TimeFormat='h:mm:ss TT';&lt;BR /&gt;SET DateFormat='M/D/YYYY';&lt;BR /&gt;SET TimestampFormat='M/D/YYYY h:mm:ss[.fff] TT';&lt;BR /&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;BR /&gt;SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;/P&gt;&lt;P&gt;ODBC CONNECT TO [MS Access Database;DBQ=N:\Data\McGladrey\ADP\AdpToFastHTest.mdb];&lt;BR /&gt;SQL SELECT ABBREVIATIONPCCHAR,&lt;BR /&gt; ADDTOTCETOTSW,&lt;BR /&gt; ADJUSTEDAPPLYDATE,&lt;BR /&gt; APPLYDATE,&lt;BR /&gt; Year ([APPLYDATE]) as Year,&lt;BR /&gt; Month ([APPLYDATE]) as Month,&lt;BR /&gt; CHILDPAYCODEID,&lt;BR /&gt; CURRPAYPERIODEND,&lt;BR /&gt; CURRPAYPERIODSTART,&lt;BR /&gt; DISPLAYORDERNUM,&lt;BR /&gt; EMPLOYEEID,&lt;BR /&gt; ENDDTM,&lt;BR /&gt; HOMEACCOUNTSW,&lt;BR /&gt; ID,&lt;BR /&gt; ISMONEYAMOUNTSW,&lt;BR /&gt; LABORACCTID,&lt;BR /&gt; LABORACCTNAME,&lt;BR /&gt; LABORLEVELDSC1,&lt;BR /&gt; LABORLEVELDSC2,&lt;BR /&gt; LABORLEVELDSC3,&lt;BR /&gt; LABORLEVELDSC4,&lt;BR /&gt; LABORLEVELDSC5,&lt;BR /&gt; LABORLEVELDSC6,&lt;BR /&gt; LABORLEVELDSC7,&lt;BR /&gt; LABORLEVELNAME1,&lt;BR /&gt; LABORLEVELNAME2,&lt;BR /&gt; LABORLEVELNAME3,&lt;BR /&gt; LABORLEVELNAME4,&lt;BR /&gt; LABORLEVELNAME5,&lt;BR /&gt; LABORLEVELNAME6,&lt;BR /&gt; LABORLEVELNAME7,&lt;BR /&gt; MONEYAMOUNT,&lt;BR /&gt; NEXTPAYPERIODEND,&lt;BR /&gt; NEXTPAYPERIODSTART,&lt;BR /&gt; NOTPAIDSW,&lt;BR /&gt; ORGPATHDSCTXT,&lt;BR /&gt; ORGPATHTXT,&lt;BR /&gt; PAYCODEID,&lt;BR /&gt; PAYCODENAME,&lt;BR /&gt; PAYCODETYPE,&lt;BR /&gt; PCVISIBLETOUSERSW,&lt;BR /&gt; PERSONFULLNAME,&lt;BR /&gt; PERSONID,&lt;BR /&gt; PERSONNUM,&lt;BR /&gt; PREVPAYPERIODEND,&lt;BR /&gt; PREVPAYPERIODSTART,&lt;BR /&gt; STARTDTM,&lt;BR /&gt; ([TIMEINSECONDS]/60)/60 as Hours,&lt;BR /&gt; TIMESHEETITEMID,&lt;BR /&gt; VISIBLEINRPTOPTNSW,&lt;BR /&gt; WAGEAMOUNT,&lt;BR /&gt; WFCTOTALID&lt;BR /&gt;FROM TimeCardData;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 May 2010 23:49:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Month-name/m-p/230726#M82538</guid>
      <dc:creator>dhborchardt</dc:creator>
      <dc:date>2010-05-05T23:49:32Z</dc:date>
    </item>
    <item>
      <title>Show Month name</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Month-name/m-p/230727#M82539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The load should come before the SQL select. Please see my earlier post for example code, and the explanation of why the month() function isn't working for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 May 2010 00:06:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Month-name/m-p/230727#M82539</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-05-06T00:06:21Z</dc:date>
    </item>
  </channel>
</rss>

