<?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: Crosstable attributes in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Crosstable-attributes/m-p/872331#M304927</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunindia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didnt really know that the values get stored as text. Also referred to &lt;A href="https://community.qlik.com/message/799994"&gt;Handling dates and cross table&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue seems to have got solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jun 2015 11:35:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-06-22T11:35:25Z</dc:date>
    <item>
      <title>Crosstable attributes</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-attributes/m-p/872326#M304922</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;I have created a crosstable and would like to generate the month for the field Week.So when i use the below script it doesnt seem to work and doesnt give me the month for the corresponding Week&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody please help as I dont know whats going wrong with it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effort:&lt;BR /&gt;CrossTable(Week, Effort, 3)&lt;BR /&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM&lt;BR /&gt;XXX.xls&lt;BR /&gt;));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load *,&lt;BR /&gt;monthname(Week) as Month&lt;/P&gt;&lt;P&gt;Resident Effort&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 11:04:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-attributes/m-p/872326#M304922</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-22T11:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable attributes</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-attributes/m-p/872327#M304923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seem right. Are you getting any errors when you run the script or is just that you don't see the field Month???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 11:13:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-attributes/m-p/872327#M304923</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-22T11:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable attributes</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-attributes/m-p/872328#M304924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny&lt;/P&gt;&lt;P&gt;I dont get any errors while running the script. The column values for Month is blank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 11:14:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-attributes/m-p/872328#M304924</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-22T11:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable attributes</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-attributes/m-p/872329#M304925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the format for your field Week when you load that into the application? It seems that week is a text field and isn't getting converted by MonthName.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;load *,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="text-decoration: line-through;"&gt;MonthName(Date(Week, '&lt;/STRONG&gt;&lt;SPAN style="text-decoration: line-through;"&gt;Week'sFormatHere&lt;/SPAN&gt;&lt;STRONG style="text-decoration: line-through;"&gt;')) as Month&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MonthName(&lt;SPAN style="color: #ff0000;"&gt;Date#&lt;/SPAN&gt;(Week, '&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Week'sFormatHere&lt;/SPAN&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;')) as Month&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Resident Effort&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 11:18:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-attributes/m-p/872329#M304925</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-22T11:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable attributes</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-attributes/m-p/872330#M304926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Load the three coulmns in respective order how you mentioned in Cross Table()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 11:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-attributes/m-p/872330#M304926</guid>
      <dc:creator>hariprasadqv</dc:creator>
      <dc:date>2015-06-22T11:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable attributes</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-attributes/m-p/872331#M304927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunindia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didnt really know that the values get stored as text. Also referred to &lt;A href="https://community.qlik.com/message/799994"&gt;Handling dates and cross table&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue seems to have got solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 11:35:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-attributes/m-p/872331#M304927</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-22T11:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable attributes</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-attributes/m-p/872332#M304928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am glad it worked out for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 11:37:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-attributes/m-p/872332#M304928</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-22T11:37:41Z</dc:date>
    </item>
  </channel>
</rss>

