<?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: Change date format from integer to normal after using crosstab in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Change-date-format-from-integer-to-normal-after-using-crosstab/m-p/766895#M1038328</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kavita, can you paste the script in the QVW file, I have personal edition, so I can't open it this side.&amp;nbsp; Many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 10 Jan 2015 08:21:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-01-10T08:21:12Z</dc:date>
    <item>
      <title>Change date format from integer to normal after using crosstab</title>
      <link>https://community.qlik.com/t5/QlikView/Change-date-format-from-integer-to-normal-after-using-crosstab/m-p/766887#M1038320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please help me with the syntax for converting the integer date below to 'MMM-YYYY'.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CrossTable(ForecastDate, ForecastQty, 3)&lt;/P&gt;&lt;P&gt;LOAD Franchisee, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Item, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ForecastCategory, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [42005], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [42036], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [42064], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [42095], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [42125], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [42156], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [42186], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [42217], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [42248], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [42278], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [42309], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [42339]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is FranchiseEquipmentForecast);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;SPAN style="color: #ff0000; text-decoration: underline;"&gt;Here's the part that is not working:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;ForecastDate,&lt;/P&gt;&lt;P&gt;date(Date#(ForecastDate,'MMM-YYYY'),'MMM-YYYY') as ForecastDate,&lt;/P&gt;&lt;P&gt;RESIDENT Crosstab;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 19:37:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-date-format-from-integer-to-normal-after-using-crosstab/m-p/766887#M1038320</guid>
      <dc:creator />
      <dc:date>2015-01-09T19:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Change date format from integer to normal after using crosstab</title>
      <link>https://community.qlik.com/t5/QlikView/Change-date-format-from-integer-to-normal-after-using-crosstab/m-p/766888#M1038321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try before the cross table provide any sample files for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 19:50:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-date-format-from-integer-to-normal-after-using-crosstab/m-p/766888#M1038321</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2015-01-09T19:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Change date format from integer to normal after using crosstab</title>
      <link>https://community.qlik.com/t5/QlikView/Change-date-format-from-integer-to-normal-after-using-crosstab/m-p/766889#M1038322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Left Join&lt;/P&gt;&lt;P&gt;LOAD distinct&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ForecastDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;date(ForecastDate,'MMM-YYYY') as ForecastDate2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;Resident Cross&lt;/SPAN&gt;tab;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 19:52:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-date-format-from-integer-to-normal-after-using-crosstab/m-p/766889#M1038322</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-01-09T19:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Change date format from integer to normal after using crosstab</title>
      <link>https://community.qlik.com/t5/QlikView/Change-date-format-from-integer-to-normal-after-using-crosstab/m-p/766890#M1038323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Heres a sample of the file I'm importing using Cross Table:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/75021_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jan 2015 04:53:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-date-format-from-integer-to-normal-after-using-crosstab/m-p/766890#M1038323</guid>
      <dc:creator />
      <dc:date>2015-01-10T04:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Change date format from integer to normal after using crosstab</title>
      <link>https://community.qlik.com/t5/QlikView/Change-date-format-from-integer-to-normal-after-using-crosstab/m-p/766891#M1038324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco.&amp;nbsp; Tx for the help.&amp;nbsp; I still get an error on you script:&amp;nbsp; "Table not found".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've added a sample of the file on Anand's reply if that will help&lt;/P&gt;&lt;P&gt;tx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jan 2015 04:55:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-date-format-from-integer-to-normal-after-using-crosstab/m-p/766891#M1038324</guid>
      <dc:creator />
      <dc:date>2015-01-10T04:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Change date format from integer to normal after using crosstab</title>
      <link>https://community.qlik.com/t5/QlikView/Change-date-format-from-integer-to-normal-after-using-crosstab/m-p/766892#M1038325</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;Check the given QVW and excel as per your given picture.&lt;/P&gt;&lt;P&gt;I think, it can solve your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kavita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jan 2015 06:30:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-date-format-from-integer-to-normal-after-using-crosstab/m-p/766892#M1038325</guid>
      <dc:creator>kavita25</dc:creator>
      <dc:date>2015-01-10T06:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: Change date format from integer to normal after using crosstab</title>
      <link>https://community.qlik.com/t5/QlikView/Change-date-format-from-integer-to-normal-after-using-crosstab/m-p/766893#M1038326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide it in excel format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jan 2015 07:10:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-date-format-from-integer-to-normal-after-using-crosstab/m-p/766893#M1038326</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2015-01-10T07:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Change date format from integer to normal after using crosstab</title>
      <link>https://community.qlik.com/t5/QlikView/Change-date-format-from-integer-to-normal-after-using-crosstab/m-p/766894#M1038327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Heres a sample of the file:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jan 2015 08:20:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-date-format-from-integer-to-normal-after-using-crosstab/m-p/766894#M1038327</guid>
      <dc:creator />
      <dc:date>2015-01-10T08:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Change date format from integer to normal after using crosstab</title>
      <link>https://community.qlik.com/t5/QlikView/Change-date-format-from-integer-to-normal-after-using-crosstab/m-p/766895#M1038328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kavita, can you paste the script in the QVW file, I have personal edition, so I can't open it this side.&amp;nbsp; Many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jan 2015 08:21:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-date-format-from-integer-to-normal-after-using-crosstab/m-p/766895#M1038328</guid>
      <dc:creator />
      <dc:date>2015-01-10T08:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Change date format from integer to normal after using crosstab</title>
      <link>https://community.qlik.com/t5/QlikView/Change-date-format-from-integer-to-normal-after-using-crosstab/m-p/766896#M1038329</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;Then load another resident table and do transformation for the&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;ForecastDate &lt;/SPAN&gt; because it is not in date format first convert it into date format and then Date format to achieve the result and format date as 'MMM-YYYY'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Crosstab:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;CrossTable&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;ForecastDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;ForecastQty&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, 3)&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Franchisee&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Item&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;ForecastCategory&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[42005]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[42036]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[42064]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[42095]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[42125]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[42156]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[42186]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[42217]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[42248]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[42278]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[42309]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[42339]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; FranchiseEquipmentForecast_2015_Sample.xlsx&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;embedded&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;table&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; FranchiseEquipmentForecast);&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;ForecastDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Num#&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;ForecastDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,'MMM-YYYY'),'MMM-YYYY') &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;ForecastDateNew&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; Crosstab;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Anand&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jan 2015 08:29:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-date-format-from-integer-to-normal-after-using-crosstab/m-p/766896#M1038329</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2015-01-10T08:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: Change date format from integer to normal after using crosstab</title>
      <link>https://community.qlik.com/t5/QlikView/Change-date-format-from-integer-to-normal-after-using-crosstab/m-p/766897#M1038330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Following is the script as per the excel sheet which have been attached already in my previous comment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test:&lt;/P&gt;&lt;P&gt;CrossTable(Date,Values,3)&lt;/P&gt;&lt;P&gt;LOAD Franchisee, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Item, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ForecastCategory, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [42005], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [42036], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [42064], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [42095], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [42125], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [42156], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [42186], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [42217], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [42248], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [42278], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [42309], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [42339]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[..\Extrass\Testonexcel.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test1:&lt;/P&gt;&lt;P&gt;load*,&lt;/P&gt;&lt;P&gt;date(DATE,'MMM-YYYY') as TestDate;&lt;/P&gt;&lt;P&gt;load*,&lt;/P&gt;&lt;P&gt;(Num#(Date)) as DATE,&lt;/P&gt;&lt;P&gt;'Test' as Testflag&lt;/P&gt;&lt;P&gt;Resident Test;&lt;/P&gt;&lt;P&gt;DROP Table Test;&lt;/P&gt;&lt;P&gt;exit Script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set The date format in Main tab as M-D-YYYY&lt;/P&gt;&lt;P&gt;And the output you can see in the below snapshot.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/75032_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kavita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jan 2015 09:28:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-date-format-from-integer-to-normal-after-using-crosstab/m-p/766897#M1038330</guid>
      <dc:creator>kavita25</dc:creator>
      <dc:date>2015-01-10T09:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Change date format from integer to normal after using crosstab</title>
      <link>https://community.qlik.com/t5/QlikView/Change-date-format-from-integer-to-normal-after-using-crosstab/m-p/766898#M1038331</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;one solution could be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_147963_Pic1.JPG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/75035_QlikCommunity_Thread_147963_Pic1.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14208853293479188" jivemacro_uid="_14208853293479188"&gt;
&lt;P&gt;tabFranchise:&lt;/P&gt;
&lt;P&gt;CrossTable(ForecastDateTemp, ForecastQty, 3)&lt;/P&gt;
&lt;P&gt;LOAD *&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;FROM [&lt;/SPAN&gt;&lt;A class="" data-containerid="-1" data-containertype="-1" data-objectid="144570" data-objecttype="13" href="http://community.qlik.com/servlet/JiveServlet/download/2003-147963-692643-144570/FranchiseEquipmentForecast_2015_Sample.xlsx"&gt;http://community.qlik.com/servlet/JiveServlet/download/692643-144570/FranchiseEquipmentForecast_2015_Sample.xlsx&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels, table is FranchiseEquipmentForecast);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Left Join (tabFranchise)&lt;/P&gt;
&lt;P&gt;LOAD Distinct&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ForecastDateTemp,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Date(Num#(ForecastDateTemp),'MMM-YYYY') as ForecastDate&lt;/P&gt;
&lt;P&gt;Resident tabFranchise;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;DROP Field ForecastDateTemp;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can use LOAD * instead of defining the column names, your script will be more generic and work for excel files with different column names (months/dates) as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jan 2015 10:24:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-date-format-from-integer-to-normal-after-using-crosstab/m-p/766898#M1038331</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-01-10T10:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Change date format from integer to normal after using crosstab</title>
      <link>https://community.qlik.com/t5/QlikView/Change-date-format-from-integer-to-normal-after-using-crosstab/m-p/766899#M1038332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fantastic, worked like a charm.&amp;nbsp; Thanks a mill.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jan 2015 19:11:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-date-format-from-integer-to-normal-after-using-crosstab/m-p/766899#M1038332</guid>
      <dc:creator />
      <dc:date>2015-01-10T19:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Change date format from integer to normal after using crosstab</title>
      <link>https://community.qlik.com/t5/QlikView/Change-date-format-from-integer-to-normal-after-using-crosstab/m-p/766900#M1038333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it works !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but its&amp;nbsp; to much effecting&amp;nbsp; on performance &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi @Manus Mentz &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do tell how is the performance when use use num# in script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 07:36:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-date-format-from-integer-to-normal-after-using-crosstab/m-p/766900#M1038333</guid>
      <dc:creator>sunilkumarqv</dc:creator>
      <dc:date>2015-05-21T07:36:10Z</dc:date>
    </item>
  </channel>
</rss>

